gssettingsuis/Gs/GSInstallationsPlugin/GSInstallationsPlugin.mmp
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     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:  GSInstallationsPlugin project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              gsinstallationsplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10283320
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 SOURCEPATH          src
       
    29 SOURCE              GSInstallationsPluginImplementationTable.cpp
       
    30 SOURCE              GSInstallationsPlugin.cpp
       
    31 
       
    32 USERINCLUDE         inc
       
    33 USERINCLUDE         data
       
    34 USERINCLUDE         ../Data
       
    35 USERINCLUDE         loc
       
    36 USERINCLUDE         ../Logger
       
    37 
       
    38 // Default system include paths for middleware layer modules.
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE       /epoc32/include/ecom
       
    41 
       
    42 SOURCEPATH          data
       
    43 
       
    44 START RESOURCE      10283320.rss
       
    45 TARGET              gsinstallationsplugin.rsc
       
    46 END
       
    47 
       
    48 // View resources
       
    49 START RESOURCE      GSInstallationsPluginRsc.rss
       
    50 DEPENDS gsapp.rsg
       
    51 HEADER
       
    52 TARGETPATH          RESOURCE_FILES_DIR
       
    53 LANGUAGE_IDS
       
    54 END // View resources
       
    55 
       
    56 
       
    57 // Libraries
       
    58 
       
    59 LIBRARY             aknskins.lib // AknsUtils.h
       
    60 LIBRARY             avkon.lib
       
    61 LIBRARY             bafl.lib
       
    62 LIBRARY             commonengine.lib// For RConeResourceLoader
       
    63 LIBRARY             cone.lib
       
    64 LIBRARY             ecom.lib
       
    65 LIBRARY             efsrv.lib
       
    66 LIBRARY             egul.lib // CGulIcon
       
    67 LIBRARY             eikcoctl.lib
       
    68 LIBRARY             eikcore.lib
       
    69 LIBRARY             euser.lib
       
    70 LIBRARY             flogger.lib // For GSLogger
       
    71 LIBRARY             gsframework.lib
       
    72 LIBRARY             gsecomplugin.lib
       
    73 LIBRARY             gslistbox.lib// For CGSListBoxItemTextArray
       
    74 LIBRARY             ws32.lib // For RWsSession
       
    75 
       
    76 //Documents. Defining these is optional. Used only by IDE's file browser.
       
    77 SOURCEPATH          data
       
    78 DOCUMENT            10283320.rss
       
    79 DOCUMENT            GSInstallationsPluginRsc.rss
       
    80 
       
    81 SOURCEPATH          inc
       
    82 
       
    83 // End of File