srsf/speechsynthesis/tsrc/speechsynthesistest/group/speechsynthesistest.mmp
branchRCL_3
changeset 18 cad71a31b7fc
parent 17 8ce15fced3a6
child 19 e36f3802f733
equal deleted inserted replaced
17:8ce15fced3a6 18:cad71a31b7fc
     1 /*
       
     2 * Copyright (c) 2006-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 
       
    21 TARGET          speechsynthesistest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 DEFFILE         speechsynthesistest.def
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          speechsynthesistest.cpp
       
    30 SOURCE          speechsynthesistestblocks.cpp
       
    31 SOURCE          speechsynthesistester.cpp
       
    32 
       
    33 USERINCLUDE     ../inc 
       
    34 USERINCLUDE     ../../../../rubydebug
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 LIBRARY         stiftestinterface.lib
       
    40 LIBRARY         speechsynthesis.lib
       
    41 
       
    42 LANG            SC
       
    43 
       
    44 // End of File