emailcontacts/contactactionservice/group/fsccontactactionservice.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     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 
       
    22 #include "../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    23 #include "../inc/fsccontactactionserviceuids.hrh"
       
    24 #include "../inc/pbkxcontactactionservicedebug.hrh"
       
    25 
       
    26 
       
    27 TARGET                  fsccontactactionservice.dll
       
    28 TARGETTYPE              PLUGIN
       
    29 UID                     0x10009D8D KFscContactActionServiceImplDllUid
       
    30 
       
    31 CAPABILITY              CAP_ECOM_PLUGIN
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 VERSION                 KEmailBinaryVersionNumber
       
    35 KEmailBinaryDemandPaging
       
    36 
       
    37 SOURCEPATH              ../src
       
    38 SOURCE                  cfsccontactactionserviceimpl.cpp
       
    39 SOURCE                  cfsccontactactionpluginengine.cpp
       
    40 SOURCE                  cfscactionutils.cpp
       
    41 SOURCE                  cfsccontactset.cpp
       
    42 SOURCE                  cfscstorecontactset.cpp
       
    43 SOURCE                  cfsccontactlinkset.cpp
       
    44 SOURCE                  cfsccontactaction.cpp
       
    45 // selectdialog
       
    46 SOURCE                  CFscAddressSelect.cpp
       
    47 SOURCE                  CFscContactFieldDynamicProperties.cpp
       
    48 SOURCE                  CFscContactNameFormatter.cpp
       
    49 SOURCE                  CFscContactNameFormatterBase.cpp
       
    50 SOURCE                  CFscDefaultPhoneNumberFormatter.cpp
       
    51 SOURCE                  CFscFieldFormatter.cpp
       
    52 SOURCE                  CFscFieldListBoxModel.cpp
       
    53 SOURCE                  CFscFieldOrderingManager.cpp
       
    54 SOURCE                  CFscFieldProperty.cpp
       
    55 SOURCE                  CFscFieldPropertyArray.cpp
       
    56 SOURCE                  CFscFieldPropertyGroup.cpp
       
    57 SOURCE                  CFscNumberGroupingFormatter.cpp
       
    58 SOURCE                  CFscPresentationContactField.cpp
       
    59 SOURCE                  CFscPresentationContactFieldCollection.cpp
       
    60 SOURCE                  CFscPresentationContactFieldTextData.cpp
       
    61 SOURCE                  CFscSelectFieldDlg.cpp
       
    62 SOURCE                  FscPhoneNumberFormatterFactory.cpp
       
    63 SOURCE                  FscPresentationUtils.cpp
       
    64 SOURCE                  TFscAddressSelectParams.cpp
       
    65 SOURCE                  TFscSortOrderFieldMapper.cpp
       
    66 SOURCE                  TFscStoreContactAnalyzer.cpp
       
    67 
       
    68 
       
    69 USERINCLUDE             ../inc
       
    70 
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 USERINCLUDE             ../../../inc
       
    73 
       
    74 LIBRARY                 euser.lib 
       
    75 LIBRARY                 ecom.lib
       
    76 LIBRARY                 cone.lib
       
    77 LIBRARY                 avkon.lib
       
    78 LIBRARY                 commonengine.lib
       
    79 LIBRARY                 centralrepository.lib
       
    80 LIBRARY                 egul.lib // Icon
       
    81 LIBRARY                 fbscli.lib
       
    82 LIBRARY                 featmgr.lib 
       
    83 LIBRARY                 aknskins.lib
       
    84 LIBRARY                 vpbkeng.lib
       
    85 LIBRARY                 bafl.lib
       
    86 LIBRARY                 efsrv.lib
       
    87 LIBRARY                 eikcoctl.lib
       
    88 LIBRARY                 eikcore.lib
       
    89 LIBRARY                 numbergrouping.lib
       
    90 LIBRARY                 apgrfx.lib
       
    91 LIBRARY                 apparc.lib
       
    92 
       
    93 // Dependencies to Phonebook
       
    94 LIBRARY                 Pbk2Presentation.lib
       
    95 LIBRARY                 Pbk2CommonUi.lib
       
    96 LIBRARY cmaillogger.lib
       
    97 #if (PBKX_DEBUG_LEVEL > 0)
       
    98 LIBRARY                 pbkxdebug.lib
       
    99 
       
   100 #endif
       
   101 
       
   102 SOURCEPATH              ../data
       
   103 START RESOURCE fsccontactactionservice.rss
       
   104 TARGET fsccontactactionservice.rsc
       
   105 END //RESOURCE
       
   106 
       
   107 SOURCEPATH             ../data
       
   108 START RESOURCE         FscActionUtils.rss
       
   109 DEPENDS vpbkeng.rsg
       
   110 TARGETPATH RESOURCE_FILES_DIR
       
   111 HEADER
       
   112 LANGUAGE_IDS
       
   113 END //RESOURCE