srsf/vcommandhandler/group/vcommandhandler.mmp
branchRCL_3
changeset 19 e36f3802f733
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 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 the VCommand API implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET        vcommandhandler.dll
       
    22 TARGETTYPE    dll
       
    23 
       
    24 UID           0x1000008d 0x10281CA9 // UID: 271064233
       
    25 VENDORID      VID_DEFAULT
       
    26 
       
    27 CAPABILITY    CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH    ../src
       
    30 SOURCE        vcommandhandler.cpp
       
    31 SOURCE        vcommandservices.cpp
       
    32 SOURCE        asyncworker.cpp
       
    33 SOURCE        contextprovider.cpp
       
    34 SOURCE        tagnameset.cpp
       
    35 SOURCE        taggetter.cpp
       
    36 SOURCE        vcommandui.cpp
       
    37 SOURCE        vcommandrunnable.cpp
       
    38 SOURCE        vcommand.cpp
       
    39 SOURCE        vcommandarray.cpp
       
    40 SOURCE        storedvcommand.cpp
       
    41 SOURCE        desarrayconverter.cpp
       
    42 SOURCE        vcommandrecoghandler.cpp
       
    43 SOURCE        vcommandrecogmanager.cpp
       
    44 SOURCE	      tagcommandconverter.cpp
       
    45 SOURCE	      tagplayer.cpp
       
    46 SOURCE	      vcfolderinfo.cpp
       
    47 SOURCE	      intpropertywatcher.cpp
       
    48 
       
    49 USERINCLUDE   ../inc
       
    50 // Global project includes
       
    51 USERINCLUDE   ../../inc
       
    52 USERINCLUDE   ../../rubydebug
       
    53 
       
    54 // This is a SYSTEMINCLUDE macro containing the middleware
       
    55 // layer specific include directories
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 // for CleanupResetAndDestroy declared in mmfcontrollerpluginresolver.h
       
    59 SYSTEMINCLUDE /epoc32/include/mmf/common
       
    60 
       
    61 LIBRARY     euser.lib
       
    62 LIBRARY     estor.lib
       
    63 LIBRARY     nssvasapi.lib
       
    64 LIBRARY	    apgrfx.lib		// RApaLsSession
       
    65 LIBRARY	    apparc.lib 		// CApaCommandLine, TApaAppInfo
       
    66 LIBRARY	    egul.lib
       
    67 LIBRARY	    aknskins.lib
       
    68 LIBRARY	    aknskinsrv.lib 
       
    69 LIBRARY	    aknswallpaperutils.lib 
       
    70 LIBRARY     cone.lib