omaprovisioning/pnputil/tsrc/ModuleTest/group/TestPnpUtil.mmp
branchRCL_3
changeset 61 b183ec05bd8c
parent 23 007508d6e57b
child 62 19bba8228ff0
equal deleted inserted replaced
59:13d7c31c74e0 61:b183ec05bd8c
    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 <platform_paths.hrh>
    21         #include <domain/osextensions/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 #ifdef SBSV2
    38 
    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
       
    60 MW_LAYER_SYSTEMINCLUDE
    41 MW_LAYER_SYSTEMINCLUDE
    61 
    42 
    62 #endif // SBSV2
    43 SYSTEMINCLUDE   /epoc32/include/internal
    63 APP_LAYER_SYSTEMINCLUDE
    44 
    64 MW_LAYER_SYSTEMINCLUDE
       
    65 
    45 
    66 SOURCE          ../src/TestPnpUtil.cpp
    46 SOURCE          ../src/TestPnpUtil.cpp
    67 SOURCE          ../src/TestPnpUtilBlocks.cpp
    47 SOURCE          ../src/TestPnpUtilBlocks.cpp
    68 
    48 
    69 
    49