|
1 // Copyright (c) 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 // path to script file: |
|
15 // z:\surfaceupdate\surfaceupdateinteg.script |
|
16 // NOTE - these tests require the screen capture plugin, |
|
17 // which is a wserv_std_plugins test component |
|
18 // (and so requires a test build of wserv_std_plugins to succeed) |
|
19 // |
|
20 |
|
21 |
|
22 |
|
23 /** |
|
24 @file |
|
25 @test |
|
26 @internalComponent - Internal Symbian test code |
|
27 */ |
|
28 |
|
29 TARGET tsurfaceupdateserverinteg.exe |
|
30 TARGETTYPE exe |
|
31 UID 0x1000007A 0x10286B35 |
|
32 VENDORID 0x70000001 |
|
33 |
|
34 // NOTE: Capabilities are same as surfaceupdateserver.mmp plus SwEvent |
|
35 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent |
|
36 |
|
37 userinclude ../inc |
|
38 |
|
39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
41 |
|
42 |
|
43 SOURCEPATH ../tsrc |
|
44 |
|
45 source tsurfaceupdateserverinteg.cpp |
|
46 source tsurfaceupdateinteg.cpp |
|
47 source twindows.cpp |
|
48 source tredrawhandler.cpp |
|
49 source tsurfacehelper.cpp |
|
50 |
|
51 LIBRARY euser.lib |
|
52 LIBRARY hal.lib |
|
53 LIBRARY surfacemanager.lib |
|
54 LIBRARY testexecuteutils.lib |
|
55 LIBRARY tgraphicsharness.lib |
|
56 LIBRARY testexecutelogclient.lib ws32.lib surfaceupdateclient.lib gdi.lib fbscli.lib bitgdi.lib |
|
57 |
|
58 |
|
59 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
60 EPOCSTACKSIZE 0x6000 |
|
61 |
|
62 SMPSAFE |