phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/group/ccappcommlauncherplugin.mmp
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     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          ccappcommlauncherheadertextorder.cpp
       
    38 SOURCE          CCCAppCommLauncherPbkCmd.cpp
       
    39 SOURCE          ccappcommlaunchercustomlistboxdata.cpp 
       
    40 SOURCE          ccappcommlaunchercustomlistbox.cpp
       
    41 SOURCE          ccappcommlaunchercustomlistboxitemdrawer.cpp
       
    42 
       
    43 // resources
       
    44 START RESOURCE      ../data/ccappcommlauncherpluginrsc.rss 
       
    45 HEADER
       
    46 TARGETPATH          RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 START RESOURCE  ../data/ccappcommlauncherplugin.rss
       
    51     TARGET      ccappcommlauncherplugin.rsc
       
    52 END
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE   /epoc32/include/ecom
       
    56 SYSTEMINCLUDE   ../../../inc //phonebook2/inc internal headers
       
    57 
       
    58 USERINCLUDE     ../../inc //ccapplication/inc
       
    59 USERINCLUDE     ../../ccapp/ccapputil/inc
       
    60 USERINCLUDE     ../../../../../ccservices/cmsservices/cmsengine/inc
       
    61 USERINCLUDE     . ../inc
       
    62 
       
    63 LIBRARY         euser.lib 
       
    64 LIBRARY         ecom.lib
       
    65 LIBRARY         cmsclient.lib
       
    66 LIBRARY         fbscli.lib
       
    67 LIBRARY         estor.lib
       
    68 LIBRARY         avkon.lib // notewrapper
       
    69 LIBRARY         imageconversion.lib
       
    70 LIBRARY         bitmaptransforms.lib 
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         aknskins.lib
       
    73 LIBRARY         eikcoctl.lib
       
    74 LIBRARY         servicehandler.lib // aiw
       
    75 LIBRARY         ccapputil.lib
       
    76 LIBRARY         bafl.lib
       
    77 LIBRARY         commonengine.lib//coneresourceloader
       
    78 LIBRARY         eikctl.lib
       
    79 LIBRARY	        aknicon.lib
       
    80 LIBRARY	        egul.lib 
       
    81 LIBRARY	        aknskinsrv.lib
       
    82 LIBRARY	        aknswallpaperutils.lib
       
    83 LIBRARY	        aknlayout2scalable.lib
       
    84 LIBRARY	        aknlayout2.lib
       
    85 LIBRARY         cdlengine.lib
       
    86 LIBRARY         eikcore.lib
       
    87 LIBRARY         cone.lib
       
    88 LIBRARY         flogger.lib
       
    89 LIBRARY         centralrepository.lib
       
    90 LIBRARY         ccacontactorservice.lib
       
    91 LIBRARY         serviceprovidersettings.lib
       
    92 
       
    93 LIBRARY         Pbk2Commands.lib
       
    94 LIBRARY         Pbk2CommonUI.lib
       
    95 LIBRARY         Pbk2Presentation.lib
       
    96 LIBRARY         VPbkEng.lib
       
    97 LIBRARY         mnclientlib.lib
       
    98 LIBRARY					bitgdi.lib 
       
    99 
       
   100 // Dependencies to AVKON
       
   101 LIBRARY 	CdlEngine.lib 
       
   102 LIBRARY 	touchfeedback.lib
       
   103 LIBRARY 	FeatMgr.lib
       
   104 
       
   105 LIBRARY         akntransitionutils.lib
       
   106 LIBRARY         aknphysics.lib
       
   107 LIBRARY		aknpictograph.lib
       
   108 
       
   109 LIBRARY  	aknlistloadertfx.lib
       
   110 LIBRARY 	gdi.lib
       
   111 
       
   112 
       
   113 LIBRARY         pbk2spbcontentprovider.lib
       
   114 LIBRARY			charconv.lib 
       
   115 
       
   116 LIBRARY         FontUtils.lib
       
   117 
       
   118 LIBRARY         apgrfx.lib
       
   119 LIBRARY         ws32.lib
       
   120 // End of File
       
   121