phoneengine/contacthandling2/group/contacthandling.mmp
changeset 21 92ab7f8d0eab
child 74 d1c62c765e48
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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 APP_LAYER_SYSTEMINCLUDE         // Application layer domain APIs
       
    30 
       
    31 SYSTEMINCLUDE   ../../inc          // PhoneEngine private headers
       
    32 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    33 SYSTEMINCLUDE   /epoc32/include/connect
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 SOURCE          cpecontacthandling.cpp
       
    38 SOURCE          cpecontacthandlingdummy.cpp
       
    39 SOURCE          cpecontacthandlingproxy.cpp
       
    40 SOURCE          cpecontactmatch.cpp
       
    41 SOURCE          pecontacthandlingpanic.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 
       
    45 
       
    46 LIBRARY         efsrv.lib // For reading picture.
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         featmgr.lib // Feature manager. 
       
    49 LIBRARY         flogger.lib // For logging.
       
    50 LIBRARY         phonecntfinder.lib
       
    51 
       
    52 LANG            SC
       
    53 
       
    54 START WINS
       
    55 BASEADDRESS 0x10040000
       
    56 END
       
    57 
       
    58 #endif // RD_PHONE_NG