|
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: This is project specification file for Location System UI |
|
15 * view that acts as a plug-in to GS |
|
16 * |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 // Includes |
|
22 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE |
|
23 #include <data_caging_paths.hrh> //this is needed for RESOURCE_FILES_DIR |
|
24 #include "../inc/locsysuiviewuid.hrh" // For UID3 |
|
25 |
|
26 CAPABILITY CAP_ECOM_PLUGIN |
|
27 TARGET locsysuiview.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID 0x10009D8D LOCSYSUIVIEW_UID3 |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 SOURCE locsysuiviewimptable.cpp |
|
34 SOURCE locsysuiview.cpp |
|
35 SOURCE locsysuicontainer.cpp |
|
36 SOURCE locsysuilbmodel.cpp |
|
37 SOURCE locationsettings.cpp |
|
38 SOURCE locsettingsuiengine.cpp |
|
39 SOURCE locsettingsuipluginloader.cpp |
|
40 SOURCE locpossettings.cpp |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../data |
|
44 USERINCLUDE ../../inc |
|
45 USERINCLUDE ../../../inc |
|
46 USERINCLUDE ../../../../inc |
|
47 |
|
48 // System Include Path Definition |
|
49 APP_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 SOURCEPATH ../data |
|
52 |
|
53 //ECOM resource definition |
|
54 START RESOURCE 10207462.rss |
|
55 TARGET locsysuiview.rsc |
|
56 END // ECOM resource definition |
|
57 |
|
58 //View resources |
|
59 START RESOURCE locsysuiviewrsc.rss |
|
60 HEADER |
|
61 TARGETPATH RESOURCE_FILES_DIR |
|
62 LANGUAGE_IDS |
|
63 END // AppsPlugin resources |
|
64 |
|
65 LIBRARY euser.lib |
|
66 LIBRARY ecom.lib |
|
67 LIBRARY efsrv.lib |
|
68 LIBRARY avkon.lib |
|
69 LIBRARY bafl.lib |
|
70 LIBRARY cone.lib |
|
71 LIBRARY eikcoctl.lib |
|
72 LIBRARY eikctl.lib |
|
73 LIBRARY eikcore.lib |
|
74 LIBRARY egul.lib // CGulIcon |
|
75 LIBRARY aknskins.lib // AknsUtils.h |
|
76 LIBRARY commonengine.lib // For RConeResourceLoader |
|
77 LIBRARY fbscli.lib // For CFbsBitmap |
|
78 LIBRARY hlplch.lib |
|
79 LIBRARY featmgr.lib // Feature manager API |
|
80 LIBRARY GSEcomPlugin.lib // CGSPluginInterface |
|
81 |
|
82 #if defined(WINS) |
|
83 deffile ../BWINS/locsysuiview.def |
|
84 #elif defined(EABI) |
|
85 deffile ../eabi/locsysuiview.def |
|
86 #endif |
|
87 |
|
88 // End of File |
|
89 |