scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/ScreenSaverAnimPlugin.mmp
branchRCL_3
changeset 26 e8d784ac1a4b
child 31 8f536f98e1f8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/ScreenSaverAnimPlugin.mmp	Wed Sep 01 12:30:40 2010 +0100
@@ -0,0 +1,95 @@
+/*
+* Copyright (c) 2005 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:     This is the .mmp for building the Screen Saver Anim Plugin 
+*
+*/
+
+
+
+
+
+#include <bldvariant.hrh>
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+TARGET          ScreenSaverAnimPlugin.dll
+
+
+TARGETTYPE      PLUGIN 
+
+UID             0x10009D8D 0x10207447
+
+CAPABILITY      CAP_ECOM_PLUGIN
+VENDORID        VID_DEFAULT
+
+START RESOURCE ../data/10207447.rss 
+TARGET      ScreenSaverAnimPlugin.rsc
+END
+
+START RESOURCE  ../data/ScreenSaverAnimPlugin.rss
+HEADER
+TARGETPATH      RESOURCE_FILES_DIR
+LANGUAGE_IDS
+END  // RESOURCE
+
+
+/* exportunfrozen */ 
+
+SOURCEPATH      ../src
+SOURCE          ScreenSaverAnimPlugin.cpp
+SOURCE          ScreenSaverAnimPluginProxy.cpp
+SOURCE          NpnImplementation.cpp
+SOURCE          ScreenSaverAnimPluginContainer.cpp
+SOURCE          ScreenSaverAnimSettingDialog.cpp
+SOURCE          ScreenSaverAnimPluginHelper.cpp
+
+
+
+USERINCLUDE     ../inc
+
+// This is a SYSTEMINCLUDE macro containing the middleware
+// layer specific include directories
+APP_LAYER_SYSTEMINCLUDE
+
+
+LIBRARY         ecom.lib 
+LIBRARY         euser.lib
+LIBRARY         eikcore.lib
+LIBRARY         cone.lib 
+LIBRARY         efsrv.lib 
+LIBRARY         bafl.lib
+LIBRARY         centralrepository.lib
+LIBRARY         cenrepnotifhandler.lib
+LIBRARY         DrmHelper.lib
+LIBRARY         aknicon.lib              // AknIconUtils
+LIBRARY         aknlayout2.lib           // Scalable UI
+LIBRARY         AknLayout2Scalable.lib   // Scalable UI
+LIBRARY         aknskins.lib
+LIBRARY         CdlEngine.lib            // Scalable UI 
+LIBRARY         avkon.lib 
+LIBRARY         apgrfx.lib
+LIBRARY         apmime.lib 
+LIBRARY         mgfetch.lib
+LIBRARY         eikcoctl.lib
+LIBRARY         CommonEngine.lib 
+LIBRARY         eikdlg.lib
+LIBRARY         flogger.lib
+LIBRARY         caf.lib
+LIBRARY         cafutils.lib
+#ifdef __SERIES60_HELP
+LIBRARY         hlplch.lib               // for "Help" options menu
+#endif // __SERIES60_HELP
+
+
+// End of File