voiceui/vccontrolpanelplugin/group/vccontrolpanelplugin.mmp
branchRCL_3
changeset 19 e36f3802f733
parent 0 bf1d17376201
equal deleted inserted replaced
18:cad71a31b7fc 19:e36f3802f733
       
     1 /*
       
     2 * Copyright (c) 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 specification file for vccontrolpanelplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY          CAP_ECOM_PLUGIN
       
    22 TARGET              vccontrolpanelplugin.dll
       
    23 TARGETTYPE          PLUGIN
       
    24 UID                 0x10009D8D 0x10282C40
       
    25 VENDORID            VID_DEFAULT
       
    26 
       
    27 SOURCEPATH          ../src
       
    28 SOURCE              vccontrolpanelplugin.cpp
       
    29 SOURCE              vccontrolpanelpluginimplementationtable.cpp
       
    30 
       
    31 SYSTEMINCLUDE       .
       
    32 SYSTEMINCLUDE       /epoc32/include/cshelp
       
    33 SYSTEMINCLUDE       /epoc32/include/ecom
       
    34 SYSTEMINCLUDE       ../../vcommand/inc
       
    35 
       
    36 // This is a SYSTEMINCLUDE macro containing the middleware
       
    37 // layer specific include directories
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 USERINCLUDE         ../inc
       
    41 USERINCLUDE         ../../vcommand/loc
       
    42 
       
    43 SOURCEPATH          ../data
       
    44 
       
    45 // ECOM resource definition
       
    46 START RESOURCE      10282c40.rss
       
    47 TARGET              vccontrolpanelplugin.rsc
       
    48 TARGETPATH          ECOM_RESOURCE_DIR
       
    49 END //  ECOM resource definition
       
    50 
       
    51 // Plugin's own resources.
       
    52 START RESOURCE      vccontrolpanelpluginrsc.rss
       
    53 HEADER
       
    54 TARGETPATH          RESOURCE_FILES_DIR
       
    55 LANGUAGE_IDS
       
    56 END // own resource file
       
    57 
       
    58 LIBRARY             apgrfx.lib
       
    59 LIBRARY             apparc.lib
       
    60 LIBRARY             avkon.lib
       
    61 LIBRARY             bafl.lib
       
    62 LIBRARY             commonengine.lib
       
    63 LIBRARY             cone.lib
       
    64 LIBRARY             ecom.lib
       
    65 LIBRARY             efsrv.lib
       
    66 LIBRARY             eikcoctl.lib
       
    67 LIBRARY             eikcore.lib
       
    68 LIBRARY             euser.lib
       
    69 LIBRARY             gsecomplugin.lib
       
    70 LIBRARY             gsframework.lib
       
    71 LIBRARY             ws32.lib
       
    72 LIBRARY             aknskins.lib
       
    73 LIBRARY             aknskinsrv.lib
       
    74 LIBRARY             aknswallpaperutils.lib 
       
    75 
       
    76 // End of File