gssettingsuis/Gs/GSConPlugin/GSConPlugin.mmp
changeset 68 13e71d907dc3
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
       
     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: 
       
    15 *        Project specification file.
       
    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              gsconplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x10207251
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          src
       
    30 SOURCE              GSConPluginImplementationTable.cpp
       
    31 SOURCE              GSConPlugin.cpp
       
    32 
       
    33 USERINCLUDE         inc
       
    34 USERINCLUDE         data
       
    35 USERINCLUDE         ../Logger
       
    36 USERINCLUDE         ../Data
       
    37 USERINCLUDE         loc
       
    38 
       
    39 SYSTEMINCLUDE       /epoc32/include/ecom
       
    40 // Default system include paths for middleware layer modules.
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH          data
       
    44 
       
    45 START RESOURCE      10207251.rss
       
    46 TARGET              gsconplugin.rsc
       
    47 END
       
    48 
       
    49 // View resources
       
    50 START RESOURCE      gsconpluginrsc.rss
       
    51 DEPENDS gsapp.rsg
       
    52 HEADER
       
    53 TARGETPATH          RESOURCE_FILES_DIR
       
    54 LANGUAGE_IDS
       
    55 END // View resources
       
    56 
       
    57 
       
    58 LIBRARY             euser.lib
       
    59 LIBRARY             ecom.lib
       
    60 LIBRARY             efsrv.lib
       
    61 LIBRARY             avkon.lib
       
    62 LIBRARY             bafl.lib 
       
    63 LIBRARY             cone.lib 
       
    64 LIBRARY             eikcoctl.lib 
       
    65 LIBRARY             eikcore.lib 
       
    66 LIBRARY             commonengine.lib// For RConeResourceLoader
       
    67 LIBRARY             gsframework.lib
       
    68 LIBRARY             aknskins.lib // AknsUtils.h
       
    69 LIBRARY             flogger.lib // For GSLogger
       
    70 LIBRARY             gsecomplugin.lib
       
    71 LIBRARY             featmgr.lib  // feature manager
       
    72 
       
    73 //Documents. Defining these is optional. Used only by IDE's file browser.
       
    74 SOURCEPATH          data
       
    75 DOCUMENT            10207251.rss
       
    76 DOCUMENT            gsconpluginrsc.rss
       
    77 
       
    78 SOURCEPATH          inc
       
    79 
       
    80 
       
    81 // End of File