diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt index 6c810663..8377f9ca 100644 --- a/template/CMakeLists.txt +++ b/template/CMakeLists.txt @@ -31,6 +31,7 @@ install( FILES fp-lib-table.for-pretty fp-lib-table.for-legacy fp-lib-table.for-eagle-6.4.0 + sym-lib-table DESTINATION ${KICAD_TEMPLATE} COMPONENT resources ) diff --git a/template/sym-lib-table b/template/sym-lib-table index c844dfa9..f996b202 100644 --- a/template/sym-lib-table +++ b/template/sym-lib-table @@ -11,6 +11,7 @@ (lib (name audio)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/audio.lib)(options "")(descr "Legacy audio symbol library.")) (lib (name battery_management)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/battery_management.lib)(options "")(descr "Legacy battery_management symbol library.")) (lib (name bbd)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/bbd.lib)(options "")(descr "Legacy bbd symbol library.")) + (lib (name bosch)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/bosch.lib)(options "")(descr "Legacy bosch symbol library.")) (lib (name brooktre)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/brooktre.lib)(options "")(descr "Legacy brooktre symbol library.")) (lib (name cmos_ieee)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/cmos_ieee.lib)(options "")(descr "Legacy cmos_ieee symbol library.")) (lib (name cmos4000)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/cmos4000.lib)(options "")(descr "Legacy cmos4000 symbol library.")) @@ -32,6 +33,7 @@ (lib (name intel)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/intel.lib)(options "")(descr "Legacy intel symbol library.")) (lib (name interface)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/interface.lib)(options "")(descr "Legacy interface symbol library.")) (lib (name ir)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/ir.lib)(options "")(descr "Legacy ir symbol library.")) + (lib (name leds)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/leds.lib)(options "")(descr "Legacy leds symbol library.")) (lib (name Lattice)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/Lattice.lib)(options "")(descr "Legacy Lattice symbol library.")) (lib (name linear)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/linear.lib)(options "")(descr "Legacy linear symbol library.")) (lib (name logo)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/logo.lib)(options "")(descr "Legacy logo symbol library.")) @@ -51,6 +53,7 @@ (lib (name motors)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/motors.lib)(options "")(descr "Legacy motors symbol library.")) (lib (name msp430)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/msp430.lib)(options "")(descr "Legacy msp430 symbol library.")) (lib (name nordicsemi)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/nordicsemi.lib)(options "")(descr "Legacy nordicsemi symbol library.")) + (lib (name nxp)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/nxp.lib)(options "")(descr "Legacy nxp symbol library.")) (lib (name nxp_armmcu)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/nxp_armmcu.lib)(options "")(descr "Legacy nxp_armmcu symbol library.")) (lib (name onsemi)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/onsemi.lib)(options "")(descr "Legacy onsemi symbol library.")) (lib (name opto)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/opto.lib)(options "")(descr "Legacy opto symbol library.")) @@ -74,6 +77,7 @@ (lib (name texas)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/texas.lib)(options "")(descr "Legacy texas symbol library.")) (lib (name transf)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/transf.lib)(options "")(descr "Legacy transf symbol library.")) (lib (name transistors)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/transistors.lib)(options "")(descr "Legacy transistors symbol library.")) + (lib (name triac_thyristor)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/triac_thyristor.lib)(options "")(descr "Legacy triac_thyristor symbol library.")) (lib (name ttl_ieee)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/ttl_ieee.lib)(options "")(descr "Legacy ttl_ieee symbol library.")) (lib (name valves)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/valves.lib)(options "")(descr "Legacy valves symbol library.")) (lib (name video)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/video.lib)(options "")(descr "Legacy video symbol library.")) @@ -81,5 +85,6 @@ (lib (name Worldsemi)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/Worldsemi.lib)(options "")(descr "Legacy Worldsemi symbol library.")) (lib (name Xicor)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/Xicor.lib)(options "")(descr "Legacy Xicor symbol library.")) (lib (name xilinx)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/xilinx.lib)(options "")(descr "Legacy xilinx symbol library.")) + (lib (name zetex)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/zetex.lib)(options "")(descr "Legacy zetex symbol library.")) (lib (name Zilog)(type Legacy)(uri ${KICAD_SYS_SYMBOL_DIR}/Zilog.lib)(options "")(descr "Legacy Zilog symbol library.")) )