|
1 /* |
|
2 * Copyright (c) 2002 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 the project definition file. It defines the application UIDs, |
|
16 * source code, paths, bitmaps and libraries needed. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 #include <data_caging_paths.hrh> |
|
24 #include <platform_paths.hrh> |
|
25 |
|
26 EPOCSTACKSIZE 0X5000 |
|
27 |
|
28 TARGET converter.exe |
|
29 TARGETTYPE exe |
|
30 |
|
31 UID 0x100039ce 0x101f4668 |
|
32 |
|
33 VENDORID VID_DEFAULT |
|
34 |
|
35 CAPABILITY CAP_APPLICATION |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 START RESOURCE ../group/Converter.rss |
|
40 HEADER |
|
41 |
|
42 TARGETPATH APP_RESOURCE_DIR |
|
43 |
|
44 LANGUAGE_IDS |
|
45 END |
|
46 |
|
47 START RESOURCE ../group/converter_reg.rss |
|
48 DEPENDS converter.rsg |
|
49 // Do not change the UID below. |
|
50 TARGETPATH /private/10003a3f/apps |
|
51 END |
|
52 |
|
53 |
|
54 SOURCEPATH ../Ui/Src |
|
55 SOURCE CCnvApplication.cpp CCnvDocument.cpp CCnvAppUi.cpp |
|
56 SOURCE CCnvMainForm.cpp CCnvRatesForm.cpp |
|
57 |
|
58 USERINCLUDE ../group ../Ui/Src |
|
59 |
|
60 |
|
61 SYSTEMINCLUDE ../engine/Inc |
|
62 |
|
63 LIBRARY euser.lib apparc.lib cone.lib eikcore.lib |
|
64 LIBRARY eikcoctl.lib avkon.lib eikdlg.lib |
|
65 LIBRARY eikctl.lib // CEikFloatingPointEditor |
|
66 LIBRARY commonengine.lib // StringLoader |
|
67 LIBRARY estor.lib // RFileWriteStream, RFileReadStream |
|
68 LIBRARY commonui.lib // CErrorUI |
|
69 LIBRARY featmgr.lib // Feature Manager |
|
70 LIBRARY converterengine.lib |
|
71 LIBRARY hlplch.lib // HlpLauncher |
|
72 LIBRARY efsrv.lib |
|
73 |
|
74 |