phonebookui/Phonebook2/remotecontactlookup/contactactionservice/callplugin/group/pbk2rclcallplugin.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2008 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 Contact Action Service Core
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../inc/fsccontactactionserviceuids.hrh"
       
    22 #include "../../inc/pbkxcontactactionservicedebug.hrh"
       
    23 
       
    24 TARGET                  pbk2rclcallplugin.dll
       
    25 EPOCSTACKSIZE   0x5000
       
    26 TARGETTYPE              PLUGIN
       
    27 UID                     0x10009D8D KFscCallPluginImplDllUid
       
    28 
       
    29 CAPABILITY              CAP_ECOM_PLUGIN
       
    30 
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 USERINCLUDE             ../inc
       
    34 USERINCLUDE             ../../inc
       
    35 USERINCLUDE             ../../../inc 
       
    36 
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE           /epoc32/include/ecom
       
    40 
       
    41 USERINCLUDE ../../../../inc
       
    42 
       
    43 LIBRARY                 aknicon.lib eikcore.lib avkon.lib
       
    44 LIBRARY                 efsrv.lib 
       
    45 LIBRARY                 euser.lib 
       
    46 LIBRARY                 ecom.lib
       
    47 LIBRARY                 egul.lib // Icon
       
    48 LIBRARY                 servicehandler.lib // AIW
       
    49 LIBRARY                 commonengine.lib // String loadder
       
    50 LIBRARY                 bafl.lib
       
    51 LIBRARY                 cone.lib 
       
    52 LIBRARY                 fbscli.lib
       
    53 LIBRARY                 ws32.lib
       
    54 LIBRARY                 featmgr.lib 
       
    55 LIBRARY                 profileengine.lib
       
    56 LIBRARY                 centralrepository.lib
       
    57 LIBRARY                 aiwdialdata.lib
       
    58 
       
    59 #if (PBKX_DEBUG_LEVEL > 0)
       
    60 LIBRARY                 pbkxdebug.lib
       
    61 #endif
       
    62 
       
    63 SOURCEPATH              ../data
       
    64 START RESOURCE          20029F2F.rss
       
    65 TARGET                  pbk2rclcallplugin.rsc
       
    66 END
       
    67 
       
    68 START RESOURCE          pbk2rclcallplugin.rss
       
    69 HEADER
       
    70 TARGETPATH              APP_RESOURCE_DIR
       
    71 LANGUAGE_IDS
       
    72 END
       
    73 
       
    74 //EXPORTUNFROZEN
       
    75 SOURCEPATH ../src
       
    76 SOURCE                  cfsccallpluginimpl.cpp