gssettingsuis/Gs/GSPrslnPlugin/GSPrslnPlugin.mmp
branchRCL_3
changeset 54 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
53:8ee96d21d9bf 54:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2005 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:    Resource file for plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              gsprslnplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10207253
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 SOURCEPATH          src
       
    29 SOURCE              GSPrslnPluginImplementationTable.cpp
       
    30 SOURCE              GSPrslnPlugin.cpp
       
    31 
       
    32 USERINCLUDE         inc
       
    33 USERINCLUDE         data
       
    34 USERINCLUDE         ../data
       
    35 USERINCLUDE         ../Logger
       
    36 USERINCLUDE         loc
       
    37 
       
    38 SYSTEMINCLUDE       /epoc32/include/ecom
       
    39 // Default system include paths for middleware layer modules.
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH          data
       
    43 
       
    44 START RESOURCE      10207253.rss
       
    45 TARGET              gsprslnplugin.rsc
       
    46 END
       
    47 
       
    48 // View resources
       
    49 START RESOURCE      GSPrslnPluginRsc.rss
       
    50 DEPENDS gsapp.rsg
       
    51 HEADER
       
    52 TARGETPATH          RESOURCE_FILES_DIR
       
    53 LANGUAGE_IDS
       
    54 END // View resources
       
    55 
       
    56 
       
    57 LIBRARY             euser.lib
       
    58 LIBRARY             ecom.lib
       
    59 LIBRARY             efsrv.lib
       
    60 LIBRARY             avkon.lib
       
    61 LIBRARY             bafl.lib 
       
    62 LIBRARY             cone.lib 
       
    63 LIBRARY             eikcoctl.lib 
       
    64 LIBRARY             eikcore.lib 
       
    65 LIBRARY             commonengine.lib// For RConeResourceLoader
       
    66 LIBRARY             GSEcomPlugin.lib
       
    67 LIBRARY             GSFramework.lib
       
    68 LIBRARY             aknskins.lib // AknsUtils.h
       
    69 LIBRARY             flogger.lib  // For GSLogger
       
    70 LIBRARY             FeatMgr.lib  // Feature manager 
       
    71 
       
    72 //Documents. Defining these is optional. Used only by IDE's file browser.
       
    73 SOURCEPATH          data
       
    74 DOCUMENT            10207253.rss
       
    75 DOCUMENT            GSPrslnPluginRsc.rss
       
    76 
       
    77 SOURCEPATH          inc
       
    78 
       
    79 // End of File