phoneuis/dialer/tsrc/public/basic/T_VideoDtmfDialer/group/T_VideoDtmfDialer.mmp
changeset 0 5f000ab63145
child 34 b68fcd923911
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2002 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:  MMP file for T_VideoDtmfDialer dll.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          T_VideoDtmfDialer.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY		ALL -TCB
       
    26 
       
    27 DEFFILE         T_VideoDtmfDialer.def
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          T_VideoDtmfDialer.cpp
       
    31 SOURCE          T_VideoDtmfDialerBlocks.cpp
       
    32 SOURCE          T_VideoDtmfDialerAppView.cpp
       
    33 
       
    34 SOURCEPATH        ../group
       
    35 
       
    36 USERINCLUDE     ../inc 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE   ../../../../../inc    // Telephony internal headers
       
    39 
       
    40 LIBRARY         euser.lib
       
    41 LIBRARY         cone.lib 
       
    42 LIBRARY         ws32.lib 
       
    43 LIBRARY         avkon.lib 
       
    44 LIBRARY         eikcoctl.lib 
       
    45 LIBRARY         eikctl.lib 
       
    46 LIBRARY         bafl.lib 
       
    47 LIBRARY         apgrfx.lib 
       
    48 LIBRARY         aknskins.lib 
       
    49 LIBRARY         aknskinsrv.lib 
       
    50 LIBRARY         aknswallpaperutils.lib 
       
    51 LIBRARY         eikcore.lib
       
    52 LIBRARY         featmgr.lib
       
    53 LIBRARY         stiftestinterface.lib
       
    54 LIBRARY         stiftestengine.lib
       
    55 
       
    56 // Test target 
       
    57 LIBRARY         dialer.lib
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 // End of File