1 /* |
|
2 * Copyright (c) 2009 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 file for openmaxal |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET openmaxal.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x10207CA3 |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 VERSION 10.0 |
|
27 #if !defined(__WINSCW__) && !defined(__WINS__) |
|
28 EpocAllowDllData |
|
29 #endif |
|
30 |
|
31 CAPABILITY ALL -TCB |
|
32 |
|
33 MACRO USE_NGA_SURFACES |
|
34 MACRO XA_API=EXPORT_C |
|
35 |
|
36 //MACRO MARKERPOSITIONTIMERLOG |
|
37 //MACRO POSITIONUPDATETIMERLOG |
|
38 //MACRO USE_LOCAL_WINDOW_RESOURCES |
|
39 //MACRO PROFILE_TIME |
|
40 //MACRO PRINT_TO_CONSOLE_TIME_DIFF |
|
41 |
|
42 SOURCEPATH ../src/gst_adaptation |
|
43 SOURCE xaadaptationgst.c |
|
44 SOURCE xagstcapabilitiesmgr.c |
|
45 SOURCE xaaudioencoderitfadaptation.c |
|
46 SOURCE xaengineadaptctx.c |
|
47 SOURCE xamediarecorderadaptctx.c |
|
48 SOURCE xametadataadaptation.c |
|
49 SOURCE xarecorditfadaptation.c |
|
50 |
|
51 SOURCEPATH ../src/adptcommon |
|
52 SOURCE xaframeworkmgr.c |
|
53 SOURCE xacapabilitiesmgr.c |
|
54 SOURCE xaadptbasectx.c |
|
55 |
|
56 SOURCEPATH ../src/common |
|
57 SOURCE openmaxal.c |
|
58 SOURCE xacommon.c |
|
59 SOURCE xaconfigextensionsitf.c |
|
60 SOURCE xadynamicsourceitf.c |
|
61 SOURCE xadynintmgmtitf.c |
|
62 SOURCE xametadataextractionitf.c |
|
63 SOURCE xaobjectitf.c |
|
64 SOURCE xaplatform.c |
|
65 SOURCE xathreadsafety.c |
|
66 SOURCE xavolumeitf.c |
|
67 SOURCE xastreaminformationitf.c |
|
68 SOURCE xanokialinearvolumeitf.c |
|
69 SOURCE xanokiavolumeextitf.c |
|
70 |
|
71 SOURCEPATH ../src/engine |
|
72 SOURCE xaaudioencodercapabilitiesitf.c |
|
73 SOURCE xaaudioiodevicecapabilitiesitf.c |
|
74 SOURCE xaengine.c |
|
75 SOURCE xaengineitf.c |
|
76 SOURCE xathreadsyncitf.c |
|
77 |
|
78 SOURCEPATH ../src/mediaplayer |
|
79 SOURCE xamediaplayer.c |
|
80 SOURCE xaplaybackrateitf.c |
|
81 SOURCE xaplayitf.c |
|
82 SOURCE xaprefetchstatusitf.c |
|
83 SOURCE xaseekitf.c |
|
84 |
|
85 SOURCEPATH ../src/mediarecorder |
|
86 SOURCE xaaudioencoderitf.c |
|
87 SOURCE xamediarecorder.c |
|
88 SOURCE xametadatainsertionitf.c |
|
89 SOURCE xarecorditf.c |
|
90 |
|
91 SOURCEPATH ../src/metadataextractor |
|
92 SOURCE xametadataextractor.c |
|
93 |
|
94 SOURCEPATH ../src/radio |
|
95 SOURCE xaradiodevice.c |
|
96 SOURCE xaradioitf.c |
|
97 |
|
98 SOURCEPATH ../src/mmf_adaptation |
|
99 // Removing below file since currently there is no Engine related |
|
100 // mmf adaptation |
|
101 //SOURCE xaengineadaptctxmmf.c |
|
102 SOURCE xamediaplayeradaptctxmmf.c |
|
103 SOURCE xaplayitfadaptationmmf.c |
|
104 SOURCE xaadaptationmmf.c |
|
105 SOURCE cmmfbackendengine.cpp |
|
106 SOURCE xamediarecorderadaptctxmmf.c |
|
107 SOURCE xarecorditfadaptationmmf.c |
|
108 SOURCE sfmrlocaltimer.cpp |
|
109 SOURCE xaradioitfadaptation.c |
|
110 SOURCE xaradioadaptctx.c |
|
111 SOURCE cmmfradiobackendengine.cpp |
|
112 SOURCE xanokialinearvolumeitfadaptationmmf.c |
|
113 SOURCE xanokiavolumeextitfadaptationmmf.c |
|
114 SOURCE xammfcapabilitiesmgr.c |
|
115 SOURCE markerpositiontimer.cpp |
|
116 SOURCE positionupdatetimer.cpp |
|
117 SOURCE xaseekitfadaptationmmf.c |
|
118 SOURCE xadynamicsourceitfadaptationmmf.c |
|
119 SOURCE xastreaminformationitfadaptationmmf.c |
|
120 SOURCE cmetadatautilityitf.cpp |
|
121 SOURCE xametadataadaptctxmmf.c |
|
122 SOURCE xaplaybackrateitfadaptationmmf.c |
|
123 |
|
124 USERINCLUDE ../inc |
|
125 USERINCLUDE ../src |
|
126 USERINCLUDE ../src/khronos |
|
127 USERINCLUDE ../src/mmf_adaptation |
|
128 USERINCLUDE ../src/gst_adaptation |
|
129 USERINCLUDE ../src/common |
|
130 USERINCLUDE ../src/engine |
|
131 USERINCLUDE ../src/mediaplayer |
|
132 USERINCLUDE ../src/mediarecorder |
|
133 USERINCLUDE ../src/radio |
|
134 USERINCLUDE ../src/adptcommon |
|
135 |
|
136 MW_LAYER_SYSTEMINCLUDE |
|
137 OS_LAYER_LIBC_SYSTEMINCLUDE |
|
138 OS_LAYER_GLIB_SYSTEMINCLUDE |
|
139 MW_LAYER_GSTREAMER_SYSTEMINCLUDE |
|
140 SYSTEMINCLUDE /epoc32/include/platform/mw/khronos |
|
141 |
|
142 LIBRARY euser.lib |
|
143 LIBRARY libc.lib |
|
144 LIBRARY libglib.lib |
|
145 LIBRARY libpthread.lib |
|
146 |
|
147 LIBRARY mediaclientvideodisplay.lib |
|
148 LIBRARY ws32.lib |
|
149 LIBRARY inetprotutil.lib |
|
150 LIBRARY mediaclientaudio.lib |
|
151 LIBRARY mmfcontrollerframework.lib |
|
152 LIBRARY mediaclientvideo.lib |
|
153 LIBRARY AudioInputRouting.lib |
|
154 LIBRARY Radio_Utility.lib |
|
155 |
|
156 LIBRARY libgmodule.lib |
|
157 LIBRARY libgobject.lib |
|
158 LIBRARY libgstreamer.lib |
|
159 LIBRARY libgstapp.lib |
|
160 LIBRARY libgstinterfaces.lib |
|
161 LIBRARY libgstbase.lib |
|
162 LIBRARY libgstcoreelements.lib |
|
163 LIBRARY libgstcoreindexers.lib |
|
164 LIBRARY MetaDataUtility.lib |
|
165 STATICLIBRARY hxmetadatautil.lib |
|
166 |
|