|
1 // Copyright (c) 2010 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 // This automaic mode ini is pre set to run in automatic mode with an adequate composition pause |
|
15 // This ini is preset to save images to the C drive |
|
16 |
|
17 [TestInfo] |
|
18 // Note: 0 for automatic mode, 1 for manual interactive mode |
|
19 TestMode = 0 |
|
20 // Note: SaveImage, "true" for saving images, "false" for not saving images. This option ONLY applies when the above mode is automatic. |
|
21 SaveImage = true |
|
22 // Note: Directory to place saved images |
|
23 Dir = c:\openwftest\img\ |
|
24 // Note: Delay length in microseconds to allow compositions to complete |
|
25 CompositionPause = 500000 |
|
26 // Note: Delay length in microseconds to allow user to compare images in manual interactive mode-max 34000000(34 seconds) |
|
27 ManualPause = 3000000 |
|
28 |
|
29 [ImageInfo] |
|
30 // Note: ContiguousFlag, "true" for contiguous, "false" for non-contiguous |
|
31 ContiguousFlag = true |
|
32 |
|
33 Tolerance = 0 |
|
34 |
|
35 // FastpathableWidth |
|
36 // FastpathableHeight |
|
37 // Stride |
|
38 // FastpathablePixelFormat = 1027549A |
|
39 // NonFastpathablePixelFormat = 1027549E |
|
40 // OffsetToFirstBuffer = 0 |
|
41 // Alignment = 0 |
|
42 // Mappable = ETrue |
|
43 // MaxBuffers = 2 |
|
44 // MinBuffers = 1 |
|
45 // OffsetBetweenBuffers = 0 |
|
46 // SurfaceHints = 0 |
|
47 // Note: CacheAttrib, "true" for CPU cached, "false" for not CPU cached |
|
48 // CacheAttrib |