|
1 // Copyright (c) 2002-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 // mediaclientvideo.dll Video playback and recording client-side library |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 |
|
21 */ |
|
22 |
|
23 #include "../../inc/mmf/common/mmfbase.hrh" // get the UID |
|
24 |
|
25 target mediaclientvideo.dll |
|
26 CAPABILITY ALL -TCB |
|
27 targettype DLL |
|
28 UID KSharedLibraryUidDefine KUidMediaServerClientVideoDllUnicodeDefine |
|
29 VENDORID 0x70000001 |
|
30 UNPAGED |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 userinclude ../../src/Client/Utility |
|
35 |
|
36 SOURCEPATH ../../src/Client/Video |
|
37 |
|
38 source mmfclientvideoplayer.cpp |
|
39 |
|
40 #ifdef SYMBIAN_BUILD_GCE |
|
41 source mmfclientvideoplayer2.cpp |
|
42 source mediaclientvideodisplaybody.cpp |
|
43 source mediaclientextdisplayinterface.cpp |
|
44 #endif |
|
45 |
|
46 source mmfclientvideoplayerbody.cpp |
|
47 source mmfclientvideorecorder.cpp |
|
48 source mmfclientvideorecorderbody.cpp |
|
49 source Mmfclientvideocallback.cpp |
|
50 |
|
51 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
52 source mmfsubtitleutility.cpp |
|
53 #endif |
|
54 |
|
55 library ws32.lib |
|
56 library euser.lib |
|
57 library mediaclientutility.lib |
|
58 library mmfcontrollerframework.lib |
|
59 library mmfstandardcustomcommands.lib |
|
60 library fbscli.lib |
|
61 library mediaclient.lib |
|
62 library ecom.lib |
|
63 |
|
64 LIBRARY mmcommon.lib |
|
65 |
|
66 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
67 DEFFILE mediaclientvideo3.def |
|
68 #else |
|
69 |
|
70 #ifdef SYMBIAN_BUILD_GCE |
|
71 DEFFILE mediaclientvideo2.def |
|
72 #else |
|
73 |
|
74 #ifdef EABI |
|
75 DEFFILE MediaClientVideo.def |
|
76 #endif |
|
77 |
|
78 #ifdef WINSCW |
|
79 DEFFILE MEDIACLIENTVIDEO.DEF |
|
80 #endif |
|
81 |
|
82 #endif //SYMBIAN_BUILD_GCE |
|
83 #endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
84 |
|
85 nostrictdef |
|
86 strictdepend |
|
87 |
|
88 start wins |
|
89 baseaddress 0x4F2A0000 |
|
90 end |
|
91 |
|
92 // MACRO __ENABLE_MEDIA_CLIENT_VIDEO_TRACE__ |
|
93 |
|
94 |
|
95 |
|
96 |
|
97 SMPSAFE |