featuremgmt/featuremgr/group/featmgrserver.mmp
branchRCL_3
changeset 23 26645d81f48d
parent 9 667e88a979d7
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    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 ProtServ ReadDeviceData
       
    19 #else
       
    20 TARGET          featmgrserver.exe
       
    21 CAPABILITY      ProtServ ReadDeviceData
       
    22 #endif // __FEATMGR_TESTCFG__
    16 
    23 
    17 #ifndef __FEATMGR_TESTCFG__
       
    18 TARGET          featmgrserver.exe
       
    19 // Since this is an exe with no alternate implementations,
    24 // Since this is an exe with no alternate implementations,
    20 // just use same UID for both UID2 and UID3
    25 // just use same UID for both UID2 and UID3
    21 UID             0x10205054 0x10205054
    26 UID             0x10205054 0x10205054
    22 #else
       
    23 TARGET          test_featmgrserver.exe
       
    24 UID             0x102836E5 0x102836E5
       
    25 #endif // __FEATMGR_TESTCFG__
       
    26 
    27 
    27 TARGETTYPE      exe
    28 TARGETTYPE      exe
    28 VENDORID        0x70000001
    29 VENDORID        0x70000001
    29 
    30 
    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