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