scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/group/ScreenSaverAnimPlugin.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 09:55:47 +0300
branchRCL_3
changeset 24 724d4ec22f0d
parent 0 040fcad49f44
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* 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