phoneuis/TelephonyDeviceMode/group/TelephonyDeviceMode.mmp
changeset 37 ba76fc04e6c2
child 51 f39ed5e045e0
child 77 2be0b271d017
equal deleted inserted replaced
36:2eacb6118286 37:ba76fc04e6c2
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 for Telephony Device Mode
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 // Capability assignment.
       
    21 CAPABILITY CAP_GENERAL_DLL
       
    22 // Assign Vendor ID.
       
    23 VENDORID VID_DEFAULT
       
    24 
       
    25 TARGET          telephonydevicemode.dll
       
    26 TARGETTYPE      DLL
       
    27 UID             0x1000008d 0x1020299B
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          cteldmhandlerimpl.cpp
       
    31 SOURCE          cteldmgriphandler.cpp
       
    32 SOURCE          cteldmcallstatelistener.cpp
       
    33 SOURCE          cteldmcommandhandler.cpp
       
    34 SOURCE          cteldmaudioaccessorylistener.cpp
       
    35     
       
    36 USERINCLUDE     ../inc
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE   ../../../inc    // Telephony internal headers
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         featmgr.lib
       
    42 LIBRARY         avkon.lib
       
    43 LIBRARY         telephonyaudiorouting.lib
       
    44 LIBRARY         centralrepository.lib
       
    45 // End of File