idlefw/tsrc/mcsplugin/group/mt_mcsplugin.mmp
branchRCL_3
changeset 111 053c6c7c14f3
equal deleted inserted replaced
110:2c7f27287390 111: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 
       
    23 TARGET                  mt_mcsplugin.dll
       
    24 TARGETTYPE              dll
       
    25 TARGETPATH              /DigiaEUnit/Tests
       
    26 UID                     0x1000af5a 0x01700afa
       
    27 
       
    28 CAPABILITY              EUNIT_CAPS
       
    29 
       
    30 SOURCEPATH              ../MT_mcsplugin
       
    31 SOURCE                  MT_mcspluginDllMain.cpp
       
    32 SOURCE                  MT_mcsplugin.cpp
       
    33 SOURCE                  observer.cpp
       
    34 
       
    35 USERINCLUDE             ../mt_mcsplugin
       
    36 USERINCLUDE		        ../../../inc/common
       
    37 
       
    38 SYSTEMINCLUDE           ../../../plugins/mcsplugin/commoninc
       
    39 SYSTEMINCLUDE           ../../../plugins/mcsplugin/publisher/inc
       
    40 SYSTEMINCLUDE           ../../../plugins/mcsplugin/data
       
    41 SYSTEMINCLUDE           ../../../inc/utility
       
    42 SYSTEMINCLUDE           /epoc32/include/internal // for gsprivatepluginproviderids.h
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY                 eikdlg.lib
       
    47 LIBRARY                 aiutils.lib
       
    48 LIBRARY                 EUnit.lib
       
    49 LIBRARY                 EUnitUtil.lib
       
    50 LIBRARY                 euser.lib
       
    51 LIBRARY                 apparc.lib
       
    52 LIBRARY                 cone.lib
       
    53 LIBRARY                 eikcore.lib
       
    54 LIBRARY                 avkon.lib
       
    55 LIBRARY                 commonengine.lib
       
    56 LIBRARY                 efsrv.lib
       
    57 LIBRARY                 estor.lib
       
    58 LIBRARY                 ecom.lib
       
    59 LIBRARY                 eikcoctl.lib
       
    60 LIBRARY                 eikctl.lib
       
    61 LIBRARY                 bafl.lib
       
    62 LIBRARY                 apgrfx.lib
       
    63 LIBRARY                 egul.lib
       
    64 LIBRARY                 fbscli.lib
       
    65 LIBRARY                 aknskins.lib
       
    66 LIBRARY                 aknicon.lib
       
    67 LIBRARY                 centralrepository.lib
       
    68 LIBRARY                 msgs.lib
       
    69 LIBRARY                 ws32.lib
       
    70 LIBRARY                 GSEcomPlugin.lib
       
    71 LIBRARY                 cenrepnotifhandler.lib  // CCenRepNotifyHandler
       
    72 LIBRARY                 gsframework.lib         // For base classes
       
    73 LIBRARY                 gslistbox.lib           // For CGSListBoxItemTextArray
       
    74 LIBRARY                 inetprotutil.lib        // For TUriParser
       
    75 LIBRARY                 platformenv.lib         // For PathInfo
       
    76 LIBRARY                 hlplch.lib              // for HlpLauncher
       
    77 LIBRARY                 featmgr.lib             // For feature manager
       
    78 LIBRARY			hspluginsettings.lib
       
    79 
       
    80 // End of File.