graphicsdeviceinterface/screendriver/group/BLD.INF
author Faisal Memon <faisal.memon@nokia.com>
Fri, 14 May 2010 15:41:33 +0100
branchNewGraphicsArchitecture
changeset 64 5c983aa672ea
parent 0 5d03bc08d59c
permissions -rw-r--r--
Merge 1. Pull in cpp files in the performance enhanced Khronos RI OVG files which are newly added. I've ignored platform-specific cpp files for linux, macosx, and null operating systems because this local solution has its own platform glue (i.e. facility to target Bitmaps but no full windowing support). I've ignored sfEGLInterface.cpp because this is used as a bridge to go from EGL to Nokia's Platsim which offers an EGL service. That's not relevant to this implementation because this is ARM side code, not Intel side. I just left a comment to sfEGLInterface.cpp in case we need to pick up this later on. The current code compiles on winscw. Prior to this fix, the code works on winscw, and can launch the SVG tiger (tiger.exe). That takes about 20 seconds to render. I hope to always be able to show this icon on each commit, and the plan is for the render time to reduce with this series of submissions. On this commit, the tiger renders ok in 20 seconds.

// Copyright (c) 1999-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:
// Reference hardware screen-drivers
// 
//

/**
 @file
*/



PRJ_PLATFORMS

DEFAULT

PRJ_EXPORTS

../inc/BITDRAW.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdraw.h)
../inc/BitDrawScaling.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdrawscaling.h)
../inc/BitDrawOrigin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdraworigin.h)
../inc/BmAlphaBlend.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bmalphablend.h)
../inc/BitDrawInterfaceId.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdrawinterfaceid.h)
../inc/GraphicsAccelerator.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(graphicsaccelerator.h)
#ifdef SYMBIAN_BUILD_GCE
../inc/bitdrawsurface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bitdrawsurface.h)
#endif // SYMBIAN_BUILD_GCE
../inc/cdsb.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cdsb.h)

PRJ_MMPFILES

scdv_lib.mmp

#ifdef SYMBIAN_BUILD_GCE
// generic GCE variant
../group/generic.mmp
#endif // SYMBIAN_BUILD_GCE

#if defined(WINS)
../group/wins.mmp

	#ifdef SYMBIAN_BUILD_GCE
	// DLL for emulator switching between GCE (generic) and non-GCE (wins) Screen Driver
	../group/scdv_switch.mmp
	#endif // SYMBIAN_BUILD_GCE

#elif defined(GENERIC_MARM) || defined (X86GCC)
../group/lubbock.mmp
../group/integrator.mmp
../group/omapscdv.mmp
#endif


PRJ_TESTEXPORTS

../group/ScdvTest.iby    /epoc32/rom/include/scdvtest.iby

// batch file that runs all automatic scdv tests on hardware
../tsrc/scripts/scdvtest_hw_run.bat							z:/scdvtest/scdvtest_run.bat
../tsrc/scripts/scdvtest_hw.bat								z:/scdvtest/scdvtest.bat
// Cmd file
../tsrc/scripts/mnt.cmd										z:/scdvtest/scdvtest_mnt.cmd
// batch file that runs all automatic scdv tests on emulator
../tsrc/scripts/scdvtest_run.bat							/epoc32/release/winscw/udeb/scdvtest_run.bat
../tsrc/scripts/scdvtest_run.bat							/epoc32/release/winscw/urel/scdvtest_run.bat

../tsrc/scripts/scdvtest_t_All.script						z:/scdvtest/scdvtest_t_all.script
../tsrc/scripts/scdvtest_t_DirectScreenBitmap.script		z:/scdvtest/scdvtest_t_directscreenbitmap.script
../tsrc/scripts/scdvtest_t_LowLevel.script					z:/scdvtest/scdvtest_t_lowlevel.script
../tsrc/scripts/scdvtest_t_LowLevel1.script					z:/scdvtest/scdvtest_t_lowlevel1.script
../tsrc/scripts/scdvtest_t_RWindows.script					z:/scdvtest/scdvtest_t_rwindows.script
../tsrc/scripts/scdvtest_t_Scaling.script					z:/scdvtest/scdvtest_t_scaling.script
../tsrc/scripts/scdvtest_t_Scdv.script						z:/scdvtest/scdvtest_t_scdv.script
#ifdef SYMBIAN_BUILD_GCE
../tsrc/scripts/scdvtest_t_devorientation.script			z:/scdvtest/scdvtest_t_devorientation.script
#endif // SYMBIAN_BUILD_GCE

#ifdef SYMBIAN_BUILD_GCE
// ini file that is used on the hardware
../tsrc/rom/wsini_test.ini					/epoc32/data/z/system/data/wsini_test.ini
#endif // SYMBIAN_BUILD_GCE

PRJ_TESTMMPFILES

../group/TScdvServer.mmp