|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 target customaviplayercontroller.dll |
|
17 CAPABILITY ALL -TCB |
|
18 targettype plugin |
|
19 |
|
20 // ECom Dll recognition UID followed by the unique UID for this dll |
|
21 UID 0x10009D8D 0x102834B2 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../../../../../../mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController |
|
25 SOURCE aviplaycontroller.cpp |
|
26 SOURCE avireader.cpp |
|
27 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
28 SOURCE srtreader.cpp |
|
29 #endif |
|
30 |
|
31 SOURCEPATH ../testplugins/aviplaycontroller |
|
32 SOURCE customaviplaycontroller.cpp |
|
33 SOURCE customaviplaycontrollerexports.cpp |
|
34 |
|
35 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
36 USERINCLUDE ../../../../../../mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController/devsubtitle |
|
37 #endif |
|
38 |
|
39 USERINCLUDE ../../../../../../mmplugins/mmfwplugins/src/Plugin/Controller/Video/AviPlayController |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../testplugins/aviplaycontroller |
|
42 |
|
43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
44 |
|
45 /*#ifdef __OMAP__ |
|
46 |
|
47 // Delete the HwDevice once we have OMAP Server implementation |
|
48 // Interfacing with HwDevice implementation begins |
|
49 USERINCLUDE /GenericGatewayComponent/raw/RawHwDevice |
|
50 USERINCLUDE /GenericGatewayComponent/raw/RawGwc |
|
51 USERINCLUDE /GenericGatewayComponent/Gwc |
|
52 USERINCLUDE /GenericGatewayComponent/BridgeAbstractionLayer |
|
53 // Interfacing with HwDevice implementation ends |
|
54 #endif //__OMAP__*/ |
|
55 |
|
56 start resource 102834B2.rss |
|
57 target customaviplayercontroller.rsc |
|
58 end |
|
59 |
|
60 LIBRARY euser.lib |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY mmfserverbaseclasses.lib |
|
63 LIBRARY mmfdevsound.lib |
|
64 LIBRARY devvideo.lib |
|
65 LIBRARY mmfcontrollerframework.lib |
|
66 LIBRARY mmfstandardcustomcommands.lib |
|
67 LIBRARY fbscli.lib |
|
68 LIBRARY bitgdi.lib |
|
69 |
|
70 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
71 LIBRARY bafl.lib |
|
72 LIBRARY efsrv.lib |
|
73 LIBRARY devsubtitle.lib |
|
74 #endif |
|
75 |
|
76 SMPSAFE |