phoneengine/contacthandling/group/contacthandling.mmp
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2004 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 specification file for Contact Handling dll
       
    15 *
       
    16 */
       
    17 
       
    18 #ifdef RD_PHONE_NG
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          contacthandling.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x1000A836    
       
    25 VENDORID		VID_DEFAULT
       
    26 
       
    27 CAPABILITY		CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 SOURCE          cpecontacthandling.cpp
       
    32 SOURCE          cpecontacthandlingdummy.cpp
       
    33 SOURCE          cpecontacthandlingproxy.cpp
       
    34 SOURCE          cpecontactmatch.cpp
       
    35 SOURCE          pecontacthandlingpanic.cpp
       
    36 SOURCE          cpecontactextensionwrapper.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    41 SYSTEMINCLUDE   ../../inc          // PhoneEngine private headers
       
    42 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    43 SYSTEMINCLUDE   /epoc32/include/connect
       
    44 
       
    45 LIBRARY	        serviceprovidersettings.lib
       
    46 LIBRARY	        bafl.lib
       
    47 LIBRARY         ecom.lib	
       
    48 LIBRARY         efsrv.lib // For reading picture.	
       
    49 LIBRARY         engineinfo.lib	
       
    50 LIBRARY         euser.lib	
       
    51 LIBRARY         featmgr.lib // Feature manager. 	
       
    52 LIBRARY         flogger.lib // For logging.	
       
    53 LIBRARY         phonecntfinder.lib	
       
    54 
       
    55 LANG            SC
       
    56 
       
    57 START WINS
       
    58 BASEADDRESS 0x10040000
       
    59 END
       
    60 
       
    61 #endif // RD_PHONE_NG