phonebookui/Phonebook2/remotecontactlookup/contactactionservice/pocplugin/group/pbk2rclpocplugin.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 poc plugin
       
    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                  pbk2rclpocplugin.dll
       
    25 EPOCSTACKSIZE   0x5000
       
    26 TARGETTYPE              PLUGIN
       
    27 UID                     0x10009D8D KFscPocPluginImplDllUid
       
    28 
       
    29 CAPABILITY              CAP_ECOM_PLUGIN
       
    30 
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 USERINCLUDE             ../inc
       
    34 USERINCLUDE             ../../inc
       
    35 USERINCLUDE             ../../../inc 
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE           /epoc32/include/ecom
       
    39 
       
    40 USERINCLUDE ../../../../inc
       
    41 
       
    42 LIBRARY                 aknicon.lib eikcore.lib apgrfx.lib avkon.lib
       
    43 LIBRARY                 efsrv.lib 
       
    44 LIBRARY                 euser.lib 
       
    45 LIBRARY                 ecom.lib
       
    46 LIBRARY                 egul.lib
       
    47 LIBRARY                 ServiceHandler.lib
       
    48 LIBRARY                 commonengine.lib
       
    49 LIBRARY                 bafl.lib
       
    50 LIBRARY                 cone.lib 
       
    51 LIBRARY                 fbscli.lib
       
    52 LIBRARY                 ws32.lib
       
    53 LIBRARY                 FeatMgr.lib 
       
    54 LIBRARY                 centralrepository.lib
       
    55 LIBRARY                 aknskins.lib
       
    56 LIBRARY                 profileengine.lib
       
    57 
       
    58 #if (PBKX_DEBUG_LEVEL > 0)
       
    59 LIBRARY                 pbkxdebug.lib
       
    60 #endif
       
    61 
       
    62 SOURCEPATH              ../data
       
    63 START RESOURCE	        20029F34.rss
       
    64 TARGET                  pbk2rclpocplugin.rsc
       
    65 END
       
    66 
       
    67 START RESOURCE pbk2rclpocplugin.rss
       
    68 	HEADER
       
    69 	TARGETPATH APP_RESOURCE_DIR
       
    70     LANGUAGE_IDS
       
    71 END
       
    72 
       
    73 
       
    74 //EXPORTUNFROZEN
       
    75 SOURCEPATH ../src
       
    76 SOURCE                  cfscpocpluginimpl.cpp