graphicstest/graphicstestharness/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
child 36 01a6848ebfd7
child 163 bbf46f59e123
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) 2005-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:
//

PRJ_PLATFORMS
DEFAULT


PRJ_EXPORTS
// test code only

PRJ_MMPFILES
// test code only

PRJ_TESTEXPORTS
// TestFramework IBY files
../rom/graphics_test.iby			/epoc32/rom/include/graphics_test.iby
../rom/graphics_test1.iby			/epoc32/rom/include/graphics_test1.iby
../rom/graphics_test2.iby			/epoc32/rom/include/graphics_test2.iby
../rom/graphics_testharness.iby		/epoc32/rom/include/graphics_testharness.iby
../rom/graphics_autotest.iby		/epoc32/rom/include/graphics_autotest.iby
../rom/graphics_testall.iby			/epoc32/rom/include/graphics_testall.iby		//Contains all but the tests mentioned on the next line
../rom/graphics_testrast.iby		/epoc32/rom/include/graphics_testrast.iby		//Contains the tests that need to use an alternate rasteriser
../rom/graphics_memoryhogger.iby	/epoc32/rom/include/graphics_memoryhogger.iby	//Contains the graphicsmemoryhogger
../rom/graphics_rebootharness.iby	/epoc32/rom/include/graphics_rebootharness.iby  
../rom/graphics_screencomparison.iby	/epoc32/rom/include/graphics_screencomparison.iby 
../rom/graphics_imagecomparison.iby	/epoc32/rom/include/graphics_imagecomparison.iby  
../rom/graphics_tprofiler.iby  		/epoc32/rom/include/graphics_tprofiler.iby

// ONB batch files
../batch/retain_files.cmd z:\graphicstest\retain_files.cmd
../batch/minigui.cmd z:\graphicstest\minigui.cmd
../batch/unminigui.cmd z:\graphicstest\unminigui.cmd
../batch/replace.py z:\graphicstest\replace.py

// Export our own testexecute.ini without systemstarter for minigui
../batch/testexecute_minigui.ini	z:\graphicstest\testexecute_minigui.ini

../inc/GraphicsTestUtils.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicstestutils.h)
../inc/TGraphicsHarness.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tgraphicsharness.h)
../inc/ttmsgraphicsstep1.h OS_LAYER_PLATFORM_EXPORT_PATH(test/ttmsgraphicsstep.h)
../inc/thashreferenceimages.h OS_LAYER_PLATFORM_EXPORT_PATH(test/thashreferenceimages.h)
../inc/extendtef.h OS_LAYER_PLATFORM_EXPORT_PATH(test/extendtef.h)
../inc/graphicsscreencomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsscreencomparison.h)
../inc/graphicsimagecomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsimagecomparison.h)
../inc/tprofiler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tprofiler.h)

//Data files for reboot test harness
../rom/graphics_rebootharnesslog.htm /epoc32/data/Z/reboot/dummylog.htm
../rom/graphics_rebootharnesslog.htm /epoc32/release/winscw/udeb/z/reboot/dummylog.htm

// Headers for Extended Bitmap GC tests
../textendedbitmapgc/textendedbitmapgc.h OS_LAYER_PLATFORM_EXPORT_PATH(test/textendedbitmapgc.h)
../textendedbitmapgc/testharnesscallback.h OS_LAYER_PLATFORM_EXPORT_PATH(test/testharnesscallback.h)

// Headers for FontInjector DLL
../fontinjector/fontinjector.h OS_LAYER_PLATFORM_EXPORT_PATH(test/fontinjector.h)

PRJ_TESTMMPFILES
../group/TGraphicsHarness.mmp
../group/GraphicsTestUtils.mmp
../group/GraphicsTestUtilsServer.mmp
../group/dummytest.mmp
../group/textendedbitmapgc.mmp
../group/graphicsmemoryhogger.mmp
../group/RebootTests.mmp
../group/graphicsscreencomparison.mmp
../group/graphicsimagecomparison.mmp
../group/tprofiler.mmp
#if defined(WINS)
../group/fontinjector.mmp
#endif