|
1 /* |
|
2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <bldvariant.hrh> |
|
19 |
|
20 #if defined __S60_50__ |
|
21 #include <platform_paths.hrh> |
|
22 #else |
|
23 #include <domain/osextensions/platform_paths.hrh> |
|
24 #endif |
|
25 |
|
26 #include <testclient/tcuid.h> |
|
27 #include <bldvariant.hrh> |
|
28 |
|
29 #ifdef EKA2 |
|
30 |
|
31 TARGET TestClient.exe |
|
32 TARGETTYPE exe |
|
33 UID 0x0 TCUID |
|
34 |
|
35 |
|
36 #if defined __UI_FRAMEWORKS_V2__ // New app framework used |
|
37 |
|
38 START RESOURCE TestClient.rss |
|
39 HEADER |
|
40 TARGETPATH /resource/apps |
|
41 END // RESOURCE |
|
42 |
|
43 START RESOURCE TestClient_reg.rss |
|
44 DEPENDS testclient.rsg |
|
45 HEADER |
|
46 TARGETPATH /private/10003a3f/apps |
|
47 END |
|
48 |
|
49 START RESOURCE TestClient_loc.rss |
|
50 HEADER |
|
51 TARGETPATH /resource/apps |
|
52 END |
|
53 |
|
54 #endif // __UI_FRAMEWORKS_V2__ |
|
55 |
|
56 |
|
57 #else |
|
58 |
|
59 TARGET TestClient.app |
|
60 TARGETTYPE app |
|
61 UID 0x100039CE TCUID |
|
62 TARGETPATH /system/apps/TestClient |
|
63 RESOURCE TestClient.rss |
|
64 |
|
65 #endif // EKA2 |
|
66 |
|
67 VENDORID VID_DEFAULT |
|
68 |
|
69 CAPABILITY LocalServices ReadUserData WriteUserData UserEnvironment NetworkServices \ |
|
70 Location ReadDeviceData WriteDeviceData NetworkControl SwEvent PowerMgmt \ |
|
71 AllFiles MultimediaDD |
|
72 |
|
73 SOURCEPATH ../Src |
|
74 SOURCE CTcApplication.cpp |
|
75 SOURCE CTcDocument.cpp |
|
76 SOURCE CTcAppUi.cpp |
|
77 SOURCE CTcContainer.cpp |
|
78 SOURCE TTcSettings.cpp |
|
79 SOURCE CTcBacklight.cpp |
|
80 |
|
81 #if defined __SERIES60_ |
|
82 SOURCE CTcSettingsDialogS60.cpp |
|
83 #else |
|
84 SOURCE CTcSettingsDialog.cpp |
|
85 #endif |
|
86 |
|
87 SOURCEPATH ../../CommonSrc |
|
88 SOURCE dllMain.cpp |
|
89 |
|
90 MW_LAYER_SYSTEMINCLUDE |
|
91 |
|
92 USERINCLUDE . ../../Group ../../CommonSrc ../Src |
|
93 USERINCLUDE ../../Net/Inc ../../TesterCore/Inc ../../Watcher/Inc |
|
94 |
|
95 LIBRARY euser.lib apparc.lib efsrv.lib estor.lib ws32.lib |
|
96 LIBRARY cone.lib eikcore.lib eikdlg.lib eikcoctl.lib bafl.lib |
|
97 LIBRARY testclientnet.lib testercore.lib watcherclient.lib |
|
98 LIBRARY esock.lib insock.lib |
|
99 |
|
100 #if defined __SERIES60_ |
|
101 LIBRARY avkon.lib commonui.lib gdi.lib |
|
102 #else |
|
103 LIBRARY eikctl.lib |
|
104 #if defined _SERIES_90_ |
|
105 LIBRARY ckndlg.lib ckncore.lib |
|
106 #else |
|
107 LIBRARY eikcdlg.lib |
|
108 #endif |
|
109 #endif |