idlefw/tsrc/sapidataplugin/group/mt_sapidataplugin.mmp
branchRCL_3
changeset 28 053c6c7c14f3
equal deleted inserted replaced
27:2c7f27287390 28:053c6c7c14f3
       
     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 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <eunitcaps.h>
       
    22 MACRO                   _SAPIDATAPLUGIN_TEST
       
    23 
       
    24 TARGET                  mt_sapidataplugin.dll
       
    25 TARGETTYPE              dll
       
    26 TARGETPATH              /DigiaEUnit/Tests
       
    27 UID                     0x1000af5a 0x01700bf0
       
    28 
       
    29 CAPABILITY              EUNIT_CAPS       
       
    30 
       
    31 SOURCEPATH              ../mt_sapidataplugin
       
    32 SOURCE                  mt_sapidataplugindllmain.cpp
       
    33 SOURCE                  mt_sapidataplugin.cpp
       
    34 SOURCEPATH              ../common
       
    35 SOURCE                  observer.cpp
       
    36 
       
    37 SOURCEPATH              ../stub/src
       
    38 SOURCE                  aicpscommandbuffer_stub.cpp
       
    39 USERINCLUDE		        ../../../inc/common
       
    40 
       
    41 SOURCEPATH              ../../../src/framework
       
    42 SOURCE                  aicpsexecuteparam.cpp
       
    43 
       
    44 SOURCEPATH              ../../../plugins/sapidataplugin/src
       
    45 SOURCE                  sapidata.cpp
       
    46 SOURCE                  sapidataplugin.cpp
       
    47 SOURCE                  sapidataobserver.cpp
       
    48 
       
    49 USERINCLUDE             ../mt_sapidataplugin
       
    50 USERINCLUDE             ../../../inc/common
       
    51 USERINCLUDE             ../stub/inc
       
    52 USERINCLUDE             ../../../inc/framework
       
    53 USERINCLUDE             ../common
       
    54 
       
    55 SYSTEMINCLUDE           ../../../plugins/mcsplugin/commoninc
       
    56 SYSTEMINCLUDE           ../../../plugins/mcsplugin/publisher/inc
       
    57 SYSTEMINCLUDE           ../../../plugins/mcsplugin/data
       
    58 
       
    59 SYSTEMINCLUDE           ../../../plugins/sapidataplugin/inc
       
    60 SYSTEMINCLUDE           ../../../plugins/sapidataplugin/data
       
    61 SYSTEMINCLUDE           ../../../inc/utility
       
    62 SYSTEMINCLUDE           /epoc32/include/ecom
       
    63 SYSTEMINCLUDE           /epoc32/include/internal // for gsprivatepluginproviderids.h
       
    64 
       
    65 APP_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 LIBRARY                 eikdlg.lib
       
    68 LIBRARY                 aiutils.lib
       
    69 LIBRARY                 EUnit.lib
       
    70 LIBRARY                 EUnitUtil.lib
       
    71 LIBRARY                 euser.lib
       
    72 LIBRARY                 apparc.lib
       
    73 LIBRARY                 cone.lib
       
    74 LIBRARY                 eikcore.lib
       
    75 LIBRARY                 avkon.lib
       
    76 LIBRARY                 commonengine.lib
       
    77 LIBRARY                 efsrv.lib
       
    78 LIBRARY                 estor.lib
       
    79 LIBRARY                 ecom.lib
       
    80 LIBRARY                 eikcoctl.lib
       
    81 LIBRARY                 eikctl.lib
       
    82 LIBRARY                 bafl.lib
       
    83 LIBRARY                 apgrfx.lib
       
    84 LIBRARY                 egul.lib
       
    85 LIBRARY                 fbscli.lib
       
    86 LIBRARY                 aknskins.lib
       
    87 LIBRARY                 aknicon.lib
       
    88 LIBRARY                 centralrepository.lib
       
    89 LIBRARY                 msgs.lib
       
    90 LIBRARY                 ws32.lib
       
    91 LIBRARY                 GSEcomPlugin.lib
       
    92 LIBRARY                 cenrepnotifhandler.lib  // CCenRepNotifyHandler
       
    93 LIBRARY                 gsframework.lib         // For base classes
       
    94 LIBRARY                 gslistbox.lib           // For CGSListBoxItemTextArray
       
    95 LIBRARY                 inetprotutil.lib        // For TUriParser
       
    96 LIBRARY                 platformenv.lib         // For PathInfo
       
    97 LIBRARY                 hlplch.lib              // for HlpLauncher
       
    98 LIBRARY                 featmgr.lib             // For feature manager
       
    99 LIBRARY                 hspluginsettings.lib
       
   100 LIBRARY                 liwServiceHandler.lib
       
   101 LIBRARY                 charconv.lib
       
   102 
       
   103 // End of File.