srsf/devtts/group/nssdevtts.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2004-2007 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 DevTTS
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../group/srsfbldvariant.hrh"
       
    21 
       
    22 TARGET          nssdevtts.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008D 0x101FF928 // UID: 270530865
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 // Define this if no TtpHwDevice is available
       
    29 //MACRO         DEVTTS_NO_TTP
       
    30 
       
    31 // Define this if audio buffer should be written to a file
       
    32 //MACRO         DEVTTS_AUDIOBUFFER_TO_FILE
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          nssdevtts.cpp
       
    36 SOURCE          devttsalgorithmmanager.cpp
       
    37 SOURCE          devttsaudio.cpp
       
    38 SOURCE          devttscenrep.cpp
       
    39 
       
    40 START RESOURCE  nssdevtts.rss
       
    41 HEADER
       
    42 #include "data_caging_paths.hrh"
       
    43 TARGETPATH      RESOURCE_FILES_DIR
       
    44 END
       
    45 
       
    46 USERINCLUDE     ../inc
       
    47 USERINCLUDE     ../src
       
    48 USERINCLUDE     ../../group
       
    49 USERINCLUDE     ../../inc
       
    50 
       
    51 // This is a SYSTEMINCLUDE macro containing the middleware
       
    52 // layer specific include directories
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 SYSTEMINCLUDE   /epoc32/include/libc
       
    56 SYSTEMINCLUDE   /epoc32/include/mmf
       
    57 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    58 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    59 
       
    60 // For RUBY_DEBUG
       
    61 USERINCLUDE     ../../rubydebug
       
    62 
       
    63 
       
    64 LIBRARY         audiooutputrouting.lib
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         mmfdevsound.lib
       
    67 LIBRARY         efsrv.lib
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         nssttscommon.lib
       
    70 LIBRARY         centralrepository.lib
       
    71 LIBRARY         asrsttshwdevice.lib
       
    72 #ifndef DEVTTS_NO_TPP
       
    73 LIBRARY         asrsttphwdevice.lib
       
    74 #endif
       
    75 LIBRARY         asrsnlphwdevice.lib
       
    76 
       
    77 LANG            SC
       
    78 
       
    79 CAPABILITY      CAP_GENERAL_DLL