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