|
1 |
|
2 // Copyright (c) 2007-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: |
|
15 // |
|
16 |
|
17 |
|
18 PRJ_PLATFORMS |
|
19 // specify the platforms your component needs to be built for here |
|
20 // may add platform for OMAP, Helen etc |
|
21 DEFAULT |
|
22 |
|
23 PRJ_EXPORTS |
|
24 |
|
25 // Export only if DevSound is built |
|
26 #ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
|
27 // Plug-in ECom headers |
|
28 ../inc/plugin/mmfdevsound.hrh /epoc32/include/mmf/plugin/mmfdevsound.hrh |
|
29 #endif |
|
30 |
|
31 ../inc/mmfdevsoundcustominterface.hrh /epoc32/include/mmf/plugin/mmfdevsoundcustominterface.hrh |
|
32 ../inc/mmfdevsoundcustominterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustominterface.h) |
|
33 ../inc/mmfdevsoundcustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustomcommands.h) |
|
34 ../inc/plugin/devsoundplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/devsoundplugin.h) |
|
35 |
|
36 ../src/CustomInterfaces/cmmfdevsoundcibitrateimplementationuid.hrh /epoc32/include/mmf/plugin/cmmfdevsoundcibitrateimplementationuid.hrh |
|
37 ../src/CustomInterfaces/cmmfdevsoundcifileblocklengthimpluid.hrh /epoc32/include/mmf/plugin/cmmfdevsoundcifileblocklengthimpluid.hrh |
|
38 |
|
39 // Romkit include files |
|
40 devsound_pluginsupport.iby /epoc32/rom/include/ |
|
41 |
|
42 PRJ_MMPFILES |
|
43 ../mmpfiles/mmfdevsoundcustominterfacebitrate.mmp |
|
44 |
|
45 ../mmpfiles/mmfdevsoundcifileblocklength.mmp |
|
46 |
|
47 |
|
48 // Only build if DevSound is built |
|
49 #ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
|
50 // DevSound |
|
51 ../mmpfiles/sounddevice/MMFDevSound.mmp |
|
52 #endif |
|
53 |
|
54 |
|
55 // Play back status CI |
|
56 ../mmpfiles/playbackstatusci.mmp |
|
57 // Acc decoder config CI |
|
58 ../mmpfiles/aacdecoderconfigci.mmp |
|
59 // G729 decoder intfc CI |
|
60 ../mmpfiles/g729decoderconfigci.mmp |
|
61 // G729 encoder intfc CI |
|
62 ../mmpfiles/g729encoderconfigci.mmp |
|
63 // G711 decoder intfc CI |
|
64 ../mmpfiles/g711decoderconfigci.mmp |
|
65 // G711 encoder intfc CI |
|
66 ../mmpfiles/g711encoderconfigci.mmp |
|
67 // Audio vibra control CI |
|
68 ../mmpfiles/audiovibracontrolci.mmp |
|
69 // Sample buffering CI |
|
70 ../mmpfiles/audiobufferprefillci.mmp |
|
71 // DSP control CI |
|
72 ../mmpfiles/dspcontrolci.mmp |
|
73 // Speech encoder Config CI |
|
74 ../mmpfiles/speechencoderconfigci.mmp |
|
75 // Error concealment CI |
|
76 ../mmpfiles/errorconcealmentci.mmp |
|
77 // Ilbc decoder intfc CI |
|
78 ../mmpfiles/ilbcdecoderconfigci.mmp |
|
79 // Ilbc encoder intfc CI |
|
80 ../mmpfiles/ilbcencoderconfigci.mmp |
|
81 // Gsm config CI |
|
82 ../mmpfiles/gsmconfigci.mmp |
|
83 // Underflow auto stop control CI |
|
84 ../mmpfiles/underflowautostopcontrolci.mmp |
|
85 // EAAC+ Decoder CI |
|
86 ../mmpfiles/eaacplusdecoderci.mmp |
|
87 // SBC Encoder CI |
|
88 ../mmpfiles/sbcencoderci.mmp |
|
89 // Set DRM Protected CI |
|
90 ../mmpfiles/setdrmprotectedci.mmp |
|
91 // Advanced AAC Encode Settings CI |
|
92 ../mmpfiles/advancedaacencodesettingsci.mmp |
|
93 // Buffer Frames Configuration CI |
|
94 ../mmpfiles/bufferframesconfigci.mmp |
|
95 // Get Timestamps CI |
|
96 ../mmpfiles/gettimestampsci.mmp |
|
97 |
|
98 |
|
99 |