phonebookui/Phonebook2/ccapplication/ccapp/ccapputil/group/ccapputil.mmp
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
child 68 9da50d567e3c
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 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 CCAppUtil
       
    15 *
       
    16 */
       
    17   
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET                  ccapputil.dll
       
    22 TARGETTYPE              dll
       
    23 UID                     0x1000008D 0x200159E8
       
    24 
       
    25 CAPABILITY              CAP_GENERAL_DLL
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 SOURCE                  ccacmscontactfetcherwrapper.cpp
       
    30 SOURCE                  ccappviewpluginaknview.cpp
       
    31 SOURCE                  ccappviewpluginakncontainer.cpp
       
    32 SOURCE                  ccappstatuscontrol.cpp
       
    33 SOURCE                  ccafactoryextensionnotifier.cpp
       
    34 SOURCE                  ccappimagedecoding.cpp
       
    35 
       
    36 //Internal
       
    37 USERINCLUDE             ../inc
       
    38 USERINCLUDE             ../../../../../../ccservices/cmsservices/cmsengine/inc
       
    39 USERINCLUDE             ../../../../inc
       
    40 
       
    41 SYSTEMINCLUDE           ../../../inc
       
    42 SYSTEMINCLUDE           /epoc32/include/ecom
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY                 bafl.lib
       
    47 LIBRARY                 euser.lib
       
    48 LIBRARY                 flogger.lib
       
    49 LIBRARY                 commonengine.lib//coneresourceloader
       
    50 LIBRARY                 cmsclient.lib//cms wrapper
       
    51 LIBRARY                 ccaclient.lib//cms wrapper
       
    52 LIBRARY                 avkon.lib//avkon view/container
       
    53 LIBRARY                 cone.lib//avkon view/container
       
    54 LIBRARY                 eikcore.lib//avkon view/container
       
    55 LIBRARY                 eikcoctl.lib // CEikImage
       
    56 LIBRARY                 aknicon.lib // CAknIcon 
       
    57 LIBRARY                 pbk2spbcontentprovider.lib // CSpbContentProvider
       
    58 LIBRARY                 Pbk2Presentation.lib // TPbk2IconId
       
    59 LIBRARY                 egul.lib // CGulIcon
       
    60 LIBRARY                 AknSkins.lib
       
    61 LIBRARY                 cdlengine.lib
       
    62 LIBRARY                 aknlayout2.lib 
       
    63 LIBRARY                 touchfeedback.lib
       
    64 LIBRARY                 ecom.lib
       
    65 LIBRARY                 AknLayout2Scalable.lib
       
    66 LIBRARY                 imageconversion.lib
       
    67 LIBRARY                 bitmaptransforms.lib
       
    68 LIBRARY                 fbscli.lib
       
    69 
       
    70 #if defined( ARMCC )
       
    71 deffile ../eabi/ 
       
    72 #elif defined ( WINSCW )
       
    73 deffile ../bwinscw/ 
       
    74 #endif 
       
    75 
       
    76 // End of File
       
    77 
       
    78 
       
    79