ximpfw/tsrc/tsrcutils/processmaster/prfwtestprocessmaster.mmp
branchRCL_3
changeset 21 cfd5c2994f10
parent 20 eedf17a17c27
child 22 113b91e0a2ad
equal deleted inserted replaced
20:eedf17a17c27 21:cfd5c2994f10
    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 #include<eunitcaps.h>
    20 
    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  EUNIT_CAPS
    25 CAPABILITY      CAP_SERVER ProtServ PowerMgmt AllFiles ReadDeviceData
    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
       
    42 
    31 
    43 MW_LAYER_SYSTEMINCLUDE
    32 MW_LAYER_SYSTEMINCLUDE
    44 USERINCLUDE     ../testcaseutils
    33 USERINCLUDE     ../testcaseutils
    45 USERINCLUDE     ../../../core/srcrootserver
    34 USERINCLUDE     ../../../core/srcrootserver
    46 USERINCLUDE     ../../../core/srcpscserver
    35 USERINCLUDE     ../../../core/srcpscserver