phonebookui/Phonebook2/remotecontactlookup/settingplugin/group/pbk2rclsetting.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 Freestyle 2 Contacts 
       
    15 *                RemoteContactLookup setting plugin.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 USERINCLUDE             ../../../inc //pbk2internaluid.h
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 #include <data_caging_paths.hrh>
       
    24 #include "../../../inc/Pbk2InternalUID.h"  //KFscRclSettingExtensionImplementationUID from pbk2internaluid.h
       
    25 
       
    26 macro FSC_CHANGES
       
    27 #define FSC_CHANGES
       
    28 
       
    29 TARGET                  pbk2rclsetting.dll
       
    30 TARGETTYPE              PLUGIN
       
    31 UID                     0x10009D8D KFscRclSettingExtensionImplementationUID
       
    32 
       
    33 CAPABILITY              CAP_ECOM_PLUGIN
       
    34 VENDORID                VID_DEFAULT
       
    35 
       
    36 SOURCEPATH              ../src
       
    37 SOURCE                  dllmain.cpp
       
    38 SOURCE                  cfscrclsettingextensionplugin.cpp
       
    39 SOURCE                  cfscrclsettingview.cpp
       
    40 SOURCE                  cfscrclsettingcontrol.cpp
       
    41 
       
    42 
       
    43 START RESOURCE          ../data/pbk2rclsettingres.rss
       
    44 HEADER
       
    45 TARGET                  pbk2rclsettingres
       
    46 TARGETPATH              RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END // RESOURCE
       
    49 
       
    50 START RESOURCE          ../data/pbk2rclsetting.rss
       
    51 TARGET                  pbk2rclsetting
       
    52 TARGETPATH              ECOM_RESOURCE_DIR
       
    53 END // RESOURCE 
       
    54 
       
    55 USERINCLUDE             ../inc 
       
    56 USERINCLUDE             ../../inc // for emailtrace.h
       
    57 USERINCLUDE           ../../../../inc
       
    58 
       
    59 SYSTEMINCLUDE   	/epoc32/include/ecom
       
    60 
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 // Dependencies to Symbian OS components
       
    64 LIBRARY                 euser.lib
       
    65 LIBRARY                 commonengine.lib
       
    66 LIBRARY                 ecom.lib
       
    67 LIBRARY                 cone.lib 
       
    68 LIBRARY                 eikcoctl.lib
       
    69 LIBRARY                 avkon.lib
       
    70 LIBRARY                 pbk2rclengine.lib
       
    71 
       
    72