featuremgmt/featuremgr/group/featmgrserver.mmp
changeset 35 0d6db0a14001
parent 19 d6ef85bc5971
equal deleted inserted replaced
25:63532cdadd44 35:0d6db0a14001
    13 // Description:
    13 // Description:
    14 //
    14 //
    15 
    15 
    16 #ifdef __FEATMGR_TESTCFG__
    16 #ifdef __FEATMGR_TESTCFG__
    17 TARGET          test_featmgrserver.exe
    17 TARGET          test_featmgrserver.exe
    18 CAPABILITY      AllFiles
    18 CAPABILITY      AllFiles ProtServ ReadDeviceData
    19 #else
    19 #else
    20 TARGET          featmgrserver.exe
    20 TARGET          featmgrserver.exe
       
    21 CAPABILITY      ProtServ ReadDeviceData
    21 #endif // __FEATMGR_TESTCFG__
    22 #endif // __FEATMGR_TESTCFG__
    22 
    23 
    23 // Since this is an exe with no alternate implementations,
    24 // Since this is an exe with no alternate implementations,
    24 // just use same UID for both UID2 and UID3
    25 // just use same UID for both UID2 and UID3
    25 UID             0x10205054 0x10205054
    26 UID             0x10205054 0x10205054
    26 CAPABILITY      ProtServ ReadDeviceData
    27 
    27 TARGETTYPE      exe
    28 TARGETTYPE      exe
    28 VENDORID        0x70000001
    29 VENDORID        0x70000001
    29 
    30 
    30 
    31 
    31 //CodeWarrior compilation options - disable the "illegal pragma" warning
    32 //CodeWarrior compilation options - disable the "illegal pragma" warning