srsf/speechsynthesis/tsrc/texttospeech/group/texttospeech.mmp
branchRCL_3
changeset 23 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
22:cad71a31b7fc 23:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/texttospeechuid.hrh"
       
    22 
       
    23 TARGET      texttospeech.exe
       
    24 TARGETTYPE  exe
       
    25 UID         0x100039CE KUidTextToSpeechApplication
       
    26 
       
    27 VENDORID    0
       
    28 CAPABILITY  CAP_APPLICATION
       
    29 
       
    30 
       
    31 SOURCEPATH  ../src
       
    32 
       
    33 SOURCE      texttospeechapplication.cpp
       
    34 SOURCE      texttospeechappui.cpp
       
    35 SOURCE      texttospeechdocument.cpp 
       
    36 SOURCE      texttospeechengine.cpp
       
    37 SOURCE      texttospeechsettingitemlist.cpp
       
    38 SOURCE      texttospeechsettingitemlistview.cpp
       
    39 SOURCE      texttospeechsettingitemlistsettings.cpp 
       
    40 
       
    41 
       
    42 SOURCEPATH ../data
       
    43 
       
    44 START RESOURCE texttospeech.rss
       
    45 TARGETPATH resource/apps
       
    46 HEADER
       
    47 LANG SC
       
    48 END
       
    49 
       
    50 START RESOURCE texttospeech_reg.rss
       
    51 DEPENDS texttospeech.rsg
       
    52 TARGETPATH private/10003a3f/apps
       
    53 END
       
    54 
       
    55 
       
    56 USERINCLUDE ../inc 
       
    57 USERINCLUDE ../data
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY     euser.lib 
       
    62 LIBRARY     apparc.lib 
       
    63 LIBRARY     cone.lib 
       
    64 LIBRARY     eikcore.lib 
       
    65 LIBRARY     avkon.lib 
       
    66 LIBRARY     commonengine.lib
       
    67 LIBRARY     eikcoctl.lib 
       
    68 LIBRARY     speechsynthesis.lib 
       
    69 
       
    70 // End of File