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