65
|
1 |
/*
|
|
2 |
* Copyright (c) 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 the License "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 the .mmp for building Ecom style Browser Audio and
|
|
15 |
* Video Plugin
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
#include <bldvariant.hrh>
|
|
23 |
#include <platform/mw/browser_platform_variant.hrh>
|
|
24 |
|
|
25 |
TARGET npBrowserAudioVideoPlugin.dll
|
|
26 |
TARGETTYPE PLUGIN
|
|
27 |
|
|
28 |
UID 0x10009D8D 0x10282810
|
|
29 |
|
|
30 |
EPOCALLOWDLLDATA
|
|
31 |
CAPABILITY CAP_ECOM_PLUGIN
|
|
32 |
VENDORID VID_DEFAULT
|
|
33 |
|
|
34 |
|
|
35 |
START RESOURCE ../data/10282810.rss
|
|
36 |
TARGET npBrowserAudioVideoPlugin.rsc
|
|
37 |
END
|
|
38 |
|
|
39 |
START RESOURCE ../data/BrowserAudioVideoPlugin.rss
|
|
40 |
DEPENDS avkon.rsg
|
|
41 |
HEADER
|
|
42 |
TARGET BrowserAudioVideoPlugin.rsc
|
|
43 |
TARGETPATH RESOURCE_FILES_DIR
|
|
44 |
#ifdef __S60_32__
|
|
45 |
LANG sc
|
|
46 |
#else
|
|
47 |
LANGUAGE_IDS
|
|
48 |
#endif
|
|
49 |
END
|
|
50 |
|
|
51 |
APP_LAYER_SYSTEMINCLUDE
|
|
52 |
OS_LAYER_ESTLIB_SYSTEMINCLUDE
|
|
53 |
|
|
54 |
USERINCLUDE ../inc
|
|
55 |
|
|
56 |
SOURCEPATH ../src
|
|
57 |
|
|
58 |
SOURCE BavpMediaRecognizer.cpp
|
|
59 |
SOURCE BavpController.cpp
|
|
60 |
SOURCE BavpControllerAudio.cpp
|
|
61 |
SOURCE BavpControllerVideo.cpp
|
|
62 |
SOURCE BavpPlugin.cpp
|
|
63 |
SOURCE BavpNPObject.cpp
|
|
64 |
SOURCE BavpApi.cpp
|
|
65 |
SOURCE BavpView.cpp
|
|
66 |
SOURCE BavpMain.cpp
|
|
67 |
SOURCE BavpVolumeHandler.cpp
|
|
68 |
SOURCE BavpHwKeyEvents.cpp
|
|
69 |
SOURCE BavpClipInfo.cpp
|
|
70 |
SOURCE BavpLogger.cpp
|
|
71 |
|
|
72 |
LIBRARY euser.lib
|
|
73 |
LIBRARY efsrv.lib
|
|
74 |
LIBRARY CommonEngine.lib // RSharedData
|
|
75 |
LIBRARY eikcoctl.lib // EikBorderControl
|
|
76 |
LIBRARY cone.lib // CoeControl
|
|
77 |
LIBRARY Avkon.lib
|
|
78 |
LIBRARY AknIcon.lib
|
|
79 |
LIBRARY fbscli.lib // Extended icon skinning
|
|
80 |
LIBRARY CdlEngine.lib // Scalable UI
|
|
81 |
LIBRARY ws32.lib
|
|
82 |
LIBRARY bafl.lib
|
|
83 |
LIBRARY estlib.lib
|
|
84 |
LIBRARY RemConCoreApi.lib
|
|
85 |
LIBRARY RemConInterfaceBase.lib
|
|
86 |
LIBRARY drmhelper.lib
|
|
87 |
LIBRARY ecom.lib
|
|
88 |
LIBRARY charconv.lib
|
|
89 |
|
|
90 |
LIBRARY MediaClientAudio.lib
|
|
91 |
LIBRARY MediaClientVideo.lib
|
|
92 |
LIBRARY mmfcontrollerframework.lib
|
|
93 |
LIBRARY apgrfx.lib
|
|
94 |
LIBRARY apmime.lib
|
|
95 |
|
|
96 |
LIBRARY HWRMLightClient.lib
|
|
97 |
LIBRARY commdb.lib
|
|
98 |
LIBRARY apengine.lib
|
|
99 |
LIBRARY esock.lib
|
|
100 |
LIBRARY gdi.lib
|
|
101 |
LIBRARY hal.lib
|
|
102 |
|
|
103 |
LIBRARY ConnectionManager.lib
|
|
104 |
LIBRARY featmgr.lib
|
|
105 |
|
|
106 |
LIBRARY InetProtUtil.lib
|
|
107 |
|
|
108 |
LIBRARY bmpanim.lib
|
|
109 |
LIBRARY Centralrepository.lib
|
|
110 |
LIBRARY CenRepNotifHandler.lib
|
|
111 |
|
|
112 |
#ifdef __S60_32__
|
|
113 |
LIBRARY JavaScriptCore.lib
|
|
114 |
#else
|
|
115 |
LIBRARY npscript.lib
|
|
116 |
#endif
|
|
117 |
|
|
118 |
#ifdef BRDO_ASX_FF
|
|
119 |
LIBRARY asxparser.lib
|
|
120 |
#endif // BRDO_ASX_FF
|
|
121 |
|
|
122 |
DEBUGLIBRARY flogger.lib
|
|
123 |
|
|
124 |
deffile npBrowserAudioVideoPlugin.def
|
|
125 |
nostrictdef
|