srsf/speechsynthesis/server/group/speechsynthesisserver.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:  Project definition file for Speech synthesis server executable
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          speechsynthesisserver.exe
       
    23 TARGETTYPE      exe
       
    24 UID             0x100039CE 0x10281A71
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 // MultiMediaDD needed for changing audio priority and preference
       
    28 // ReadDeviceData needed for reading central repository settings in plugins
       
    29 // WriteDeviceData needed for prioprefs and setting audio output to All.
       
    30 // ProtServ needed for '!' prefix in server name
       
    31 CAPABILITY      MultiMediaDD ReadDeviceData WriteDeviceData ProtServ  
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          speechsynthesisserver.cpp
       
    35 SOURCE          speechsynthesisserverutilities.cpp
       
    36 SOURCE          speechsynthesissession.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../../rubydebug
       
    40 
       
    41 APP_LAYER_SYSTEMINCLUDE 
       
    42 //SYSTEMINCLUDE   /epoc32/include/swi
       
    43 
       
    44 LIBRARY         efsrv.lib
       
    45 LIBRARY         estor.lib 
       
    46 LIBRARY         euser.lib 
       
    47 LIBRARY         mmfcontrollerframework.lib
       
    48 LIBRARY         nssttscommon.lib
       
    49 LIBRARY         nssttsutility.lib 
       
    50 
       
    51 // End of file