54
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-2006 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: MMP file of mediafilelist. Information require by
|
|
15 |
* this project. Provide a UI for selecting a ring tong
|
|
16 |
* from media files.
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
#include <platform_paths.hrh>
|
|
23 |
#include <data_caging_paths.hrh>
|
|
24 |
|
|
25 |
TARGET MediaFileList.dll
|
|
26 |
TARGETTYPE DLL
|
|
27 |
|
|
28 |
UID 0x1000008d 0x20015A2B
|
|
29 |
VENDORID VID_DEFAULT
|
|
30 |
|
|
31 |
CAPABILITY CAP_GENERAL_DLL
|
|
32 |
|
|
33 |
START RESOURCE ../Src/mediafilelist.rss
|
|
34 |
HEADER
|
|
35 |
TARGETPATH RESOURCE_FILES_DIR
|
|
36 |
LANGUAGE_IDS
|
|
37 |
END
|
|
38 |
|
|
39 |
|
|
40 |
SOURCEPATH ../Src
|
|
41 |
SOURCE mediafiledialog.cpp
|
|
42 |
SOURCE mediafiledialogstate.cpp
|
|
43 |
SOURCE mediafiledialogutils.cpp
|
|
44 |
SOURCE mediafilehandler.cpp
|
|
45 |
SOURCE mediafilelist.cpp
|
|
46 |
SOURCE mediafilepreview.cpp
|
|
47 |
SOURCE mediafilewaitnote.cpp
|
|
48 |
SOURCE mediafileprotection.cpp
|
|
49 |
SOURCE mediafilevariation.cpp
|
|
50 |
SOURCE mediafilevideopreviewdialog.cpp
|
|
51 |
SOURCE mediafiletest.cpp
|
|
52 |
|
|
53 |
|
|
54 |
USERINCLUDE ../Inc
|
|
55 |
APP_LAYER_SYSTEMINCLUDE
|
|
56 |
SYSTEMINCLUDE /epoc32/include/mmf/common /epoc32/include/platform/mmf/common
|
|
57 |
|
|
58 |
LIBRARY avkon.lib
|
|
59 |
LIBRARY bafl.lib
|
|
60 |
LIBRARY cone.lib
|
|
61 |
LIBRARY efsrv.lib
|
|
62 |
LIBRARY eikcoctl.lib
|
|
63 |
LIBRARY euser.lib
|
|
64 |
LIBRARY commonengine.lib
|
|
65 |
LIBRARY eikcore.lib
|
|
66 |
LIBRARY eikctl.lib
|
|
67 |
LIBRARY AknSkins.lib
|
|
68 |
LIBRARY FeatMgr.lib
|
|
69 |
LIBRARY platformenv.lib
|
|
70 |
LIBRARY centralrepository.lib
|
|
71 |
LIBRARY ws32.lib // RWindow methods
|
|
72 |
LIBRARY ecom.lib
|
|
73 |
LIBRARY eikdlg.lib
|
|
74 |
LIBRARY estor.lib
|
|
75 |
LIBRARY apgrfx.lib // RApaLsSession
|
|
76 |
LIBRARY apmime.lib // TDataType
|
|
77 |
LIBRARY CdlEngine.lib
|
|
78 |
LIBRARY egul.lib // CGulIcon
|
|
79 |
LIBRARY caf.lib // Content access framework
|
|
80 |
LIBRARY cafutils.lib // Content access framework
|
|
81 |
LIBRARY ProfileEng.lib
|
|
82 |
LIBRARY peninputClient.lib
|
|
83 |
LIBRARY mediaclientaudio.lib
|
|
84 |
LIBRARY DrmAudioPlayUtility.lib
|
|
85 |
LIBRARY mediaclientvideo.lib
|
|
86 |
LIBRARY DRMCommon.lib
|
|
87 |
LIBRARY DrmRights.lib
|
|
88 |
LIBRARY DrmHelper.lib
|
|
89 |
LIBRARY drmutility.lib
|
|
90 |
|
|
91 |
LIBRARY mdccommon.lib // mds
|
|
92 |
LIBRARY mdeclient.lib // mds
|
|
93 |
LIBRARY harvesterclient.lib // mds
|
|
94 |
|
|
95 |
LIBRARY servicehandler.lib // CAiwGenericParamList
|
|
96 |
LIBRARY browserlauncher.lib // CBrowserLauncher
|
|
97 |
LIBRARY CommonUI.lib // CDocumentHandler
|
|
98 |
LIBRARY touchfeedback.lib // MTouchFeedback
|
|
99 |
|
|
100 |
DEBUGLIBRARY flogger.lib
|
|
101 |
|
|
102 |
// End of File
|