|
1 // Copyright (c) 2002-2010 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 #ifdef SYMBIAN_VARIABLE_BITRATE_CODEC // use system wide flag to trigger model controller build |
|
17 #define SYMBIAN_MMF_MODEL_CONTROLLERS |
|
18 #endif |
|
19 |
|
20 #ifdef SYMBIAN_MMF_MODEL_CONTROLLERS |
|
21 // Exports ogg header + lib file for ogg utility library |
|
22 #include "../src/Plugin/Controller/Audio/OggVorbis/oggutils/group/bld_include.inf" |
|
23 #endif |
|
24 |
|
25 PRJ_PLATFORMS |
|
26 // specify the platforms your component needs to be built for here |
|
27 // may add platform for OMAP, Helen etc |
|
28 DEFAULT |
|
29 |
|
30 |
|
31 PRJ_EXPORTS |
|
32 //romkit |
|
33 mmf_plugin.iby /epoc32/rom/include/ |
|
34 #ifdef SYMBIAN_MMF_MODEL_CONTROLLERS |
|
35 ../inc/controllers/oggvorbis.iby /epoc32/rom/include/oggvorbis.iby |
|
36 ../inc/controllers/avi.iby /epoc32/rom/include/avi.iby |
|
37 #endif |
|
38 |
|
39 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
40 //subtitle |
|
41 ../src/Plugin/Controller/Video/AviPlayController/srtdecoder/subtitledecoder.iby /epoc32/rom/include/subtitledecoder.iby |
|
42 ../inc/controllers/subtitle.iby /epoc32/rom/include/subtitle.iby |
|
43 |
|
44 // subtitle client CRP header |
|
45 ../src/Plugin/subtitle/subtitlegraphic/mmfsubtitlegraphic.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/mmfsubtitlegraphic.h) |
|
46 #endif |
|
47 |
|
48 |
|
49 PRJ_MMPFILES |
|
50 |
|
51 //plugin |
|
52 |
|
53 ../MMPFiles/Plugin/MmfWAVFormat.mmp |
|
54 ../MMPFiles/Plugin/MmfRAWFormat.mmp |
|
55 ../MMPFiles/Plugin/MmfAUFormat.mmp |
|
56 |
|
57 #ifdef SYMBIAN_MMF_MODEL_CONTROLLERS |
|
58 ../MMPFiles/Plugin/OggPlayController.mmp |
|
59 ../MMPFiles/Plugin/OggRecordController.mmp |
|
60 ../MMPFiles/Plugin/MmfaviplayController.mmp |
|
61 ../MMPFiles/Plugin/MmfaviRecordController.mmp |
|
62 #endif |
|
63 |
|
64 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT |
|
65 ../MMPFiles/Plugin/srtdecoder.mmp |
|
66 ../MMPFiles/Plugin/mmfdevsubtitle.mmp |
|
67 ../MMPFiles/Plugin/mmfsubtitlegraphic.mmp |
|
68 ../MMPFiles/Plugin/mmfsubtitlegraphicdrawer.mmp |
|
69 #endif |
|
70 |
|
71 |