|
1 /* |
|
2 * Copyright (c) 2002-2010 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: This is project specification file for the ussd. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 |
|
21 // Capability assignment. |
|
22 CAPABILITY CAP_APPLICATION NetworkControl |
|
23 // Assign Vendor ID. |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 TARGET ussd.exe |
|
27 TARGETTYPE exe |
|
28 |
|
29 UID 0x100039CE 0x10005955 |
|
30 |
|
31 START RESOURCE ../data/ussd.rss |
|
32 TARGETPATH APP_RESOURCE_DIR |
|
33 HEADER |
|
34 LANGUAGE_IDS |
|
35 END // RESOURCE |
|
36 |
|
37 SOURCEPATH ../src |
|
38 |
|
39 SOURCE UssdApp.cpp |
|
40 SOURCE UssdAppUi.cpp |
|
41 SOURCE UssdDocument.cpp |
|
42 SOURCE UssdContainer.cpp |
|
43 SOURCE UssdEditorLines.cpp |
|
44 SOURCE UssdComms.cpp |
|
45 SOURCE UssdLayout.cpp |
|
46 SOURCE UssdNaviPane.cpp |
|
47 |
|
48 USERINCLUDE . ../inc |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 SYSTEMINCLUDE ../../../inc |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY apparc.lib |
|
55 LIBRARY cone.lib |
|
56 LIBRARY eikcore.lib |
|
57 LIBRARY ws32.lib |
|
58 LIBRARY eikcoctl.lib |
|
59 LIBRARY avkon.lib |
|
60 LIBRARY egul.lib |
|
61 LIBRARY phoneclient.lib |
|
62 LIBRARY hlplch.lib // for "Help" options menu |
|
63 LIBRARY FeatMgr.lib |
|
64 LIBRARY CdlEngine.lib |
|
65 LIBRARY charconv.lib // for detecting unicode chars |
|
66 LIBRARY CommonEngine.lib |
|
67 LIBRARY AknLayout2Scalable.lib |
|
68 LIBRARY AknSkins.lib |
|
69 LIBRARY etext.lib |
|
70 LIBRARY CentralRepository.lib |
|
71 LIBRARY peninputclient.lib |
|
72 LIBRARY flogger.lib |
|
73 |
|
74 // ============================================================================ |
|
75 // AIF |
|
76 // ============================================================================ |
|
77 |
|
78 START RESOURCE ../data/Ussd_reg.rss |
|
79 DEPENDS ussd.rsg |
|
80 // Do not change the UID below. |
|
81 TARGETPATH /private/10003a3f/apps |
|
82 END |
|
83 |
|
84 // AIF |
|
85 |
|
86 // End of file |