1 /* |
|
2 * Copyright (c) 2006-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: Project specification file for MUSSettingsPlugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> //this is needed for RESOURCE_FILES_DIR |
|
21 |
|
22 CAPABILITY CAP_ECOM_PLUGIN |
|
23 TARGET mussettingsui.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x1028238F |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE mussettingscontainer.cpp |
|
30 SOURCE mussettingsmodel.cpp |
|
31 SOURCE mussettingsplugin.cpp |
|
32 SOURCE mussettingspluginimplementationtable.cpp |
|
33 SOURCE mussipprofilemodel.cpp |
|
34 |
|
35 USERINCLUDE ../data |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../../../inc |
|
38 |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 SYSTEMINCLUDE . |
|
41 |
|
42 SOURCEPATH ../data |
|
43 |
|
44 //ECOM resource definition |
|
45 START RESOURCE 1028238F.rss |
|
46 TARGET mussettingsui.rsc |
|
47 TARGETPATH ECOM_RESOURCE_DIR |
|
48 END // ECOM resource definition |
|
49 |
|
50 //MUS resources |
|
51 START RESOURCE mussettingsuirsc.rss |
|
52 DEPENDS gsapp.rsg |
|
53 HEADER |
|
54 TARGETPATH RESOURCE_FILES_DIR |
|
55 LANGUAGE_IDS |
|
56 END // MUS resources |
|
57 |
|
58 LIBRARY aknskins.lib // AknsUtils.h |
|
59 LIBRARY avkon.lib |
|
60 LIBRARY bafl.lib |
|
61 LIBRARY charconv.lib |
|
62 LIBRARY commdb.lib |
|
63 LIBRARY commonengine.lib // RConeResourceLoader |
|
64 LIBRARY cone.lib |
|
65 LIBRARY ecom.lib |
|
66 LIBRARY efsrv.lib |
|
67 LIBRARY egul.lib // CGulIcon |
|
68 LIBRARY eikcoctl.lib |
|
69 LIBRARY eikcore.lib |
|
70 LIBRARY etel.lib // RPhone |
|
71 LIBRARY etelpckt.lib // RPacketService |
|
72 LIBRARY euser.lib |
|
73 LIBRARY featmgr.lib // FeatureManager |
|
74 LIBRARY flogger.lib // RFileLogger |
|
75 LIBRARY gsecomplugin.lib |
|
76 LIBRARY gsframework.lib // Base classes |
|
77 LIBRARY gslistbox.lib // CGSListBoxItemTextArray |
|
78 LIBRARY hlplch.lib // HlpLauncher |
|
79 LIBRARY platformenv.lib // PathInfo |
|
80 LIBRARY centralrepository.lib //settings values |
|
81 LIBRARY commondialogs.lib |
|
82 LIBRARY aknnotify.lib //CAknGlobalNote |
|
83 LIBRARY eiksrv.lib //CAknGlobalNote |
|
84 LIBRARY disknotifyhandler.lib //CDiskNotifyHandler |
|
85 |
|
86 // Libraries for SIP settings. |
|
87 LIBRARY sipprofilecli.lib |
|
88 LIBRARY inetprotutil.lib |
|
89 |
|
90 //Documents. Defining these is optional. Used only by IDE's file browser. |
|
91 SOURCEPATH ../data |
|
92 DOCUMENT 1028238F.rss |
|
93 DOCUMENT mussettingsuirsc.rss |
|
94 |
|
95 SOURCEPATH ../inc |
|
96 DOCUMENT mussettingsplugin.hrh |
|
97 |
|
98 PAGED |
|