phonecmdhandler/phonecmdhnlr/group/PhoneCmdHandler.mmp
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002-2005 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 PhoneCmdHandler module.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          phonecmdhandler.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008d 0x10205046
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 
       
    30 SOURCE      phonehandler.cpp 
       
    31 SOURCE      phonehandlercontrol.cpp 
       
    32 SOURCE      phonehandleractive.cpp 
       
    33 SOURCE      phonehandlercallbase.cpp 
       
    34 SOURCE      phonehandleranswercall.cpp 
       
    35 SOURCE      phonehandlerendcall.cpp 
       
    36 SOURCE      phonehandlerdialcall.cpp 
       
    37 SOURCE      phonehandlervoicedial.cpp 
       
    38 SOURCE      phonehandlerredial.cpp 
       
    39 SOURCE      phonehandlermultipartycall.cpp 
       
    40 SOURCE      phonehandlerdtmf.cpp 
       
    41 SOURCE      phonehandlerresponse.cpp 
       
    42 SOURCE      phonehandlercallstate.cpp 
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 APP_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY     euser.lib
       
    49 LIBRARY     remconinterfacebase.lib
       
    50 LIBRARY     remconextensionapi.lib
       
    51 LIBRARY     phoneclient.lib
       
    52 LIBRARY     logcli.lib
       
    53 LIBRARY     efsrv.lib
       
    54 // <-- QT PHONE START -->
       
    55 //LIBRARY       pbkeng.lib
       
    56 // <-- QT PHONE END -->
       
    57 
       
    58 MACRO       API_TRACE_FLAG
       
    59 MACRO       COMPONENT_TRACE_FLAG
       
    60