mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/group/ut_musaiwprovider.mmp
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    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 
       
    53 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
    50 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
    54 SOURCE    				musmanagerstub.cpp
    51 SOURCE    		musmanagerstub.cpp
    55 // Test classes
    52 // Test classes
    56 SOURCEPATH              ../src
    53 SOURCEPATH              ../src
    57 SOURCE                  ut_musaiwproviderdllmain.cpp
    54 SOURCE                  ut_musaiwproviderdllmain.cpp
    58 SOURCE                  ut_musaiwprovider.cpp
    55 SOURCE                  ut_musaiwprovider.cpp
    59 
    56 
    61 SOURCEPATH              ../../../src
    58 SOURCEPATH              ../../../src
    62 SOURCE                  musaiwprovidermain.cpp
    59 SOURCE                  musaiwprovidermain.cpp
    63 SOURCE                  musaiwprovider.cpp
    60 SOURCE                  musaiwprovider.cpp
    64 
    61 
    65 
    62 
    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
       
    77 USERINCLUDE             ../inc
    63 USERINCLUDE             ../inc
    78 USERINCLUDE				../../../inc
    64 USERINCLUDE				      ../../../inc
    79 
       
    80 // Test Includes.
       
    81 USERINCLUDE             ../../../../../tsrc/musmanagerstub/inc
    65 USERINCLUDE             ../../../../../tsrc/musmanagerstub/inc
    82 USERINCLUDE             ../../../../../tsrc/ututils/inc
    66 USERINCLUDE             ../../../../../tsrc/ututils/inc
    83 USERINCLUDE             ../../../../../inc
    67 USERINCLUDE             ../../../../../inc
    84 USERINCLUDE             ../../../../../tsrc/Apastub/inc
    68 USERINCLUDE             ../../../../../tsrc/Apastub/inc
    85 USERINCLUDE             ../../../../../tsrc/featmgrstub/inc
    69 USERINCLUDE             ../../../../../tsrc/resourcefilestub/inc
    86 
       
    87 
    70 
    88 
    71 
    89 // to replace FeatMgr.h with a stub
    72 // to replace FeatMgr.h with a stub
    90 SYSTEMINCLUDE           ../../../../../tsrc/featmgrstub/inc
    73 SYSTEMINCLUDE           ../../../../../tsrc/featmgrstub/inc
    91 
    74 
    92 // to replace apgtask.h with a stub
    75 // to replace apgtask.h with a stub
    93 SYSTEMINCLUDE           ../../../../../tsrc/Apastub/inc
    76 SYSTEMINCLUDE           ../../../../../tsrc/Apastub/inc
    94 
    77 
    95 // to replace barsc.h with a stub
    78 // to replace barsc.h with a stub
    96 SYSTEMINCLUDE           ../../../../../tsrc/resourcefilestub/inc
    79 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
       
   103 
    80 
   104 // Default system include paths for application layer modules.
    81 // Default system include paths for application layer modules.
   105 APP_LAYER_SYSTEMINCLUDE
    82 APP_LAYER_SYSTEMINCLUDE
   106 
    83 
   107 
    84 
   114 LIBRARY                 efsrv.lib
    91 LIBRARY                 efsrv.lib
   115 LIBRARY                 eikcoctl.lib
    92 LIBRARY                 eikcoctl.lib
   116 LIBRARY                 eikcore.lib
    93 LIBRARY                 eikcore.lib
   117 LIBRARY                 eunit.lib
    94 LIBRARY                 eunit.lib
   118 LIBRARY                 charconv.lib
    95 LIBRARY                 charconv.lib
   119 //LIBRARY                 centralrepository.lib
    96 LIBRARY                 centralrepository.lib
       
    97 
   120 LIBRARY                 flogger.lib
    98 LIBRARY                 flogger.lib
   121 LIBRARY                 servicehandler.lib // AIW Consumer API
    99 LIBRARY                 servicehandler.lib // AIW Consumer API
   122 
   100 
   123 
   101 
   124 // End of file
   102 // End of file