gssettingsuis/Gs/GSDisplayPlugin/GSDisplayPlugin.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:  Project specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include  <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              gsdisplayplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10207440
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 SOURCEPATH  Src
       
    29 SOURCE      GSDisplayPluginImplementationTable.cpp
       
    30 SOURCE      GSDisplayPluginContainer.cpp
       
    31 SOURCE      GSDisplayPlugin.cpp
       
    32 SOURCE      GSDisplayPluginModel.cpp
       
    33 
       
    34 #ifdef FF_POWER_SAVE
       
    35 	SOURCE      PSMDisplayPlugin.cpp
       
    36 	SOURCE    	GSDisplayPluginAO.cpp
       
    37 #endif // FF_POWER_SAVE
       
    38 
       
    39 //User include paths
       
    40 USERINCLUDE     Inc
       
    41 USERINCLUDE     Data // For *.rh
       
    42 USERINCLUDE     loc
       
    43 USERINCLUDE     ../Data // For CommonResources.rss
       
    44 USERINCLUDE 	../Logger
       
    45 USERINCLUDE 	../Cenrep
       
    46 
       
    47 //System include paths
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 SOURCEPATH      Data
       
    52 
       
    53 START RESOURCE  10207440.rss
       
    54 TARGET          gsdisplayplugin.rsc
       
    55 END
       
    56 
       
    57 START RESOURCE  GsDisplayPluginRsc.rss
       
    58 DEPENDS gsapp.rsg
       
    59 HEADER
       
    60 TARGETPATH      RESOURCE_FILES_DIR
       
    61 LANGUAGE_IDS
       
    62 END
       
    63 
       
    64 LIBRARY   euser.lib
       
    65 LIBRARY   ecom.lib
       
    66 LIBRARY   efsrv.lib
       
    67 LIBRARY   avkon.lib
       
    68 LIBRARY   bafl.lib
       
    69 LIBRARY   cone.lib
       
    70 LIBRARY   eikcoctl.lib
       
    71 LIBRARY   eikcore.lib
       
    72 LIBRARY   egul.lib
       
    73 LIBRARY   eikdlg.lib            // eikon dialogs
       
    74 LIBRARY   hal.lib               // contrast
       
    75 LIBRARY   ws32.lib
       
    76 
       
    77 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    78 LIBRARY   featmgr.lib           // Feature manager
       
    79 LIBRARY   centralrepository.lib
       
    80 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    81 LIBRARY   aknskins.lib          // for enhanced skinning
       
    82 
       
    83 LIBRARY   aknnotify.lib         // for CAknGlobalNote.h
       
    84 LIBRARY   hlplch.lib            // for "Help" options menu
       
    85 LIBRARY   gsframework.lib       // For base classes
       
    86 LIBRARY   backgroundimage.lib
       
    87 LIBRARY   gslistbox.lib         // For CGSListBoxItemTextArray
       
    88 LIBRARY   mgfetch.lib           // for image selection list
       
    89 LIBRARY   drmcommon.lib
       
    90 LIBRARY   aknswallpaperutils.lib
       
    91 LIBRARY   flogger.lib // For GSLogger
       
    92 LIBRARY   gsecomplugin.lib
       
    93 LIBRARY   imageconversion.lib
       
    94 LIBRARY   apparc.lib
       
    95 LIBRARY   cenrepnotifhandler.lib
       
    96 
       
    97 #ifdef FF_POWER_SAVE
       
    98 	LIBRARY   psmclient.lib
       
    99 #ifndef WINS
       
   100    	LIBRARY   power_save_display_mode.lib
       
   101 #endif // WINS
       
   102 
       
   103 #endif // FF_POWER_SAVE
       
   104 
       
   105 // End of File