phonecmdhandler/phonecmdhnlr/group/PhoneCmdHandler.mmp
changeset 0 ff3b6d0fd310
child 12 ae8abd0db65c
child 14 71e7b994dff4
equal deleted inserted replaced
-1:000000000000 0:ff3b6d0fd310
       
     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 LIBRARY		pbkeng.lib
       
    55 
       
    56 MACRO       API_TRACE_FLAG
       
    57 MACRO       COMPONENT_TRACE_FLAG
       
    58