mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/group/ut_musaiwprovider.mmp
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include<eunitcaps.h>
    20 #include <eunitcaps.h>
    21 
    21 
    22 TARGET                  ut_musaiwprovider.dll
    22 TARGET                  ut_musaiwprovider.dll
    23 TARGETTYPE              dll
    23 TARGETTYPE              dll
    24 EPOCALLOWDLLDATA
    24 EPOCALLOWDLLDATA
    25 TARGETPATH              /z/sys/bin
    25 TARGETPATH              /z/sys/bin
    26 UID                     0x1000af5a 0x01700a22
    26 UID                     0x1000af5a 0x01700a22
    27 
    27 
    28 CAPABILITY      EUNIT_CAPS
    28 CAPABILITY              EUNIT_CAPS
    29 VENDORID                VID_DEFAULT
    29 VENDORID                VID_DEFAULT
    30 
    30 
    31 MACRO                   UNIT_TESTING
    31 MACRO                   UNIT_TESTING
    32 
    32 
    33 SOURCEPATH              ../../../data
    33 SOURCEPATH              ../../../data
    45 SOURCE                  barsc.cpp
    45 SOURCE                  barsc.cpp
    46 
    46 
    47 SOURCEPATH              ../../../../../tsrc/featmgrstub/src
    47 SOURCEPATH              ../../../../../tsrc/featmgrstub/src
    48 SOURCE                  FeatMgr.cpp
    48 SOURCE                  FeatMgr.cpp
    49 
    49 
       
    50 SOURCEPATH              ../../../../../tsrc/propertystub/src
       
    51 SOURCE		            e32property.cpp
       
    52 
    50 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
    53 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
    51 SOURCE    		musmanagerstub.cpp
    54 SOURCE    				musmanagerstub.cpp
    52 // Test classes
    55 // Test classes
    53 SOURCEPATH              ../src
    56 SOURCEPATH              ../src
    54 SOURCE                  ut_musaiwproviderdllmain.cpp
    57 SOURCE                  ut_musaiwproviderdllmain.cpp
    55 SOURCE                  ut_musaiwprovider.cpp
    58 SOURCE                  ut_musaiwprovider.cpp
    56 
    59 
    58 SOURCEPATH              ../../../src
    61 SOURCEPATH              ../../../src
    59 SOURCE                  musaiwprovidermain.cpp
    62 SOURCE                  musaiwprovidermain.cpp
    60 SOURCE                  musaiwprovider.cpp
    63 SOURCE                  musaiwprovider.cpp
    61 
    64 
    62 
    65 
       
    66 // Centrep Stub
       
    67 SOURCEPATH              ../../../../../tsrc/centralrepositorystub/src
       
    68 SOURCE                  centralrepositorystub.cpp
       
    69 
       
    70 
       
    71 // Stup User Includes
       
    72 USERINCLUDE             ../../../../../tsrc/resourcefilestub/inc
       
    73 USERINCLUDE             ../../../../../tsrc/propertystub/inc
       
    74 USERINCLUDE             ../../../../../tsrc/centralrepositorystub/inc
       
    75 
       
    76 // Actual User Includes
    63 USERINCLUDE             ../inc
    77 USERINCLUDE             ../inc
    64 USERINCLUDE				      ../../../inc
    78 USERINCLUDE				../../../inc
       
    79 
       
    80 // Test Includes.
    65 USERINCLUDE             ../../../../../tsrc/musmanagerstub/inc
    81 USERINCLUDE             ../../../../../tsrc/musmanagerstub/inc
    66 USERINCLUDE             ../../../../../tsrc/ututils/inc
    82 USERINCLUDE             ../../../../../tsrc/ututils/inc
    67 USERINCLUDE             ../../../../../inc
    83 USERINCLUDE             ../../../../../inc
    68 USERINCLUDE             ../../../../../tsrc/Apastub/inc
    84 USERINCLUDE             ../../../../../tsrc/Apastub/inc
    69 USERINCLUDE             ../../../../../tsrc/resourcefilestub/inc
    85 USERINCLUDE             ../../../../../tsrc/featmgrstub/inc
       
    86 
    70 
    87 
    71 
    88 
    72 // to replace FeatMgr.h with a stub
    89 // to replace FeatMgr.h with a stub
    73 SYSTEMINCLUDE           ../../../../../tsrc/featmgrstub/inc
    90 SYSTEMINCLUDE           ../../../../../tsrc/featmgrstub/inc
    74 
    91 
    75 // to replace apgtask.h with a stub
    92 // to replace apgtask.h with a stub
    76 SYSTEMINCLUDE           ../../../../../tsrc/Apastub/inc
    93 SYSTEMINCLUDE           ../../../../../tsrc/Apastub/inc
    77 
    94 
    78 // to replace barsc.h with a stub
    95 // to replace barsc.h with a stub
    79 SYSTEMINCLUDE           ../../../../../tsrc/resourcefilestub/inc
    96 SYSTEMINCLUDE           ../../../../../tsrc/resourcefilestub/inc
       
    97 
       
    98 // to replace RProperty with a stub
       
    99 SYSTEMINCLUDE           ../../../../../tsrc/propertystub/inc
       
   100 
       
   101 // Centrep stub
       
   102 SYSTEMINCLUDE             ../../../../../tsrc/centralrepositorystub/inc
    80 
   103 
    81 // Default system include paths for application layer modules.
   104 // Default system include paths for application layer modules.
    82 APP_LAYER_SYSTEMINCLUDE
   105 APP_LAYER_SYSTEMINCLUDE
    83 
   106 
    84 
   107 
    91 LIBRARY                 efsrv.lib
   114 LIBRARY                 efsrv.lib
    92 LIBRARY                 eikcoctl.lib
   115 LIBRARY                 eikcoctl.lib
    93 LIBRARY                 eikcore.lib
   116 LIBRARY                 eikcore.lib
    94 LIBRARY                 eunit.lib
   117 LIBRARY                 eunit.lib
    95 LIBRARY                 charconv.lib
   118 LIBRARY                 charconv.lib
    96 LIBRARY                 centralrepository.lib
   119 //LIBRARY                 centralrepository.lib
    97 
       
    98 LIBRARY                 flogger.lib
   120 LIBRARY                 flogger.lib
    99 LIBRARY                 servicehandler.lib // AIW Consumer API
   121 LIBRARY                 servicehandler.lib // AIW Consumer API
   100 
   122 
   101 
   123 
   102 // End of file
   124 // End of file