phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/group/ccappcommlauncherplugin.mmp
changeset 0 e686773b3f54
child 3 04ab22b956c2
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:  Project definition file for project ccappcommlauncherplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          ccappcommlauncherplugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x2000B1AC //KCCACommLauncherPluginDllUid
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          ccappcommlauncherplugin.cpp
       
    31 SOURCE          ccappcommlauncherpluginproxy.cpp
       
    32 SOURCE          ccappcommlaunchercontacthandler.cpp
       
    33 SOURCE          ccappcommlaunchermenuhandler.cpp
       
    34 SOURCE          ccappcommlaunchercontainer.cpp
       
    35 SOURCE          ccappcommlauncherlpadmodel.cpp
       
    36 SOURCE          ccappcommlauncherheadercontrol.cpp
       
    37 SOURCE          ccappcommlauncherimagedecoding.cpp
       
    38 SOURCE          ccappcommlauncherheadertextorder.cpp
       
    39 SOURCE          CCCAppCommLauncherPbkCmd.cpp
       
    40 SOURCE          ccappcommlaunchercustomlistboxdata.cpp 
       
    41 SOURCE          ccappcommlaunchercustomlistbox.cpp
       
    42 SOURCE          ccappcommlaunchercustomlistboxitemdrawer.cpp
       
    43 SOURCE          ccappcommlaunchersetdefault.cpp
       
    44 
       
    45 // resources
       
    46 START RESOURCE      ../data/ccappcommlauncherpluginrsc.rss 
       
    47 HEADER
       
    48 TARGETPATH          RESOURCE_FILES_DIR
       
    49 LANGUAGE_IDS
       
    50 END
       
    51 
       
    52 START RESOURCE  ../data/ccappcommlauncherplugin.rss
       
    53     TARGET      ccappcommlauncherplugin.rsc
       
    54 END
       
    55 
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 SYSTEMINCLUDE   /epoc32/include/ecom
       
    58 SYSTEMINCLUDE   ../../../inc //phonebook2/inc internal headers
       
    59 
       
    60 USERINCLUDE     ../../inc //ccapplication/inc
       
    61 USERINCLUDE     ../../ccapp/ccapputil/inc
       
    62 USERINCLUDE     ../../../../../ccservices/cmsservices/cmsengine/inc
       
    63 USERINCLUDE     . ../inc
       
    64 
       
    65 LIBRARY         euser.lib 
       
    66 LIBRARY         ecom.lib
       
    67 LIBRARY         cmsclient.lib
       
    68 LIBRARY         fbscli.lib
       
    69 LIBRARY         estor.lib
       
    70 LIBRARY         avkon.lib // notewrapper
       
    71 LIBRARY         imageconversion.lib
       
    72 LIBRARY         bitmaptransforms.lib 
       
    73 LIBRARY         efsrv.lib
       
    74 LIBRARY         aknskins.lib
       
    75 LIBRARY         eikcoctl.lib
       
    76 LIBRARY         servicehandler.lib // aiw
       
    77 LIBRARY         ccapputil.lib
       
    78 LIBRARY         bafl.lib
       
    79 LIBRARY         commonengine.lib//coneresourceloader
       
    80 LIBRARY         eikctl.lib
       
    81 LIBRARY	        aknicon.lib
       
    82 LIBRARY	        egul.lib 
       
    83 LIBRARY	        aknskinsrv.lib
       
    84 LIBRARY	        aknswallpaperutils.lib
       
    85 LIBRARY	        aknlayout2scalable.lib
       
    86 LIBRARY	        aknlayout2.lib
       
    87 LIBRARY         cdlengine.lib
       
    88 LIBRARY         eikcore.lib
       
    89 LIBRARY         cone.lib
       
    90 LIBRARY         flogger.lib
       
    91 LIBRARY         centralrepository.lib
       
    92 LIBRARY         ccacontactorservice.lib
       
    93 LIBRARY         serviceprovidersettings.lib
       
    94 
       
    95 LIBRARY         Pbk2Commands.lib
       
    96 LIBRARY         Pbk2CommonUI.lib
       
    97 LIBRARY         Pbk2Presentation.lib
       
    98 LIBRARY         VPbkEng.lib
       
    99 LIBRARY         mnclientlib.lib
       
   100 LIBRARY					bitgdi.lib 
       
   101 
       
   102 // Dependencies to AVKON
       
   103 LIBRARY 	CdlEngine.lib 
       
   104 LIBRARY 	touchfeedback.lib
       
   105 LIBRARY 	FeatMgr.lib
       
   106 
       
   107 LIBRARY         akntransitionutils.lib
       
   108 LIBRARY         aknphysics.lib
       
   109 LIBRARY		aknpictograph.lib
       
   110 
       
   111 LIBRARY  	aknlistloadertfx.lib
       
   112 LIBRARY 	gdi.lib
       
   113 
       
   114 
       
   115 LIBRARY         pbk2spbcontentprovider.lib
       
   116 LIBRARY			charconv.lib 
       
   117 
       
   118 
       
   119 // End of File
       
   120