equal
deleted
inserted
replaced
|
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 // Manual test to validate INC113743 "Transition effects in CEikDialog::TryExitL() |
|
15 // confuse wserv's state of transparent". Test can be run via menu in WSHELL. |
|
16 // The test will create and draw few opaque and transparent windows in particular size and order |
|
17 // to trigger the Wserv defective behaviour. It will panic if the correct behaviour not fixed or |
|
18 // broken in the future. Upon successful test, application will simply exit. |
|
19 // |
|
20 // |
|
21 |
|
22 TARGET inc113743.exe |
|
23 TARGETTYPE exe |
|
24 |
|
25 SOURCEPATH ../tauto |
|
26 |
|
27 SOURCE topaquechild.cpp |
|
28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
29 |
|
30 LIBRARY euser.lib ws32.lib fbscli.lib |
|
31 |
|
32 SMPSAFE |