srsf/vuiphandler/group/nssvoiceuipluginhandler.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Building information for VUIPHandler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          nssvoiceuipluginhandler.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x10201AF7
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          nssvoiceuipluginhandler.cpp
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 
       
    34 USERINCLUDE     ../../rubydebug 
       
    35 
       
    36 
       
    37 // This is a SYSTEMINCLUDE macro containing the middleware
       
    38 // layer specific include directories
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SYSTEMINCLUDE	../inc
       
    42 SYSTEMINCLUDE	/epoc32/include/ecom
       
    43 SYSTEMINCLUDE   /epoc32/include/libc
       
    44 
       
    45 LIBRARY     	euser.lib ecom.lib
       
    46 
       
    47 LIBRARY     	efsrv.lib // For writing RubyDebug messages to file
       
    48 
       
    49 LANG            SC