mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/group/ut_musaiwprovider.mmp
changeset 0 f0cf47e981f9
child 32 73a1feb507fb
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     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/musmanagerstub/src
       
    51 SOURCE    		musmanagerstub.cpp
       
    52 // Test classes
       
    53 SOURCEPATH              ../src
       
    54 SOURCE                  ut_musaiwproviderdllmain.cpp
       
    55 SOURCE                  ut_musaiwprovider.cpp
       
    56 
       
    57 // Tested classes
       
    58 SOURCEPATH              ../../../src
       
    59 SOURCE                  musaiwprovidermain.cpp
       
    60 SOURCE                  musaiwprovider.cpp
       
    61 
       
    62 
       
    63 USERINCLUDE             ../inc
       
    64 USERINCLUDE				      ../../../inc
       
    65 USERINCLUDE             ../../../../../tsrc/musmanagerstub/inc
       
    66 USERINCLUDE             ../../../../../tsrc/ututils/inc
       
    67 USERINCLUDE             ../../../../../inc
       
    68 USERINCLUDE             ../../../../../tsrc/Apastub/inc
       
    69 USERINCLUDE             ../../../../../tsrc/resourcefilestub/inc
       
    70 
       
    71 
       
    72 // to replace FeatMgr.h with a stub
       
    73 SYSTEMINCLUDE           ../../../../../tsrc/featmgrstub/inc
       
    74 
       
    75 // to replace apgtask.h with a stub
       
    76 SYSTEMINCLUDE           ../../../../../tsrc/Apastub/inc
       
    77 
       
    78 // to replace barsc.h with a stub
       
    79 SYSTEMINCLUDE           ../../../../../tsrc/resourcefilestub/inc
       
    80 
       
    81 // Default system include paths for application layer modules.
       
    82 APP_LAYER_SYSTEMINCLUDE
       
    83 
       
    84 
       
    85 LIBRARY                 euser.lib
       
    86 LIBRARY                 aknnotify.lib
       
    87 LIBRARY                 eiksrv.lib
       
    88 LIBRARY                 bafl.lib
       
    89 LIBRARY                 connmon.lib
       
    90 LIBRARY                 ecom.lib
       
    91 LIBRARY                 efsrv.lib
       
    92 LIBRARY                 eikcoctl.lib
       
    93 LIBRARY                 eikcore.lib
       
    94 LIBRARY                 eunit.lib
       
    95 LIBRARY                 charconv.lib
       
    96 LIBRARY                 centralrepository.lib
       
    97 
       
    98 LIBRARY                 flogger.lib
       
    99 LIBRARY                 servicehandler.lib // AIW Consumer API
       
   100 
       
   101 
       
   102 // End of file