phoneuis/easydialing/edcontactor/group/edcontactor.mmp
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 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: Easy dialing contactor module project file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET                  edcontactor.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x200212A3
       
    25 VENDORID                VID_DEFAULT
       
    26 CAPABILITY              CAP_CLIENT_DLL NetworkServices NetworkControl
       
    27 
       
    28 USERINCLUDE             ../inc
       
    29 USERINCLUDE             ../../inc
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE 					edcontactorservice.cpp
       
    33 SOURCE					edcontactorserviceoperator.cpp
       
    34 SOURCE                  edcontactorpopuphandler.cpp
       
    35 
       
    36 SOURCE                  edcontactor.cpp
       
    37 SOURCE                  edcontactoroperation.cpp
       
    38 SOURCE                  edcontactorcalloperation.cpp
       
    39 SOURCE                  edcontactorunieditoroperation.cpp
       
    40 SOURCE                  edcontactoremailoperation.cpp
       
    41 SOURCE                  edcontactorimoperation.cpp
       
    42 SOURCE                  edcontactorvoipoperation.cpp
       
    43 SOURCE                  edphonecall.cpp
       
    44 SOURCE                  edcontactorvideocalloperation.cpp
       
    45 SOURCE                  edmsgeditors.cpp
       
    46 
       
    47 // resources
       
    48 START RESOURCE      ../data/edcontactor.rss 
       
    49 HEADER
       
    50 TARGETPATH          RESOURCE_FILES_DIR
       
    51 LANGUAGE_IDS
       
    52 END
       
    53 
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE         /epoc32/include/ecom
       
    57 
       
    58 LIBRARY               cone.lib
       
    59 LIBRARY               ws32.lib
       
    60 LIBRARY               euser.lib
       
    61 LIBRARY               efsrv.lib
       
    62 LIBRARY               bafl.lib
       
    63 LIBRARY               aiwdialdata.lib //AIW
       
    64 LIBRARY               commonengine.lib
       
    65 LIBRARY               servicehandler.lib //AIW
       
    66 LIBRARY               sendui.lib
       
    67 LIBRARY               ecom.lib 
       
    68 LIBRARY               serviceprovidersettings.lib
       
    69 LIBRARY               apgrfx.lib
       
    70 LIBRARY		      avkon.lib
       
    71 LIBRARY		      eikcore.lib
       
    72 DEBUGLIBRARY          flogger.lib
       
    73 
       
    74 
       
    75 
       
    76