|
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: Project definition file for BLID Satellite Info |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <platform_paths.hrh> |
|
22 #include "../inc/SatInfoUID.h" |
|
23 #include "data_caging_paths.hrh" |
|
24 |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 // Target information |
|
28 TARGET SatInfo.dll |
|
29 TARGETTYPE dll |
|
30 UID KEPOCStaticDllUid2 KSatInfoUID3 |
|
31 |
|
32 CAPABILITY CAP_GENERAL_DLL |
|
33 |
|
34 // Project source directory |
|
35 SOURCEPATH ../src |
|
36 |
|
37 // Source files |
|
38 SOURCE DllMain.cpp |
|
39 SOURCE Debug.cpp |
|
40 SOURCE CSatelliteInfoUI.cpp |
|
41 SOURCE CSatellite.cpp |
|
42 SOURCE satellitecontrol.cpp |
|
43 SOURCE CSatelliteDialog.cpp |
|
44 SOURCE CSatelliteEng.cpp |
|
45 SOURCE csatellitemeasurementsetting.cpp |
|
46 |
|
47 |
|
48 START RESOURCE ../data/SatInfo.rss |
|
49 HEADER |
|
50 TARGETPATH RESOURCE_FILES_DIR |
|
51 LANGUAGE_IDS |
|
52 END |
|
53 |
|
54 // Userincludes |
|
55 USERINCLUDE . ../inc ../src |
|
56 |
|
57 // Dependencies to system components |
|
58 MW_LAYER_SYSTEMINCLUDE |
|
59 SYSTEMINCLUDE /epoc32/include/libc |
|
60 |
|
61 // Other build related files |
|
62 //DOCUMENT ../group/Satellite.loc |
|
63 |
|
64 LIBRARY EUSER.LIB |
|
65 LIBRARY LBS.LIB |
|
66 LIBRARY commonengine.lib |
|
67 LIBRARY eikcoctl.lib |
|
68 LIBRARY eikctl.lib |
|
69 LIBRARY cone.lib |
|
70 LIBRARY bafl.lib |
|
71 LIBRARY efsrv.lib |
|
72 LIBRARY flogger.lib |
|
73 LIBRARY gdi.lib |
|
74 LIBRARY AknLayout2Scalable.lib |
|
75 LIBRARY CdlEngine.lib |
|
76 LIBRARY avkon.lib |
|
77 LIBRARY AknSkins.lib |
|
78 LIBRARY eikdlg.lib |
|
79 LIBRARY eikcore.lib |
|
80 LIBRARY AknIcon.lib |
|
81 LIBRARY fbscli.lib |
|
82 LIBRARY estlib.lib |
|
83 LIBRARY aknlayout2.lib |
|
84 LIBRARY platformenv.lib |
|
85 LIBRARY centralrepository.lib |
|
86 |
|
87 #ifdef RD_TACTILE_FEEDBACK |
|
88 LIBRARY touchfeedback.lib |
|
89 #endif //RD_TACTILE_FEEDBACK |
|
90 |