|
1 /* |
|
2 * Copyright (c) 2005 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 * This is project specification file for the PhoneUI app. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 // Capability assignment. |
|
24 CAPABILITY CAP_APPLICATION MultiMediaDD PowerMgmt NetworkControl DRM DiskAdmin |
|
25 |
|
26 // Assign Vendor ID. |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 EPOCSTACKSIZE 0x5000 |
|
30 EPOCHEAPSIZE 0x1000 0x500000 // Min 4KB, Max 5MB |
|
31 TARGET phoneui.exe |
|
32 TARGETTYPE exe |
|
33 |
|
34 UID 0x100039ce 0x100058B3 |
|
35 |
|
36 SOURCEPATH ../src |
|
37 |
|
38 SOURCE cphoneapplication.cpp |
|
39 SOURCE cphonedocument.cpp |
|
40 SOURCE cphoneappui.cpp |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../phoneuiview/inc |
|
44 USERINCLUDE ../../phoneuiutils/inc |
|
45 USERINCLUDE ../../phoneuicontrol/inc |
|
46 USERINCLUDE ../srcdata |
|
47 |
|
48 APP_LAYER_SYSTEMINCLUDE // Application layer domain APIs |
|
49 SYSTEMINCLUDE ../../../inc // Telephony internal headers |
|
50 |
|
51 #ifndef __SECURE_DATA__ |
|
52 /* Languages */ |
|
53 LANG SC |
|
54 SOURCEPATH ../srcdata |
|
55 |
|
56 // load protocol specific resources |
|
57 RESOURCE phoneui.rss |
|
58 #else |
|
59 // Resources |
|
60 SOURCEPATH ../srcdata |
|
61 START RESOURCE phoneui.rss |
|
62 TARGETPATH APP_RESOURCE_DIR |
|
63 HEADER |
|
64 LANGUAGE_IDS |
|
65 END // RESOURCE |
|
66 |
|
67 |
|
68 // Resources |
|
69 SOURCEPATH ../srcdata |
|
70 START RESOURCE callhandlingui.rss |
|
71 TARGETPATH APP_RESOURCE_DIR |
|
72 HEADER |
|
73 LANGUAGE_IDS |
|
74 END // RESOURCE |
|
75 |
|
76 SOURCEPATH ../srcdata |
|
77 START RESOURCE phoneuitouch.rss |
|
78 TARGETPATH APP_RESOURCE_DIR |
|
79 HEADER |
|
80 LANGUAGE_IDS |
|
81 END // RESOURCE |
|
82 |
|
83 START RESOURCE ../srcdata/phoneui_reg.rss |
|
84 DEPENDS phoneui.rsg |
|
85 HEADER |
|
86 TARGETPATH /private/10003a3f/apps |
|
87 END // RESOURCE |
|
88 |
|
89 #endif // __SECURE_DATA__ |
|
90 |
|
91 LIBRARY euser.lib |
|
92 LIBRARY cone.lib |
|
93 LIBRARY apparc.lib |
|
94 LIBRARY eikcore.lib |
|
95 LIBRARY avkon.lib |
|
96 LIBRARY bafl.lib |
|
97 LIBRARY eikcoctl.lib // menu bar |
|
98 |
|
99 #ifndef __WINS__ |
|
100 LIBRARY efsrv.lib |
|
101 #endif |
|
102 |
|
103 LIBRARY ws32.lib |
|
104 LIBRARY apgrfx.lib // Apa server |
|
105 |
|
106 LIBRARY phoneuiview.lib |
|
107 LIBRARY phoneuicontrol.lib |
|
108 LIBRARY phoneuiutils.lib |
|
109 LIBRARY featmgr.lib // FeatureManager |
|
110 |
|
111 LIBRARY cdlengine.lib |