emailcontacts/remotecontactlookup/settingplugin/group/fscrclsetting.mmp
branchRCL_3
changeset 12 4ce476e64c59
parent 11 0396474f30f5
child 13 8592a65ad3fb
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     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 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include "../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    24 #include "../../../../inc/emailtraceconfig.hrh"
       
    25 #include "../inc/fscrclsettingextensionuid.h"
       
    26 
       
    27 macro FSC_CHANGES
       
    28 #define FSC_CHANGES
       
    29 
       
    30 TARGET                  fscrclsetting.dll
       
    31 TARGETTYPE              PLUGIN
       
    32 UID                     0x10009D8D KFscRclSettingExtensionImplementationUID
       
    33 
       
    34 CAPABILITY              CAP_ECOM_PLUGIN
       
    35 VENDORID                VID_DEFAULT
       
    36 
       
    37 VERSION                 KEmailBinaryVersionNumber
       
    38 KEmailBinaryDemandPaging
       
    39 
       
    40 SOURCEPATH              ../src
       
    41 SOURCE                  dllmain.cpp
       
    42 SOURCE                  cfscrclsettingextensionplugin.cpp
       
    43 SOURCE                  cfscrclsettingview.cpp
       
    44 SOURCE                  cfscrclsettingcontrol.cpp
       
    45 
       
    46 
       
    47 START RESOURCE          ../data/fscrclsettingres.rss
       
    48 HEADER
       
    49 TARGET                  fscrclsettingres
       
    50 TARGETPATH              RESOURCE_FILES_DIR
       
    51 LANG                    SC
       
    52 END // RESOURCE
       
    53 
       
    54 START RESOURCE          ../data/fscrclsetting.rss
       
    55 TARGET                  fscrclsetting
       
    56 TARGETPATH              ECOM_RESOURCE_DIR
       
    57 END // RESOURCE 
       
    58 
       
    59 USERINCLUDE             ../inc
       
    60 USERINCLUDE             ../../../../inc
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 // Dependencies to Symbian OS components
       
    65 LIBRARY                 euser.lib
       
    66 LIBRARY                 commonengine.lib
       
    67 LIBRARY                 ecom.lib
       
    68 LIBRARY                 cone.lib 
       
    69 LIBRARY                 eikcoctl.lib
       
    70 LIBRARY                 avkon.lib
       
    71 LIBRARY                 cmaillogger.lib
       
    72 
       
    73 
       
    74 #ifdef TRACE_INTO_FILE
       
    75 LIBRARY                 flogger.lib
       
    76 #endif // TRACE_INTO_FILE