mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/group/ut_musaiwprovider.mmp
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include <eunitcaps.h>
       
    21 
       
    22 TARGET                  ut_musaiwprovider.dll
       
    23 TARGETTYPE              dll
       
    24 EPOCALLOWDLLDATA
       
    25 TARGETPATH              /z/sys/bin
       
    26 UID                     0x1000af5a 0x01700a22
       
    27 
       
    28 CAPABILITY              EUNIT_CAPS
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 MACRO                   UNIT_TESTING
       
    32 
       
    33 SOURCEPATH              ../../../data
       
    34 RESOURCE                musaiwprovider.rss
       
    35 
       
    36 // Stubs
       
    37 SOURCEPATH              ../src
       
    38 //SOURCE                  musaiwresourcefinderstub.cpp
       
    39 SOURCE                  musaiwproviderstubs.cpp
       
    40 
       
    41 SOURCEPATH              ../../../../../tsrc/Apastub/src
       
    42 SOURCE                  apgtask.cpp
       
    43 
       
    44 SOURCEPATH              ../../../../../tsrc/resourcefilestub/src
       
    45 SOURCE                  barsc.cpp
       
    46 
       
    47 SOURCEPATH              ../../../../../tsrc/featmgrstub/src
       
    48 SOURCE                  FeatMgr.cpp
       
    49 
       
    50 SOURCEPATH              ../../../../../tsrc/propertystub/src
       
    51 SOURCE		            e32property.cpp
       
    52 
       
    53 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
       
    54 SOURCE    				musmanagerstub.cpp
       
    55 // Test classes
       
    56 SOURCEPATH              ../src
       
    57 SOURCE                  ut_musaiwproviderdllmain.cpp
       
    58 SOURCE                  ut_musaiwprovider.cpp
       
    59 
       
    60 // Tested classes
       
    61 SOURCEPATH              ../../../src
       
    62 SOURCE                  musaiwprovidermain.cpp
       
    63 SOURCE                  musaiwprovider.cpp
       
    64 
       
    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
       
    77 USERINCLUDE             ../inc
       
    78 USERINCLUDE				../../../inc
       
    79 
       
    80 // Test Includes.
       
    81 USERINCLUDE             ../../../../../tsrc/musmanagerstub/inc
       
    82 USERINCLUDE             ../../../../../tsrc/ututils/inc
       
    83 USERINCLUDE             ../../../../../inc
       
    84 USERINCLUDE             ../../../../../tsrc/Apastub/inc
       
    85 USERINCLUDE             ../../../../../tsrc/featmgrstub/inc
       
    86 
       
    87 
       
    88 
       
    89 // to replace FeatMgr.h with a stub
       
    90 SYSTEMINCLUDE           ../../../../../tsrc/featmgrstub/inc
       
    91 
       
    92 // to replace apgtask.h with a stub
       
    93 SYSTEMINCLUDE           ../../../../../tsrc/Apastub/inc
       
    94 
       
    95 // to replace barsc.h with a stub
       
    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
       
   103 
       
   104 // Default system include paths for application layer modules.
       
   105 APP_LAYER_SYSTEMINCLUDE
       
   106 
       
   107 
       
   108 LIBRARY                 euser.lib
       
   109 LIBRARY                 aknnotify.lib
       
   110 LIBRARY                 eiksrv.lib
       
   111 LIBRARY                 bafl.lib
       
   112 LIBRARY                 connmon.lib
       
   113 LIBRARY                 ecom.lib
       
   114 LIBRARY                 efsrv.lib
       
   115 LIBRARY                 eikcoctl.lib
       
   116 LIBRARY                 eikcore.lib
       
   117 LIBRARY                 eunit.lib
       
   118 LIBRARY                 charconv.lib
       
   119 //LIBRARY                 centralrepository.lib
       
   120 LIBRARY                 flogger.lib
       
   121 LIBRARY                 servicehandler.lib // AIW Consumer API
       
   122 
       
   123 
       
   124 // End of file