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 // Name : tcsc.mmp |
|
15 // Author : |
|
16 // This is the project specification file for tcsc. |
|
17 // |
|
18 // |
|
19 |
|
20 TARGET wsgcecscserver.exe |
|
21 TARGETTYPE exe |
|
22 UID 0 0xE8B48691 |
|
23 |
|
24 // For setting the screen mode: |
|
25 CAPABILITY WriteDeviceData SwEvent |
|
26 |
|
27 USERINCLUDE ../tgce |
|
28 USERINCLUDE ../inc |
|
29 USERINCLUDE ../inc/Graphics |
|
30 |
|
31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
34 |
|
35 SOURCEPATH ../tgce |
|
36 SOURCE surfaceutility.cpp globalsettings.cpp |
|
37 SOURCEPATH ../tcsc |
|
38 SOURCE t_gcecscserver.cpp cwsgcecscbase.cpp cwsgcecsc.cpp |
|
39 |
|
40 |
|
41 MACRO SYMBIAN_GRAPHICS_GCE |
|
42 |
|
43 STATICLIBRARY tefunit.lib |
|
44 LIBRARY euser.lib |
|
45 LIBRARY estlib.lib |
|
46 LIBRARY testexecuteutils.lib |
|
47 LIBRARY testexecutelogclient.lib |
|
48 LIBRARY rfileloggerclient.lib |
|
49 LIBRARY ws32.lib |
|
50 LIBRARY surfacemanager.lib |
|
51 LIBRARY surfaceupdateclient.lib |
|
52 LIBRARY imageconversion.lib |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY fbscli.lib |
|
55 LIBRARY gdi.lib |
|
56 LIBRARY bitgdi.lib |
|
57 LIBRARY hal.lib |
|
58 LIBRARY scdv.lib |
|
59 |
|
60 SMPSAFE |