tools/createsrc-templates/FshellCmd/SkeletonTemplate.mmp
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // SkeletonTemplate.mmp
       
     2 //
       
     3 // [[COPYRIGHT]]
       
     4 //
       
     5 
       
     6 #include <fshell/common.mmh>
       
     7 
       
     8 target			skeletontemplate.exe
       
     9 targettype		exe
       
    10 uid				FSHELL_UID2_FSHELL_EXE FSHELL_UID_SKELETONTEMPLATE
       
    11 capability		FSHELL_CAP_MMP_NORMAL
       
    12 
       
    13 userinclude		.
       
    14 #include <fshell/fsh_system_include.mmh>
       
    15 sourcepath		.
       
    16 source			SkeletonTemplate.cpp
       
    17 
       
    18 library			euser.lib
       
    19 library			iocli.lib