|
1 /* |
|
2 * Copyright (c) 2004-2007 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: Defines the components forming the Landmarks Reference Application. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET lmrefapp.exe |
|
21 TARGETTYPE exe |
|
22 EPOCSTACKSIZE 0x5000 |
|
23 UID 0x100039CE 0xA0000187 |
|
24 |
|
25 VENDORID 0 |
|
26 CAPABILITY Location ReadUserData WriteUserData |
|
27 |
|
28 SOURCEPATH ../Src |
|
29 |
|
30 // Application mandatory classes |
|
31 SOURCE Landmarks.cpp |
|
32 SOURCE LandmarksApplication.cpp |
|
33 SOURCE LandmarksAppUi.cpp |
|
34 SOURCE LandmarksDocument.cpp |
|
35 |
|
36 // View classes |
|
37 SOURCE LandmarksView.cpp |
|
38 SOURCE LandmarksContainerBase.cpp |
|
39 SOURCE LandmarksContainer.cpp |
|
40 SOURCE LandmarksModel.cpp |
|
41 SOURCE LandmarksCategoriesView.cpp |
|
42 SOURCE LandmarksCategoriesContainer.cpp |
|
43 SOURCE LandmarksCategoriesModel.cpp |
|
44 SOURCE LandmarksInfoView.cpp |
|
45 SOURCE LandmarksInfoContainer.cpp |
|
46 SOURCE LandmarksInfoModel.cpp |
|
47 |
|
48 // Engine component classes |
|
49 SOURCE LandmarksApplicationEngine.cpp |
|
50 SOURCE LandmarksEngineBase.cpp |
|
51 SOURCE LandmarksEngine.cpp |
|
52 SOURCE LandmarksCategoriesEngine.cpp |
|
53 SOURCE LandmarksLmOpWrapper.cpp |
|
54 SOURCE LandmarksDbEventHandler.cpp |
|
55 |
|
56 // Other components |
|
57 SOURCE LandmarksEditDialog.cpp |
|
58 SOURCE LandmarksCategoriesDialog.cpp |
|
59 SOURCE LandmarksLmCategoriesModel.cpp |
|
60 SOURCE LandmarksListBox.cpp |
|
61 SOURCE LandmarksListBoxModel.cpp |
|
62 SOURCE LandmarksPositionRequest.cpp |
|
63 SOURCE LandmarksUtils.cpp |
|
64 |
|
65 USERINCLUDE ../Inc |
|
66 MW_LAYER_SYSTEMINCLUDE |
|
67 |
|
68 LIBRARY euser.lib |
|
69 LIBRARY efsrv.lib |
|
70 LIBRARY estor.lib |
|
71 LIBRARY cone.lib |
|
72 LIBRARY apparc.lib |
|
73 LIBRARY bafl.lib |
|
74 LIBRARY eikcore.lib |
|
75 LIBRARY eikcoctl.lib |
|
76 LIBRARY eikctl.lib |
|
77 LIBRARY eikdlg.lib |
|
78 LIBRARY egul.lib |
|
79 |
|
80 LIBRARY avkon.lib |
|
81 LIBRARY aknskins.lib |
|
82 |
|
83 LIBRARY eposlandmarks.lib |
|
84 LIBRARY eposlmsearchlib.lib |
|
85 LIBRARY lbs.lib |
|
86 |
|
87 START RESOURCE ../Data/LmRefApp.rss |
|
88 HEADER |
|
89 TARGETPATH /resource/apps |
|
90 END |
|
91 |
|
92 |
|
93 START RESOURCE ../Data/LmRefApp_reg.rss |
|
94 DEPENDS lmrefapp.rsg |
|
95 #ifdef WINSCW |
|
96 TARGETPATH /private/10003a3f/apps |
|
97 #else |
|
98 TARGETPATH /private/10003a3f/import/apps |
|
99 #endif |
|
100 END |