srsf/ttsutility/group/nssttsutility.mmp
branchRCL_3
changeset 23 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
22:cad71a31b7fc 23:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004-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 file for TTS Utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          nssttsutility.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x101FF93A // UID: 270530874
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          nssttsutility.cpp
       
    29 SOURCE          ttsutilitybody.cpp
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../src
       
    33 USERINCLUDE     ../../group
       
    34 
       
    35 // This is a SYSTEMINCLUDE macro containing the middleware
       
    36 // layer specific include directories
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SYSTEMINCLUDE   /epoc32/include/libc
       
    40 SYSTEMINCLUDE   /epoc32/include/mmf
       
    41 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    42 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    43 
       
    44 // For RUBY_DEBUG
       
    45 USERINCLUDE     ../../rubydebug
       
    46 
       
    47 LIBRARY         mediaclientaudio.lib
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         mmfcontrollerframework.lib
       
    50 LIBRARY         mmfstandardcustomcommands.lib
       
    51 LIBRARY         nssttscommon.lib
       
    52 LIBRARY         nssttscustomcommands.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         charconv.lib
       
    55 
       
    56 LANG            SC
       
    57 
       
    58 CAPABILITY      CAP_GENERAL_DLL