os/graphics/graphicstest/graphicstestharness/group/BLD.INF
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicstest/graphicstestharness/group/BLD.INF	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,107 @@
     1.4 +// Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +PRJ_PLATFORMS
    1.20 +DEFAULT
    1.21 +
    1.22 +
    1.23 +PRJ_EXPORTS
    1.24 +// test code only
    1.25 +
    1.26 +PRJ_MMPFILES
    1.27 +// test code only
    1.28 +
    1.29 +PRJ_TESTEXPORTS
    1.30 +// TestFramework IBY files
    1.31 +../rom/graphics_test.iby			/epoc32/rom/include/graphics_test.iby
    1.32 +../rom/graphics_test1.iby			/epoc32/rom/include/graphics_test1.iby
    1.33 +../rom/graphics_test2.iby			/epoc32/rom/include/graphics_test2.iby
    1.34 +../rom/graphics_testharness.iby		/epoc32/rom/include/graphics_testharness.iby
    1.35 +../rom/graphics_testharnessutils.iby		/epoc32/rom/include/graphics_testharnessutils.iby
    1.36 +../rom/graphics_autotest.iby		/epoc32/rom/include/graphics_autotest.iby
    1.37 +../rom/graphics_testall.iby			/epoc32/rom/include/graphics_testall.iby		//Contains all but the tests mentioned on the next line
    1.38 +../rom/graphics_testrast.iby		/epoc32/rom/include/graphics_testrast.iby		//Contains the tests that need to use an alternate rasteriser
    1.39 +../rom/graphics_memoryhogger.iby	/epoc32/rom/include/graphics_memoryhogger.iby	//Contains the graphicsmemoryhogger
    1.40 +../rom/graphics_rebootharness.iby	/epoc32/rom/include/graphics_rebootharness.iby  
    1.41 +../rom/graphics_screencomparison.iby	/epoc32/rom/include/graphics_screencomparison.iby 
    1.42 +../rom/graphics_imagecomparison.iby	/epoc32/rom/include/graphics_imagecomparison.iby  
    1.43 +../rom/graphics_tprofiler.iby  		/epoc32/rom/include/graphics_tprofiler.iby
    1.44 +../rom/graphics_simload.iby  		/epoc32/rom/include/graphics_simload.iby
    1.45 +../rom/graphics_testfontutils.iby  	/epoc32/rom/include/graphics_testfontutils.iby
    1.46 +../rom/minigui_chassis_bats.oby  		/epoc32/rom/include/minigui_chassis_bats.oby
    1.47 +../rom/minigui_naviengine_smp.oby  		/epoc32/rom/include/minigui_naviengine_smp.oby
    1.48 +// WSINI
    1.49 +../rom/graphics_sirocco_wsini.hby  		/epoc32/rom/include/graphics_sirocco_wsini.hby
    1.50 +../rom/graphics_sirocco_wsini.iby  		/epoc32/rom/include/graphics_sirocco_wsini.iby
    1.51 +../rom/graphics_sirocco_ne_wsini.iby  	/epoc32/rom/include/graphics_sirocco_ne_wsini.iby
    1.52 +../wsini/wsini_vasco.ini		/epoc32/data/test_wsini/wsini_vasco.ini
    1.53 +../wsini/wsini_naviengine.ini		/epoc32/data/test_wsini/wsini_naviengine.ini
    1.54 +../wsini/wsini_emulator.ini		/epoc32/data/test_wsini/wsini_emulator.ini
    1.55 +../data/epoc_two_screens.ini	/epoc32/data/epoc_two_screens.ini
    1.56 +
    1.57 +// ONB batch files
    1.58 +../batch/retain_files.cmd z:\graphicstest\retain_files.cmd
    1.59 +../batch/minigui.cmd z:\graphicstest\minigui.cmd
    1.60 +../batch/unminigui.cmd z:\graphicstest\unminigui.cmd
    1.61 +../batch/replace.py z:\graphicstest\replace.py
    1.62 +
    1.63 +// Export our own testexecute.ini without systemstarter for minigui
    1.64 +../batch/testexecute_minigui.ini	z:\graphicstest\testexecute_minigui.ini
    1.65 +
    1.66 +../inc/GraphicsTestUtils.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicstestutils.h)
    1.67 +../inc/TGraphicsHarness.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tgraphicsharness.h)
    1.68 +../inc/ttmsgraphicsstep1.h OS_LAYER_PLATFORM_EXPORT_PATH(test/ttmsgraphicsstep.h)
    1.69 +../inc/thashreferenceimages.h OS_LAYER_PLATFORM_EXPORT_PATH(test/thashreferenceimages.h)
    1.70 +../inc/extendtef.h OS_LAYER_PLATFORM_EXPORT_PATH(test/extendtef.h)
    1.71 +../inc/graphicsscreencomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsscreencomparison.h)
    1.72 +../inc/graphicsimagecomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsimagecomparison.h)
    1.73 +../inc/tprofiler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tprofiler.h)
    1.74 +../inc/t_simload.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/t_simload.h)
    1.75 +../inc/singletontestexithelper.inl OS_LAYER_PLATFORM_EXPORT_PATH(test/singletontestexithelper.inl)
    1.76 +
    1.77 +//Data files for reboot test harness
    1.78 +../rom/graphics_rebootharnesslog.htm /epoc32/data/Z/reboot/dummylog.htm
    1.79 +../rom/graphics_rebootharnesslog.htm /epoc32/release/winscw/udeb/z/reboot/dummylog.htm
    1.80 +
    1.81 +// Headers for Extended Bitmap GC tests
    1.82 +../textendedbitmapgc/textendedbitmapgc.h OS_LAYER_PLATFORM_EXPORT_PATH(test/textendedbitmapgc.h)
    1.83 +../textendedbitmapgc/testharnesscallback.h OS_LAYER_PLATFORM_EXPORT_PATH(test/testharnesscallback.h)
    1.84 +
    1.85 +// Headers for FontInjector DLL
    1.86 +../fontinjector/fontinjector.h OS_LAYER_PLATFORM_EXPORT_PATH(test/fontinjector.h)
    1.87 +
    1.88 +// Headers for font utilities
    1.89 +../inc/graphicsfontutils.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsfontutils.h)
    1.90 +
    1.91 +PRJ_TESTMMPFILES
    1.92 +../group/TGraphicsHarness.mmp
    1.93 +../group/GraphicsTestUtils.mmp
    1.94 +../group/GraphicsTestUtilsServer.mmp
    1.95 +../group/dummytest.mmp
    1.96 +../group/textendedbitmapgc.mmp
    1.97 +../group/graphicsmemoryhogger.mmp
    1.98 +../group/RebootTests.mmp
    1.99 +../group/graphicsscreencomparison.mmp
   1.100 +../group/graphicsimagecomparison.mmp
   1.101 +../group/tprofiler.mmp
   1.102 +../group/t_simloadutils.mmp
   1.103 +../group/t_simloadapp1.mmp
   1.104 +../group/t_simloadapp2.mmp
   1.105 +../group/t_simloadapp3.mmp
   1.106 +../group/tgraphicsfontutils.mmp
   1.107 +
   1.108 +#if defined(WINS)
   1.109 +../group/fontinjector.mmp
   1.110 +#endif