omaprovisioning/pnputil/tsrc/ModuleTest/group/TestPnpUtil.mmp
branchRCL_3
changeset 62 19bba8228ff0
parent 61 b183ec05bd8c
equal deleted inserted replaced
61:b183ec05bd8c 62:19bba8228ff0
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #if defined(__S60_)
    19 #if defined(__S60_)
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    21         #include <domain/osextensions/platform_paths.hrh>
    21         #include <platform_paths.hrh>
    22 #endif
    22 #endif
    23 #include <data_caging_paths.hrh>
    23 #include <data_caging_paths.hrh>
    24 
    24 
    25 TARGET          TestPnpUtil.dll
    25 TARGET          TestPnpUtil.dll
    26 TARGETTYPE      dll
    26 TARGETTYPE      dll
    33 // SECUREID     0x00000000
    33 // SECUREID     0x00000000
    34 
    34 
    35 //TARGETPATH      ?target_path
    35 //TARGETPATH      ?target_path
    36 //DEFFILE         TestPnpUtil.def
    36 //DEFFILE         TestPnpUtil.def
    37 
    37 
    38 
    38 #ifdef SBSV2
    39 USERINCLUDE     ../inc 
    39 USERINCLUDE     ../inc 
    40 
    40 
       
    41 	#if defined(__S60_)
       
    42 	    OSEXT_LAYER_SYSTEMINCLUDE
       
    43 	#else // __S60_ not defined
       
    44 SYSTEMINCLUDE   /epoc32/include 
       
    45 SYSTEMINCLUDE   /epoc32/include/internal
       
    46 	#endif // __S60_
       
    47 
       
    48 SOURCEPATH      ../src
       
    49 #else // SBSV2 not defined
       
    50 USERINCLUDE     ../inc 
       
    51 
       
    52 	#if defined(__S60_)
       
    53 OSEXT_LAYER_SYSTEMINCLUDE
       
    54 	#else // __S60_ not defined
       
    55 SYSTEMINCLUDE   /epoc32/include 
       
    56 SYSTEMINCLUDE   /epoc32/include/internal
       
    57 	#endif // __S60_
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
    41 MW_LAYER_SYSTEMINCLUDE
    60 MW_LAYER_SYSTEMINCLUDE
    42 
    61 
    43 SYSTEMINCLUDE   /epoc32/include/internal
    62 #endif // SBSV2
    44 
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 MW_LAYER_SYSTEMINCLUDE
    45 
    65 
    46 SOURCE          ../src/TestPnpUtil.cpp
    66 SOURCE          ../src/TestPnpUtil.cpp
    47 SOURCE          ../src/TestPnpUtilBlocks.cpp
    67 SOURCE          ../src/TestPnpUtilBlocks.cpp
    48 
    68 
    49 
    69