ximpfw/tsrc/tsrcutils/processmaster/prfwtestprocessmaster.mmp
branchRCL_3
changeset 22 113b91e0a2ad
parent 21 cfd5c2994f10
equal deleted inserted replaced
21:cfd5c2994f10 22:113b91e0a2ad
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 
    20 #include<eunitcaps.h>
    21 TARGET          prfwtestprocessmaster.exe
    21 TARGET          prfwtestprocessmaster.exe
    22 TARGETTYPE      exe
    22 TARGETTYPE      exe
    23 UID             0x0     0x10282DDE
    23 UID             0x0     0x10282DDE
    24 VENDORID        VID_DEFAULT
    24 VENDORID        VID_DEFAULT
    25 CAPABILITY      CAP_SERVER ProtServ PowerMgmt AllFiles ReadDeviceData
    25 CAPABILITY      CAP_SERVER ProtServ PowerMgmt AllFiles ReadDeviceData  EUNIT_CAPS
    26 
    26 
    27 TARGETPATH      /system/libs
    27 TARGETPATH      /system/libs
    28 SOURCEPATH      .
    28 SOURCEPATH      .
    29 SOURCE          prfwtestprocessmaster.cpp
    29 SOURCE          prfwtestprocessmaster.cpp
    30 
    30 
       
    31 #if defined ( OS_LAYER_SYSTEMINCLUDE )
       
    32 OS_LAYER_SYSTEMINCLUDE
       
    33 #else
       
    34 SYSTEMINCLUDE     /epoc32/include
       
    35 #endif
       
    36 
       
    37  #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
    38  APP_LAYER_SYSTEMINCLUDE
       
    39  #else
       
    40  SYSTEMINCLUDE     \epoc32\include
       
    41  #endif
    31 
    42 
    32 MW_LAYER_SYSTEMINCLUDE
    43 MW_LAYER_SYSTEMINCLUDE
    33 USERINCLUDE     ../testcaseutils
    44 USERINCLUDE     ../testcaseutils
    34 USERINCLUDE     ../../../core/srcrootserver
    45 USERINCLUDE     ../../../core/srcrootserver
    35 USERINCLUDE     ../../../core/srcpscserver
    46 USERINCLUDE     ../../../core/srcpscserver