idlehomescreen/examples/carouselwidgetexample/publisher/group/carouselplugin.mmp
branchRCL_3
changeset 102 ba63c83f4716
parent 93 b01126ce0bec
child 103 966d119a7e67
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
     1 /*
       
     2 * Copyright (c) 2010 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/carouselpluginuids.hrh"
       
    22 
       
    23 TARGET          carouselplugin.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D  AI_UID_ECOM_DLL_CONTENTPUBLISHER_CAROUSELPLUGIN
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          carouselplugin.cpp
       
    32 SOURCE          carouselpluginengine.cpp
       
    33 SOURCE          carouselplugindata.cpp
       
    34 SOURCE          carouselpluginwatcher.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../loc
       
    38 USERINCLUDE     ../data
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH      ../data
       
    43 START RESOURCE  carouselplugin.rss
       
    44 HEADER
       
    45 TARGETPATH      ECOM_RESOURCE_DIR
       
    46 END
       
    47 
       
    48 START RESOURCE  carouselpluginres.rss
       
    49 HEADER
       
    50 TARGET          carouselpluginres.rsc
       
    51 TARGETPATH      RESOURCE_FILES_DIR
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         mcsmenu.lib
       
    56 LIBRARY         mcsextendedmenu.lib
       
    57 LIBRARY         egul.lib
       
    58 LIBRARY         cone.lib
       
    59 LIBRARY         ecom.lib
       
    60 LIBRARY         aiutils.lib
       
    61 LIBRARY         aknskins.lib
       
    62 LIBRARY         aknicon.lib
       
    63 LIBRARY         mcsmenuutils.lib
       
    64 LIBRARY         hspluginsettings.lib
       
    65 LIBRARY         msgs.lib
       
    66 LIBRARY         apgrfx.lib
       
    67 LIBRARY         apparc.lib
       
    68 
       
    69 
       
    70 LIBRARY         bafl.lib
       
    71 LIBRARY         avkon.lib 
       
    72 LIBRARY         eikcoctl.lib
       
    73 LIBRARY         eikcore.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         fbscli.lib 
       
    76 LIBRARY         gslauncher.lib
       
    77 LIBRARY         eikdlg.lib
       
    78 LIBRARY         commonengine.lib 
       
    79 LIBRARY         favouritesengine.lib
       
    80 LIBRARY         viewcli.lib
       
    81 LIBRARY         gfxtrans.lib 
       
    82 
       
    83 // End of File