--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gssettingsuis/Gs/GSPowerSavingQueryPlugin/GSPowerSavingQueryPlugin.mmp Wed Sep 01 12:20:44 2010 +0100
@@ -0,0 +1,84 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: Project specification file.
+*
+*/
+
+
+#include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR
+#include <platform_paths.hrh>
+
+CAPABILITY CAP_ECOM_PLUGIN
+TARGET gspowersavingqueryplugin.dll
+TARGETTYPE PLUGIN
+UID 0x10009D8D 0x2002120C
+VENDORID VID_DEFAULT
+
+
+SOURCEPATH Src
+SOURCE GSPowerSavingQueryPlugin.cpp
+SOURCE GSPowerSavingQueryPluginModel.cpp
+SOURCE GSPowerSavingQueryPluginContainer.cpp
+SOURCE GSPowerSavingQueryPluginImplementationTable.cpp
+
+//User include paths
+USERINCLUDE Inc
+USERINCLUDE Data // For *.rh
+USERINCLUDE loc
+USERINCLUDE ../Logger
+USERINCLUDE ../Data // For GSCommonResources.rss
+
+//System include paths
+SYSTEMINCLUDE /epoc32/include/ecom
+// Default system include paths for middleware layer modules.
+APP_LAYER_SYSTEMINCLUDE
+
+SOURCEPATH Data
+
+START RESOURCE 2002120C.rss
+TARGET gspowersavingqueryplugin.rsc
+END
+
+START RESOURCE GSPowerSavingQueryPluginRsc.rss
+DEPENDS gsapp.rsg
+HEADER
+TARGETPATH RESOURCE_FILES_DIR
+LANGUAGE_IDS
+END
+
+LIBRARY euser.lib
+LIBRARY ecom.lib
+LIBRARY efsrv.lib
+LIBRARY avkon.lib
+LIBRARY bafl.lib
+LIBRARY cone.lib
+LIBRARY eikcoctl.lib
+LIBRARY eikcore.lib
+LIBRARY egul.lib
+LIBRARY eikdlg.lib // eikon dialogs
+LIBRARY commdb.lib
+
+LIBRARY commonengine.lib // For RConeResourceLoader
+LIBRARY featmgr.lib // Feature manager
+LIBRARY aknskinsrv.lib // for enhanced skinning
+LIBRARY aknskins.lib // for enhanced skinning
+LIBRARY hlplch.lib // for "Help" options menu
+LIBRARY gsframework.lib // For base classes
+LIBRARY gslistbox.lib // For CGSListBoxItemTextArray
+LIBRARY flogger.lib // For GSLogger
+LIBRARY gsecomplugin.lib
+LIBRARY centralrepository.lib // For CenRep
+
+// End of File
+