graphicstest/graphicstestharness/group/bld.inf
changeset 103 2717213c588a
child 116 171fae344dd4
child 121 d72fc2aace31
equal deleted inserted replaced
98:bf7481649c98 103:2717213c588a
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 PRJ_PLATFORMS
       
    17 DEFAULT
       
    18 
       
    19 
       
    20 PRJ_EXPORTS
       
    21 // test code only
       
    22 
       
    23 PRJ_MMPFILES
       
    24 // test code only
       
    25 
       
    26 PRJ_TESTEXPORTS
       
    27 // TestFramework IBY files
       
    28 ../rom/graphics_test.iby			/epoc32/rom/include/graphics_test.iby
       
    29 ../rom/graphics_test1.iby			/epoc32/rom/include/graphics_test1.iby
       
    30 ../rom/graphics_test2.iby			/epoc32/rom/include/graphics_test2.iby
       
    31 ../rom/graphics_testharness.iby		/epoc32/rom/include/graphics_testharness.iby
       
    32 ../rom/graphics_testharnessutils.iby		/epoc32/rom/include/graphics_testharnessutils.iby
       
    33 ../rom/graphics_autotest.iby		/epoc32/rom/include/graphics_autotest.iby
       
    34 ../rom/graphics_testall.iby			/epoc32/rom/include/graphics_testall.iby		//Contains all but the tests mentioned on the next line
       
    35 ../rom/graphics_testrast.iby		/epoc32/rom/include/graphics_testrast.iby		//Contains the tests that need to use an alternate rasteriser
       
    36 ../rom/graphics_memoryhogger.iby	/epoc32/rom/include/graphics_memoryhogger.iby	//Contains the graphicsmemoryhogger
       
    37 ../rom/graphics_rebootharness.iby	/epoc32/rom/include/graphics_rebootharness.iby  
       
    38 ../rom/graphics_screencomparison.iby	/epoc32/rom/include/graphics_screencomparison.iby 
       
    39 ../rom/graphics_imagecomparison.iby	/epoc32/rom/include/graphics_imagecomparison.iby  
       
    40 ../rom/graphics_tprofiler.iby  		/epoc32/rom/include/graphics_tprofiler.iby
       
    41 ../rom/graphics_simload.iby  		/epoc32/rom/include/graphics_simload.iby
       
    42 
       
    43 // WSINI
       
    44 ../rom/graphics_sirocco_wsini.hby  		/epoc32/rom/include/graphics_sirocco_wsini.hby
       
    45 ../rom/graphics_sirocco_wsini.iby  		/epoc32/rom/include/graphics_sirocco_wsini.iby
       
    46 ../wsini/wsini_vasco.ini		/epoc32/data/test_wsini/wsini_vasco.ini
       
    47 
       
    48 // ONB batch files
       
    49 ../batch/retain_files.cmd z:\graphicstest\retain_files.cmd
       
    50 ../batch/minigui.cmd z:\graphicstest\minigui.cmd
       
    51 ../batch/unminigui.cmd z:\graphicstest\unminigui.cmd
       
    52 ../batch/replace.py z:\graphicstest\replace.py
       
    53 
       
    54 // Export our own testexecute.ini without systemstarter for minigui
       
    55 ../batch/testexecute_minigui.ini	z:\graphicstest\testexecute_minigui.ini
       
    56 
       
    57 ../inc/GraphicsTestUtils.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicstestutils.h)
       
    58 ../inc/TGraphicsHarness.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tgraphicsharness.h)
       
    59 ../inc/ttmsgraphicsstep1.h OS_LAYER_PLATFORM_EXPORT_PATH(test/ttmsgraphicsstep.h)
       
    60 ../inc/thashreferenceimages.h OS_LAYER_PLATFORM_EXPORT_PATH(test/thashreferenceimages.h)
       
    61 ../inc/extendtef.h OS_LAYER_PLATFORM_EXPORT_PATH(test/extendtef.h)
       
    62 ../inc/graphicsscreencomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsscreencomparison.h)
       
    63 ../inc/graphicsimagecomparison.h OS_LAYER_PLATFORM_EXPORT_PATH(test/graphicsimagecomparison.h)
       
    64 ../inc/tprofiler.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/tprofiler.h)
       
    65 ../inc/t_simload.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(test/t_simload.h)
       
    66 
       
    67 //Data files for reboot test harness
       
    68 ../rom/graphics_rebootharnesslog.htm /epoc32/data/Z/reboot/dummylog.htm
       
    69 ../rom/graphics_rebootharnesslog.htm /epoc32/release/winscw/udeb/z/reboot/dummylog.htm
       
    70 
       
    71 // Headers for Extended Bitmap GC tests
       
    72 ../textendedbitmapgc/textendedbitmapgc.h OS_LAYER_PLATFORM_EXPORT_PATH(test/textendedbitmapgc.h)
       
    73 ../textendedbitmapgc/testharnesscallback.h OS_LAYER_PLATFORM_EXPORT_PATH(test/testharnesscallback.h)
       
    74 
       
    75 // Headers for FontInjector DLL
       
    76 ../fontinjector/fontinjector.h OS_LAYER_PLATFORM_EXPORT_PATH(test/fontinjector.h)
       
    77 
       
    78 PRJ_TESTMMPFILES
       
    79 ../group/TGraphicsHarness.mmp
       
    80 ../group/GraphicsTestUtils.mmp
       
    81 ../group/GraphicsTestUtilsServer.mmp
       
    82 ../group/dummytest.mmp
       
    83 ../group/textendedbitmapgc.mmp
       
    84 ../group/graphicsmemoryhogger.mmp
       
    85 ../group/RebootTests.mmp
       
    86 ../group/graphicsscreencomparison.mmp
       
    87 ../group/graphicsimagecomparison.mmp
       
    88 ../group/tprofiler.mmp
       
    89 ../group/t_simloadutils.mmp
       
    90 ../group/t_simloadapp1.mmp
       
    91 ../group/t_simloadapp2.mmp
       
    92 ../group/t_simloadapp3.mmp
       
    93 
       
    94 #if defined(WINS)
       
    95 ../group/fontinjector.mmp
       
    96 #endif