graphicsdeviceinterface/directgdi/test/scripts/tdirectgdi.ini
author Faisal Memon <faisal.memon@nokia.com>
Thu, 06 May 2010 15:31:43 +0100
branchNewGraphicsArchitecture
changeset 49 0ee978e37eb7
parent 0 5d03bc08d59c
permissions -rw-r--r--
Apply patch 3. Many of the fixes in patch 3 are obseleted by updates made to the FCL. So the FCL head is taken in preference. This leaves only the hack in the display channel implementation to do not do a screen rotation on syborg. That solution is a bit hacky, but actually revised in a later patch.

// tdirectgdi.ini
// Copyright (c) 1997-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:
//

[DirectgdiTestInput]
// Target pixel formats
// EColor64K, EColor16MU, EColor16MAP
TargetPixelFormatEnums = EUidPixelFormatRGB_565, EUidPixelFormatXRGB_8888, EUidPixelFormatARGB_8888_PRE


// Source pixel formats
// EGray2, EGray4, EGray16, Egray256, EColour16, EColour256, EColor4K, EColor64K, EColor16M, EColor16MU, EColor16MA, EColor16MAP
SourcePixelFormatEnums = EUidPixelFormatL_1, EUidPixelFormatL_2, EUidPixelFormatL_4, EUidPixelFormatL_8, EUidPixelFormatP_4, EUidPixelFormatP_8, EUidPixelFormatXRGB_4444, EUidPixelFormatRGB_565, EUidPixelFormatRGB_888, EUidPixelFormatXRGB_8888, EUidPixelFormatARGB_8888, EUidPixelFormatARGB_8888_PRE

// Source resource pixel formats (DrawResource)
// VG_sRGB_565, VG_sXRGB_8888, VG_sARGB_8888, VG_sARGB_8888_PRE
SourceResourcePixelFormatEnums = EUidPixelFormatRGB_565, EUidPixelFormatXRGB_8888, EUidPixelFormatARGB_8888, EUidPixelFormatARGB_8888_PRE


//Specify if the reference images will be generated.
//"1" = generate ref images; "0" = don't generate ref images
DoRefImg = 0

//Switch the test between bitgid test and directgdi test
//"1" = run DirectGDI tests; "0" = run BitGDI tests
DoDirectGdi = 1

//Specify whether the out of memory tests should be run.
//"1" = run tests; "0" = don't run tests
RunOomTests = 1

//Following are panic test cases within tpanictests.cpp 
[TestContextNotActivated]
CaseNumber = 1

[TestFontNotSet]
CaseNumber = 2

[TestInvalidTarget]
CaseNumber = 3

[TestImageInvalidTargetHandle]
CaseNumber = 4

[TestImageTargetActivatedTwice]
CaseNumber = 5

[TestImageSourceActivatedTwice]
CaseNumber = 6

[TestDrawableSourceActivatedTwice]
CaseNumber = 7

[TestBrushPatternNotSet]
CaseNumber = 8