featuremgmt/featuremgr/group/featmgrserver.mmp
changeset 19 d6ef85bc5971
parent 17 55f2396f6d25
child 29 cce6680bbf1c
equal deleted inserted replaced
17:55f2396f6d25 19:d6ef85bc5971
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
       
    16 #ifdef __FEATMGR_TESTCFG__
       
    17 TARGET          test_featmgrserver.exe
       
    18 CAPABILITY      AllFiles
       
    19 #else
       
    20 TARGET          featmgrserver.exe
       
    21 #endif // __FEATMGR_TESTCFG__
    16 
    22 
    17 #ifndef __FEATMGR_TESTCFG__
       
    18 TARGET          featmgrserver.exe
       
    19 // Since this is an exe with no alternate implementations,
    23 // Since this is an exe with no alternate implementations,
    20 // just use same UID for both UID2 and UID3
    24 // just use same UID for both UID2 and UID3
    21 UID             0x10205054 0x10205054
    25 UID             0x10205054 0x10205054
    22 #else
    26 CAPABILITY      ProtServ ReadDeviceData
    23 TARGET          test_featmgrserver.exe
       
    24 UID             0x102836E5 0x102836E5
       
    25 #endif // __FEATMGR_TESTCFG__
       
    26 
       
    27 TARGETTYPE      exe
    27 TARGETTYPE      exe
    28 VENDORID        0x70000001
    28 VENDORID        0x70000001
    29 
    29 
    30 CAPABILITY      ProtServ ReadDeviceData
       
    31 
    30 
    32 //CodeWarrior compilation options - disable the "illegal pragma" warning
    31 //CodeWarrior compilation options - disable the "illegal pragma" warning
    33 OPTION CW -w noillpragmas
    32 OPTION CW -w noillpragmas
    34 
    33 
    35 SOURCEPATH      ../src/serverexe
    34 SOURCEPATH      ../src/serverexe