os/graphics/graphicshwdrivers/surfacemgr/test/rom/surfacemanagertest.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-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 #ifndef __SurfaceManagerTEST_IBY__
    17 #define __SurfaceManagerTEST_IBY__
    18 #include <graphics_testharness.iby>
    19 
    20 // batch file that runs all automatic fbserv tests
    21 data=DATAZ_\surfacemgtest\surfacemgtest_run.bat         \surfacemgtest_run.bat
    22 
    23 //script files
    24 data=DATAZ_\surfacemgtest\surfacemgtest_T_auto.script		\surfacemgtest\surfacemgtest_T_auto.script
    25 data=DATAZ_\surfacemgtest\surfacemgtest_T_multiprocess.script	\surfacemgtest\surfacemgtest_T_multiprocess.script
    26 data=DATAZ_\surfacemgtest\surfacemgtest_T_multithread.script	\surfacemgtest\surfacemgtest_T_multithread.script
    27 
    28 //Surface manager test exe files
    29 file=ABI_DIR\DEBUG_DIR\TSurfaceManagerServer.exe	TEST\TSurfaceManagerServer.exe
    30 file=ABI_DIR\DEBUG_DIR\tsecondprocess.exe		TEST\tsecondprocess.exe
    31 file=ABI_DIR\DEBUG_DIR\tthirdprocess.exe		TEST\tthirdprocess.exe
    32 
    33 ROM_IMAGE[0] {
    34 device[VARID]=KERNEL_DIR\DEBUG_DIR\d_sharedchunk.ldd system\libs\d_sharedchunk.ldd
    35 }
    36 
    37 #endif