photosgallery/viewframework/tvout/group/glxtvout.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:45:44 +0200
changeset 0 4e91876724a2
child 22 2dac0fdba72b
permissions -rw-r--r--
Revision: 200949 Kit: 200951

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




/**
 * @internal reviewed 24/08/2007 by D Holland
 */


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

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

TARGET          glxtvout.dll
TARGETTYPE      dll
UID             0x1000008d 0x2000A7BC

CAPABILITY      CAP_GENERAL_DLL

// System includes from epoc32/include
APP_LAYER_SYSTEMINCLUDE

// Class descriptions
SOURCEPATH      ../src
SOURCE          glxwindowvisibilitymonitor.cpp
SOURCE          glxtvconnectionmonitor.cpp
SOURCE          glxtv.cpp
SOURCE 		glxhdmicontainer.cpp
SOURCE 		glxhdmicontroller.cpp
SOURCE 		glxhdmisurfaceupdater.cpp 
SOURCE 		glxactivedecoder.cpp 

// Component class definitions
USERINCLUDE     ../inc


// System includes from the source tree
SYSTEMINCLUDE   ../../../gallery/loc            // Photos
SYSTEMINCLUDE   ../../inc               // viewframework
SYSTEMINCLUDE   ../../uiutilities/inc
SYSTEMINCLUDE   ../../../inc            // for tv out constants
SYSTEMINCLUDE   /epoc32/include
SYSTEMINCLUDE   /epoc32/include/icl

// Common Libraries
LIBRARY         euser.lib                       
LIBRARY         ws32.lib                        // for RWsSession
LIBRARY         avkon.lib                       // for AppUi
LIBRARY         cone.lib                        // for CCoeEnv
LIBRARY         centralrepository.lib           // for Central Repository
LIBRARY         accclient.lib                   // for RAccessoryServer 
LIBRARY         alfclient.lib           		// For Alfred Hitchcock framework
LIBRARY		fbscli.lib 
LIBRARY         gdi.lib  			
LIBRARY         surfaceupdateclient.lib 		// surface update client
LIBRARY         surfacemanager.lib				// surface manager
LIBRARY         imageconversion.lib				// ICL 
LIBRARY 	efsrv.lib
// Other Dependency Libraries
#ifdef __MARM
LIBRARY 		GSServerEngine.lib  // FOr AspectRatio
#endif
// End of File