photosgallery/viewframework/uiutilities/group/glxuiutilities.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:40:30 +0200
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 0 4e91876724a2
child 18 bcb43dc84c44
permissions -rw-r--r--
Revision: 201009 Kit: 201010

/*
* Copyright (c) 2008-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 definition file 
*
*/





#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

#include "../../../group/glxbuildcommon.mmh"

TARGET          glxuiutilities.dll
TARGETTYPE      dll
UID             0x1000008d 0x20000A08

#ifndef WINSCW
EPOCALLOWDLLDATA
#endif 
CAPABILITY      CAP_GENERAL_DLL

SOURCEPATH      ../src

SOURCE          glxactivemedialistregistry.cpp
SOURCE          glxanimationfactory.cpp
SOURCE          glxanimationimageloading.cpp
SOURCE          glxanimationtimed.cpp
SOURCE          glxanimationview.cpp
SOURCE          glxattributeretriever.cpp
SOURCE          glxgeneraluiutilities.cpp
SOURCE          glxuiutility.cpp
SOURCE 		glxscreenfurniture.cpp
SOURCE          glxsetappstate.cpp
SOURCE          glxtextentrypopup.cpp
SOURCE          mglxactivemedialistresolver.cpp
SOURCE          glxskinchangemonitor.cpp
SOURCE 		glxprogressindicator.cpp
// System includes from epoc32/include
APP_LAYER_SYSTEMINCLUDE

USERINCLUDE     ../inc
// System includes from the source tree
SYSTEMINCLUDE   ../../../common/inc
SYSTEMINCLUDE   ../../../commonui/inc
SYSTEMINCLUDE   ../../../inc
SYSTEMINCLUDE   ../../../gallery/loc
SYSTEMINCLUDE   ../../commandhandlers/inc
SYSTEMINCLUDE   ../../inc
SYSTEMINCLUDE   ../../medialists/inc
SYSTEMINCLUDE   ../../texturemanager/inc
SYSTEMINCLUDE   ../../tvout/inc          // for GlxTvOut

SOURCEPATH      ../data

START RESOURCE  glxuiutilities.rss
HEADER
TARGETPATH      /resource/apps
LANGUAGE_IDS
END       // RESOURCE

LIBRARY         aknlayout2.lib
LIBRARY         aknlayout2scalable.lib
LIBRARY         aknskins.lib
LIBRARY         apparc.lib
LIBRARY         avkon.lib
LIBRARY         bafl.lib
LIBRARY         bitgdi.lib
LIBRARY         cdlengine.lib
LIBRARY         centralrepository.lib   // For CGlxSettingsModel
LIBRARY         commonengine.lib
LIBRARY         cone.lib
LIBRARY         efsrv.lib
LIBRARY         egul.lib
LIBRARY         eikcoctl.lib
LIBRARY         eikcore.lib 
LIBRARY         eikctl.lib
LIBRARY         eikdlg.lib
LIBRARY         estor.lib
LIBRARY         euser.lib
LIBRARY         fbscli.lib 
LIBRARY         featmgr.lib // For FeatureManager::FeatureSupported
LIBRARY         gdi.lib
LIBRARY         glxcommon.lib           // for CGlxResolutionManager
LIBRARY         glxcommonui.lib           // for 
LIBRARY         glxtexturemanager.lib 
LIBRARY         alfclient.lib           // For Alfred Hitchcock framework
LIBRARY         hlplch.lib
LIBRARY         mpxcollectionutility.lib
LIBRARY         mpxcommon.lib
LIBRARY         ws32.lib 
LIBRARY         glxtvout.lib            // for TV out notificaions
LIBRARY			libpthread.lib
// Uiaccelerator related libraries 
LIBRARY         osncore.lib 
LIBRARY			alfwidgetmodel.lib
// MUL related libraries  
LIBRARY          mulmodelutility.lib //For Visual Item and Filter action item
//for handling the Ustring memory leak  
LIBRARY 		  libc.lib
LIBRARY		      libglib.lib
LIBRARY 		  libstdcpp.lib
LIBRARY         flogger.lib
//LIBRARY 		hgcontextutility.lib 					// For Teleport
// EXPORTUNFROZEN 

// End of File