os/graphics/graphicsdeviceinterface/directgdi/test/scripts/tdirectgdi.ini
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// tdirectgdi.ini
sl@0
     2
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description:
sl@0
    15
//
sl@0
    16
sl@0
    17
[DirectgdiTestInput]
sl@0
    18
// Target pixel formats
sl@0
    19
// EColor64K, EColor16MU, EColor16MAP
sl@0
    20
TargetPixelFormatEnums = EUidPixelFormatRGB_565, EUidPixelFormatXRGB_8888, EUidPixelFormatARGB_8888_PRE
sl@0
    21
sl@0
    22
sl@0
    23
// Source pixel formats
sl@0
    24
// EGray2, EGray4, EGray16, Egray256, EColour16, EColour256, EColor4K, EColor64K, EColor16M, EColor16MU, EColor16MA, EColor16MAP
sl@0
    25
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
sl@0
    26
sl@0
    27
// Source resource pixel formats (DrawResource)
sl@0
    28
// VG_sRGB_565, VG_sXRGB_8888, VG_sARGB_8888, VG_sARGB_8888_PRE
sl@0
    29
SourceResourcePixelFormatEnums = EUidPixelFormatRGB_565, EUidPixelFormatXRGB_8888, EUidPixelFormatARGB_8888, EUidPixelFormatARGB_8888_PRE
sl@0
    30
sl@0
    31
sl@0
    32
//Specify if the reference images will be generated.
sl@0
    33
//"1" = generate ref images; "0" = don't generate ref images
sl@0
    34
DoRefImg = 0
sl@0
    35
sl@0
    36
//Switch the test between bitgid test and directgdi test
sl@0
    37
//"1" = run DirectGDI tests; "0" = run BitGDI tests
sl@0
    38
DoDirectGdi = 1
sl@0
    39
sl@0
    40
//Specify whether the out of memory tests should be run.
sl@0
    41
//"1" = run tests; "0" = don't run tests
sl@0
    42
RunOomTests = 1
sl@0
    43
sl@0
    44
//Following are panic test cases within tpanictests.cpp 
sl@0
    45
[TestContextNotActivated]
sl@0
    46
CaseNumber = 1
sl@0
    47
sl@0
    48
[TestFontNotSet]
sl@0
    49
CaseNumber = 2
sl@0
    50
sl@0
    51
[TestInvalidTarget]
sl@0
    52
CaseNumber = 3
sl@0
    53
sl@0
    54
[TestImageInvalidTargetHandle]
sl@0
    55
CaseNumber = 4
sl@0
    56
sl@0
    57
[TestImageTargetActivatedTwice]
sl@0
    58
CaseNumber = 5
sl@0
    59
sl@0
    60
[TestImageSourceActivatedTwice]
sl@0
    61
CaseNumber = 6
sl@0
    62
sl@0
    63
[TestDrawableSourceActivatedTwice]
sl@0
    64
CaseNumber = 7
sl@0
    65
sl@0
    66
[TestBrushPatternNotSet]
sl@0
    67
CaseNumber = 8
sl@0
    68