23
|
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: Project definition file for Profile Settings View
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
// To get the APP_LAYER_SYSTEMINCLUDE-definition
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
|
|
22 |
TARGET profilesettingsview.dll
|
|
23 |
TARGETTYPE dll
|
|
24 |
UID 0x1000008d 0x100058F8
|
|
25 |
|
|
26 |
CAPABILITY CAP_GENERAL_DLL
|
|
27 |
VENDORID VID_DEFAULT
|
|
28 |
|
|
29 |
SOURCEPATH ../SettingsViewSrc
|
|
30 |
SOURCE CProfileEngineHandler.cpp
|
|
31 |
SOURCE CProfileIndexHandler.cpp
|
|
32 |
SOURCE CProfileTabHandler.cpp
|
|
33 |
SOURCE CProfileSettingsContainer.cpp
|
|
34 |
SOURCE CProfile3dSettingItem.cpp
|
|
35 |
SOURCE CProfile3dSettingPage.cpp
|
|
36 |
SOURCE CProfilePlayingVolumeSettingItem.cpp
|
|
37 |
SOURCE CProfilePlayingVolumeSettingPage.cpp
|
|
38 |
SOURCE CProfileKeypadVolumeSettingPage.cpp
|
|
39 |
SOURCE CProfileNameSettingItem.cpp
|
|
40 |
SOURCE CProfileKeypadVolumeSettingItem.cpp
|
|
41 |
SOURCE CProfileNameSettingPage.cpp
|
|
42 |
SOURCE CProfileFileListSettingItem.cpp
|
|
43 |
SOURCE CProfileAlertForSettingItem.cpp
|
|
44 |
SOURCE CProfileAlertForSettingPage.cpp
|
|
45 |
SOURCE CProfileStruct.cpp
|
|
46 |
SOURCE CProfileToneHandler.cpp
|
|
47 |
SOURCE ProfileMmfInfoUtility.cpp
|
|
48 |
|
|
49 |
SOURCE CProfileStructDrmFull.cpp
|
|
50 |
SOURCE CProfileToneHandlerDrmFull.cpp
|
|
51 |
LIBRARY drmhelper.lib
|
|
52 |
SOURCE CProfileNaviPaneContainer.cpp
|
|
53 |
SOURCE CProfileFeedbackSettingItem.cpp
|
|
54 |
SOURCE CProfileFeedbackSettingPage.cpp
|
|
55 |
SOURCE CProfileVibraSettingItem.cpp
|
|
56 |
SOURCE CProfileVibraSettingPage.cpp
|
|
57 |
|
|
58 |
START RESOURCE ProfileSettingsView.rss
|
|
59 |
HEADER
|
|
60 |
TARGETPATH RESOURCE_FILES_DIR
|
|
61 |
LANGUAGE_IDS
|
|
62 |
END
|
|
63 |
|
|
64 |
USERINCLUDE ../SettingsViewInc ../../Group ../UIsrc
|
|
65 |
SYSTEMINCLUDE ../../../inc
|
|
66 |
|
|
67 |
APP_LAYER_SYSTEMINCLUDE
|
|
68 |
|
|
69 |
LIBRARY euser.lib efsrv.lib
|
|
70 |
LIBRARY eikcore.lib eikcoctl.lib cone.lib avkon.lib apgrfx.lib
|
|
71 |
LIBRARY bafl.lib // BaflUtils
|
|
72 |
LIBRARY apmime.lib // TDataType
|
|
73 |
LIBRARY cntmodel.lib // Contact database
|
|
74 |
LIBRARY pbkeng.lib // Phone Book contact engine
|
|
75 |
LIBRARY commonengine.lib // Shared data
|
|
76 |
LIBRARY featdiscovery.lib // CFeatureDiscovery
|
|
77 |
LIBRARY featmgr.lib // Feature Manager
|
|
78 |
LIBRARY sssettings.lib // Phone settings (Alternate Line Service)
|
|
79 |
LIBRARY mediaclientaudio.lib // MultiMedia Framework, audio client
|
|
80 |
LIBRARY profileeng.lib // Profile Engine
|
|
81 |
LIBRARY filelist.lib // File List
|
|
82 |
LIBRARY mediafilelist.lib //Media File List
|
|
83 |
LIBRARY ecom.lib
|
|
84 |
LIBRARY centralrepository.lib
|
|
85 |
LIBRARY cenrepnotifhandler.lib
|
|
86 |
LIBRARY mmfcontrollerframework.lib // CMMFFormatSelectionParameters
|
|
87 |
|
|
88 |
LIBRARY drmcommon.lib
|
|
89 |
LIBRARY drmrights.lib
|
|
90 |
|
|
91 |
#ifdef RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM
|
|
92 |
LIBRARY drmutility.lib
|
|
93 |
#endif
|
|
94 |
|
|
95 |
LIBRARY caf.lib cafutils.lib // Content access framework
|
|
96 |
|
|
97 |
DEBUGLIBRARY flogger.lib
|
|
98 |
// End of File
|