idlefw/plugins/mcsplugin/group/mcsplugin.mmp
changeset 0 79c6a41cd166
child 2 b7904b40483f
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  Project definition file for project ProfilePlugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 #include "../data/mcspluginuids.hrh"
       
    22 
       
    23 TARGET          mcsplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D  AI_UID_ECOM_DLL_CONTENTPUBLISHER_MCSPLUGIN
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../publisher/src
       
    31 SOURCE          mcsplugin.cpp
       
    32 SOURCE          mcspluginengine.cpp
       
    33 SOURCE          mcsplugindata.cpp
       
    34 SOURCEPATH      ../commonsrc
       
    35 SOURCE          mcspluginwatcher.cpp
       
    36 
       
    37 USERINCLUDE     ../publisher/inc
       
    38 USERINCLUDE     ../loc
       
    39 USERINCLUDE     ../data
       
    40 USERINCLUDE     ../commoninc
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 SOURCEPATH            ../data
       
    45 START RESOURCE          mcsplugin.rss
       
    46 TARGET                  mcsplugin.rsc
       
    47 END
       
    48 
       
    49 START RESOURCE          mcspluginres.rss
       
    50 HEADER
       
    51 TARGET                  mcspluginres.rsc
       
    52 TARGETPATH              RESOURCE_FILES_DIR
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         mcsmenu.lib
       
    57 LIBRARY         mcsextendedmenu.lib
       
    58 LIBRARY         egul.lib
       
    59 LIBRARY         cone.lib
       
    60 LIBRARY         ecom.lib
       
    61 LIBRARY         aiutils.lib
       
    62 LIBRARY         aknskins.lib
       
    63 LIBRARY         aknicon.lib
       
    64 LIBRARY         mcsmenuutils.lib
       
    65 LIBRARY         hspluginsettings.lib
       
    66 LIBRARY         msgs.lib
       
    67 LIBRARY         apgrfx.lib
       
    68 LIBRARY         apparc.lib
       
    69 
       
    70 
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         avkon.lib 
       
    73 LIBRARY         eikcoctl.lib
       
    74 LIBRARY         eikcore.lib
       
    75 LIBRARY         efsrv.lib
       
    76 LIBRARY         fbscli.lib 
       
    77 LIBRARY         gslauncher.lib
       
    78 LIBRARY         eikdlg.lib
       
    79 LIBRARY         commonengine.lib 
       
    80 LIBRARY         favouritesengine.lib
       
    81 
       
    82 LIBRARY         gfxtrans.lib
       
    83 
       
    84 
       
    85 // End of File