photosgallery/viewframework/medialists/group/glxmedialists.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 19 Feb 2010 22:51:01 +0200
branchRCL_3
changeset 9 6b87b143d312
parent 0 4e91876724a2
permissions -rw-r--r--
Revision: 201003 Kit: 201007

/*
* Copyright (c) 2008 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 for project glxmedialists.dll
*
*/




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

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

TARGET                  glxmedialists.dll
TARGETTYPE              DLL
UID                     0x1000008d 0x200009F0

#ifndef WINSCW
EPOCALLOWDLLDATA
#endif 
CAPABILITY              CAP_GENERAL_DLL

SOURCEPATH              ../src

SOURCE                  glxattributecontext.cpp
SOURCE                  glxcache.cpp
SOURCE                  glxcachemanager.cpp
SOURCE                  glxerrormanager.cpp
SOURCE                  glxfetchcontextremover.cpp
SOURCE                  glxfetcherror.cpp
SOURCE                  glxfetcherrorarray.cpp
SOURCE                  glxgarbagecollector.cpp
SOURCE                  glxitemlist.cpp
SOURCE                  glxlistutils.cpp
SOURCE                  glxlistwindow.cpp
SOURCE                  glxmedia.cpp
SOURCE                 	glxustringconverter.cpp
SOURCE                  glxmedialist.cpp
SOURCE                  glxmedialistarray.cpp
SOURCE                  glxmedialistiterator.cpp
SOURCE                  glxnavigablelist.cpp
SOURCE                  glxstaticitemlist.cpp
SOURCE                  glxthumbnailcontext.cpp
SOURCE                  glxthumbnailutility.cpp
SOURCE                  mglxcache.cpp
SOURCE                  mglxmedialist.cpp
SOURCE                  glximagereader.cpp

USERINCLUDE             ../inc
// System includes from the source tree
SYSTEMINCLUDE           ../../../common/inc
SYSTEMINCLUDE           ../../../commonui/inc
SYSTEMINCLUDE           ../../../inc
SYSTEMINCLUDE           ../../drmutility/inc
SYSTEMINCLUDE           ../../inc          // for GlxTvOut
SYSTEMINCLUDE           ../../../gallery/inc

APP_LAYER_SYSTEMINCLUDE

// if you comment the lines below out, Photos dB will be used for thumbnail fetching
MACRO USE_S60_TNM
#define USE_S60_TNM

LIBRARY                 avkon.lib					// CAknView
LIBRARY                 cone.lib 					// MCoeView
LIBRARY                 charconv.lib 				// CnvUtfConverter::ConvertFromUnicodeToUtf8L
LIBRARY                 commonengine.lib 			// String Loader
LIBRARY                 estor.lib 					// RBufWriteStream
LIBRARY                 euser.lib					// RAllocator
LIBRARY                 eikctl.lib					// for eik controls
LIBRARY                 fbscli.lib 					// CFbsBitmap
LIBRARY                 glxcommon.lib               // CGlxSingetonStore
LIBRARY                 glxcommonui.lib             // CGlxResolutionUtility
LIBRARY                 glxdrmutility.lib			// CGlxDrmUtility
LIBRARY                 lbs.lib                     // TCoordinate
LIBRARY                 mpxcollectionutility.lib	// MpxCollection Utility
LIBRARY                 mpxcommon.lib				// Mpx Attributes
LIBRARY	             	osncore.lib					// CAlfString
LIBRARY	             	libstdcpp.lib				// STL code
LIBRARY	             	flogger.lib
LIBRARY                 hal.lib						// HAL
LIBRARY                 featmgr.lib       // Feature Manager
LIBRARY                 efsrv.lib 
LIBRARY                 apgrfx.lib // For ImageViewer mime type extraction
LIBRARY			apmime.lib // For ImageViewer mime type extraction
LIBRARY			imageconversion.lib // icl decoder
LIBRARY                 glximageviewermanager.lib
LIBRARY                 caf.lib
LIBRARY                 cafutils.lib
#ifdef USE_S60_TNM
LIBRARY                 thumbnailmanager.lib
LIBRARY                 bitgdi.lib
#endif

// End of File