|
1 // Copyright (c) 2006-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\surfaceupdate.script |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 @test |
|
22 @internalComponent - Internal Symbian test code |
|
23 */ |
|
24 |
|
25 TARGET tsurfaceupdatetestserver.exe |
|
26 TARGETTYPE exe |
|
27 UID 0x1000007A 0x10283048 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 // NOTE: Capabilities are same as surfaceupdateserver.mmp plus SwEvent |
|
31 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent |
|
32 |
|
33 userinclude ../inc |
|
34 |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
37 |
|
38 |
|
39 SOURCEPATH ../tsrc |
|
40 |
|
41 SOURCE tsurfaceupdatetestserver.cpp |
|
42 source tsurfaceupdate.cpp |
|
43 source trequestorder.cpp |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY hal.lib |
|
47 LIBRARY testexecuteutils.lib |
|
48 LIBRARY tgraphicsharness.lib |
|
49 LIBRARY testexecutelogclient.lib |
|
50 LIBRARY tsurfaceupdateserver.lib |
|
51 LIBRARY tsurfaceupdateclient.lib |
|
52 LIBRARY tcompositionbackend.lib |
|
53 |
|
54 |
|
55 // We're quite heavy on the stack... 4k in WinS isn't enough... |
|
56 EPOCSTACKSIZE 0x6000 |
|
57 MACRO TEST_SURFACE_UPDATE |
|
58 |
|
59 SMPSAFE |