equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 */ |
|
19 |
|
20 TARGET commonheadertestserver.exe |
|
21 TARGETTYPE exe |
|
22 UID 0x1000007A 0x102864B6 |
|
23 |
|
24 // For setting the screen mode and registering GUID CRPs |
|
25 CAPABILITY PowerMgmt WriteDeviceData SwEvent ProtServ |
|
26 SOURCEPATH ../src |
|
27 SOURCE tdisplayconfiguration.cpp |
|
28 SOURCE tcommonheader.cpp |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../../inc |
|
32 |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
35 |
|
36 STATICLIBRARY tefunit.lib |
|
37 LIBRARY euser.lib |
|
38 LIBRARY estlib.lib |
|
39 LIBRARY testexecuteutils.lib |
|
40 LIBRARY testexecutelogclient.lib |
|
41 LIBRARY rfileloggerclient.lib |
|
42 |
|
43 SMPSAFE |