srsf/ttscontrollerplugin/group/nssttscontrollerplugin.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 TtsPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          nssttscontrollerplugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009D8D 0x101FF933 // UID: 270530867
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          ttsplugin.cpp
       
    29 SOURCE          ttspluginbody.cpp
       
    30 SOURCE          ttsplugindataloader.cpp
       
    31 SOURCE          ttspluginresourcehandler.cpp
       
    32 
       
    33 START RESOURCE  ttspluginsettings.rss
       
    34 HEADER
       
    35 TARGET          ttspluginsettings.rsc
       
    36 TARGETPATH      resource
       
    37 END
       
    38 
       
    39 START RESOURCE  101ff933.rss
       
    40 TARGET          nssttscontrollerplugin.rsc
       
    41 END
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../src
       
    45 USERINCLUDE	    ../../group  // for srsfbldvariant.hrh
       
    46 
       
    47 // This is a SYSTEMINCLUDE macro containing the middleware
       
    48 // layer specific include directories
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SYSTEMINCLUDE   /epoc32/include/libc
       
    52 SYSTEMINCLUDE   /epoc32/include/ecom
       
    53 SYSTEMINCLUDE   /epoc32/include/mmf
       
    54 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    55 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    56 
       
    57 // For RUBY_DEBUG
       
    58 USERINCLUDE     ../../rubydebug
       
    59 
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         mmfstandardcustomcommands.lib
       
    63 LIBRARY         mmfcontrollerframework.lib
       
    64 LIBRARY         mmfserverbaseclasses.lib
       
    65 LIBRARY         efsrv.lib
       
    66 LIBRARY         bafl.lib  // Resource file
       
    67 LIBRARY         nssttscommon.lib
       
    68 LIBRARY         nssdevtts.lib
       
    69 LIBRARY         nssttscustomcommands.lib
       
    70 LIBRARY         charconv.lib
       
    71 LIBRARY         estlib.lib
       
    72 LIBRARY         sysutil.lib // SysUtil
       
    73 #ifdef EABI
       
    74 LIBRARY         ecom.lib
       
    75 #endif
       
    76 
       
    77 LANG            SC
       
    78 
       
    79 CAPABILITY      CAP_ECOM_PLUGIN
       
    80