phonebookui/Phonebook2/remotecontactlookup/contactactionservice/sendbusinesscard/group/pbk2rclsendbusinesscardplugin.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
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 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                  pbk2rclsendbusinesscardplugin.dll
       
    25 EPOCSTACKSIZE           0x5000
       
    26 TARGETTYPE              PLUGIN
       
    27 UID                     0x10009D8D KFscSendBusinessCardPluginImplDllUid
       
    28 
       
    29 CAPABILITY              CAP_ECOM_PLUGIN
       
    30 
       
    31 VENDORID                VID_DEFAULT
       
    32 
       
    33 SOURCEPATH              ../src
       
    34 SOURCE 					cfssendbcpluginimpl.cpp
       
    35 SOURCE 					cfsvcardconverter.cpp fssendcmdutils.cpp
       
    36 
       
    37 USERINCLUDE             ../inc
       
    38 USERINCLUDE             ../../inc
       
    39 USERINCLUDE             ../../../inc 
       
    40 USERINCLUDE             ../../../engine/inc
       
    41 USERINCLUDE 			../../../../inc
       
    42 
       
    43 SYSTEMINCLUDE           /epoc32/include/ecom
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 LIBRARY                 avkon.lib 
       
    47 LIBRARY                 aknicon.lib eikcore.lib
       
    48 LIBRARY                 efsrv.lib 
       
    49 LIBRARY                 euser.lib 
       
    50 LIBRARY                 ecom.lib
       
    51 LIBRARY                 egul.lib
       
    52 LIBRARY                 commonengine.lib
       
    53 LIBRARY                 bafl.lib
       
    54 LIBRARY                 cone.lib 
       
    55 LIBRARY                 VPbkEng.lib
       
    56 LIBRARY                 fbscli.lib
       
    57 LIBRARY                 ws32.lib
       
    58 LIBRARY                 aknskins.lib
       
    59 LIBRARY                 centralrepository.lib
       
    60 LIBRARY                 Pbk2Presentation.lib
       
    61 
       
    62 LIBRARY					sendui.lib
       
    63 LIBRARY					etext.lib
       
    64 LIBRARY					featmgr.lib
       
    65 LIBRARY					bcardeng.lib
       
    66 LIBRARY					pbkeng.lib
       
    67 LIBRARY  				estor.lib //RFileWriteStream
       
    68 LIBRARY	 				PlatformEnv.lib
       
    69 LIBRARY					VPbkVCardEng.lib
       
    70 
       
    71 
       
    72 LIBRARY 				eikcoctl.lib 
       
    73 LIBRARY 				apparc.lib 
       
    74 LIBRARY 				apmime.lib
       
    75 
       
    76 #if (PBKX_DEBUG_LEVEL > 0)
       
    77 LIBRARY                 pbkxdebug.lib
       
    78 #endif
       
    79 
       
    80 SOURCEPATH              ../data
       
    81 START RESOURCE	        20028718.rss
       
    82 TARGET                  pbk2rclsendbusinesscardplugin.rsc
       
    83 END
       
    84 
       
    85 START RESOURCE	        pbk2rclsendbusinesscardpluginimpl.rss
       
    86 HEADER
       
    87 TARGETPATH              APP_RESOURCE_DIR
       
    88 LANGUAGE_IDS
       
    89 END
       
    90 
       
    91 // End of File