You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# TDE Config File
|
|
|
|
[General]
|
|
|
|
Name=Linux Kernel module
|
|
|
|
|
|
|
|
Comment=Generates a template for a Linux kernel module.
|
|
|
|
|
|
|
|
Category=C
|
|
|
|
|
|
|
|
Icon=
|
|
|
|
FileTemplates=h,CStyle,c,CStyle
|
|
|
|
ShowFilesAfterGeneration=%{dest}/%{APPNAMELC}-driver.c
|
|
|
|
Archive=kmod.tar.gz
|
|
|
|
|
|
|
|
[GNU]
|
|
|
|
Type=include
|
|
|
|
File=%{tdevelop}/template-common/gnu.kdevtemplate
|
|
|
|
|
|
|
|
[FILE1]
|
|
|
|
Type=install
|
|
|
|
EscapeXML=true
|
|
|
|
Source=%{src}/kmod.kdevelop
|
|
|
|
Dest=%{dest}/%{APPNAMELC}.kdevelop
|
|
|
|
|
|
|
|
[FILE2]
|
|
|
|
Type=install
|
|
|
|
Source=%{src}/src-Makefile
|
|
|
|
Dest=%{dest}/Makefile
|
|
|
|
|
|
|
|
[FILE3]
|
|
|
|
Type=install
|
|
|
|
Source=%{src}/kmod-driver.c
|
|
|
|
Dest=%{dest}/%{APPNAMELC}-driver.c
|
|
|
|
|
|
|
|
[MSG]
|
|
|
|
Type=message
|
|
|
|
Command=A linux kernel module was created in %{dest}
|