gssettingsuis/Gs/GSFramework/GSEcomPlugin.mmp
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     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:  This is project specification file for GSEcomPlugin.dll.
       
    15 *
       
    16 */
       
    17 
       
    18 #include "../Logger/GsLoggingConfiguration.h"
       
    19 #include  <data_caging_paths.hrh>
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY  CAP_GENERAL_DLL
       
    23 VENDORID    VID_DEFAULT
       
    24 TARGET      gsecomplugin.dll
       
    25 TARGETTYPE  DLL
       
    26 UID	        0x1000008d 0x1020723C
       
    27 
       
    28 // Source files
       
    29 SOURCEPATH  src
       
    30 SOURCE      GSPluginInterface.cpp
       
    31 
       
    32 // User include paths
       
    33 //USERINCLUDE ../data
       
    34 //USERINCLUDE data
       
    35 //USERINCLUDE ../Logger
       
    36 USERINCLUDE inc
       
    37 
       
    38 // System include paths
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 
       
    43 SOURCEPATH      data
       
    44 // CGSPluginInterface icon resources
       
    45 START RESOURCE  GSFrameworkRsc.rss
       
    46 HEADER
       
    47 TARGETPATH      RESOURCE_FILES_DIR
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 
       
    51 
       
    52 // Libraries required by framework
       
    53 LIBRARY     aknskins.lib               // for enhanced skinning
       
    54 LIBRARY     aknskinsrv.lib             // for enhanced skinning
       
    55 LIBRARY     apgrfx.lib                 // for RApaLsSession
       
    56 LIBRARY     apparc.lib
       
    57 LIBRARY     avkon.lib
       
    58 LIBRARY     bafl.lib
       
    59 LIBRARY     charconv.lib                //for CnvUtfConverter used in CGSPluginLoader
       
    60 LIBRARY     commonengine.lib           // for RConeResourceLoader
       
    61 LIBRARY     cone.lib
       
    62 LIBRARY     ecom.lib
       
    63 LIBRARY     efsrv.lib
       
    64 LIBRARY     egul.lib                   // CGulIcon
       
    65 LIBRARY     eikcoctl.lib
       
    66 LIBRARY     eikcore.lib
       
    67 LIBRARY     eikctl.lib                 // CEikColumnListBox
       
    68 LIBRARY     euser.lib
       
    69 LIBRARY     fbscli.lib                  // for CFbsBitmap
       
    70 LIBRARY     featmgr.lib                // feature manager
       
    71 LIBRARY     flogger.lib                // logging
       
    72 LIBRARY     hlplch.lib                 // for "Help" options menu
       
    73 LIBRARY     ws32.lib
       
    74 
       
    75 
       
    76 SOURCEPATH  data
       
    77 
       
    78 //End of File