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