1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/devsound/devsoundpluginsupport/group/bld.inf Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,99 @@
1.4 +
1.5 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +// All rights reserved.
1.7 +// This component and the accompanying materials are made available
1.8 +// under the terms of "Eclipse Public License v1.0"
1.9 +// which accompanies this distribution, and is available
1.10 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +//
1.12 +// Initial Contributors:
1.13 +// Nokia Corporation - initial contribution.
1.14 +//
1.15 +// Contributors:
1.16 +//
1.17 +// Description:
1.18 +//
1.19 +
1.20 +
1.21 +PRJ_PLATFORMS
1.22 +// specify the platforms your component needs to be built for here
1.23 +// may add platform for OMAP, Helen etc
1.24 +DEFAULT
1.25 +
1.26 +PRJ_EXPORTS
1.27 +
1.28 +// Export only if DevSound is built
1.29 +#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
1.30 +// Plug-in ECom headers
1.31 +../inc/plugin/mmfdevsound.hrh /epoc32/include/mmf/plugin/mmfdevsound.hrh
1.32 +#endif
1.33 +
1.34 +../inc/mmfdevsoundcustominterface.hrh /epoc32/include/mmf/plugin/mmfdevsoundcustominterface.hrh
1.35 +../inc/mmfdevsoundcustominterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustominterface.h)
1.36 +../inc/mmfdevsoundcustomcommands.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustomcommands.h)
1.37 +../inc/plugin/devsoundplugin.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/devsoundplugin.h)
1.38 +
1.39 +../src/CustomInterfaces/cmmfdevsoundcibitrateimplementationuid.hrh /epoc32/include/mmf/plugin/cmmfdevsoundcibitrateimplementationuid.hrh
1.40 +../src/CustomInterfaces/cmmfdevsoundcifileblocklengthimpluid.hrh /epoc32/include/mmf/plugin/cmmfdevsoundcifileblocklengthimpluid.hrh
1.41 +
1.42 +// Romkit include files
1.43 +devsound_pluginsupport.iby /epoc32/rom/include/
1.44 +
1.45 +PRJ_MMPFILES
1.46 +../mmpfiles/mmfdevsoundcustominterfacebitrate.mmp
1.47 +
1.48 +../mmpfiles/mmfdevsoundcifileblocklength.mmp
1.49 +
1.50 +
1.51 +// Only build if DevSound is built
1.52 +#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
1.53 +// DevSound
1.54 +../mmpfiles/sounddevice/MMFDevSound.mmp
1.55 +#endif
1.56 +
1.57 +
1.58 +// Play back status CI
1.59 +../mmpfiles/playbackstatusci.mmp
1.60 +// Acc decoder config CI
1.61 +../mmpfiles/aacdecoderconfigci.mmp
1.62 +// G729 decoder intfc CI
1.63 +../mmpfiles/g729decoderconfigci.mmp
1.64 +// G729 encoder intfc CI
1.65 +../mmpfiles/g729encoderconfigci.mmp
1.66 +// G711 decoder intfc CI
1.67 +../mmpfiles/g711decoderconfigci.mmp
1.68 +// G711 encoder intfc CI
1.69 +../mmpfiles/g711encoderconfigci.mmp
1.70 +// Audio vibra control CI
1.71 +../mmpfiles/audiovibracontrolci.mmp
1.72 +// Sample buffering CI
1.73 +../mmpfiles/audiobufferprefillci.mmp
1.74 +// DSP control CI
1.75 +../mmpfiles/dspcontrolci.mmp
1.76 +// Speech encoder Config CI
1.77 +../mmpfiles/speechencoderconfigci.mmp
1.78 +// Error concealment CI
1.79 +../mmpfiles/errorconcealmentci.mmp
1.80 +// Ilbc decoder intfc CI
1.81 +../mmpfiles/ilbcdecoderconfigci.mmp
1.82 +// Ilbc encoder intfc CI
1.83 +../mmpfiles/ilbcencoderconfigci.mmp
1.84 +// Gsm config CI
1.85 +../mmpfiles/gsmconfigci.mmp
1.86 +// Underflow auto stop control CI
1.87 +../mmpfiles/underflowautostopcontrolci.mmp
1.88 +// EAAC+ Decoder CI
1.89 +../mmpfiles/eaacplusdecoderci.mmp
1.90 +// SBC Encoder CI
1.91 +../mmpfiles/sbcencoderci.mmp
1.92 +// Set DRM Protected CI
1.93 +../mmpfiles/setdrmprotectedci.mmp
1.94 +// Advanced AAC Encode Settings CI
1.95 +../mmpfiles/advancedaacencodesettingsci.mmp
1.96 +// Buffer Frames Configuration CI
1.97 +../mmpfiles/bufferframesconfigci.mmp
1.98 +// Get Timestamps CI
1.99 +../mmpfiles/gettimestampsci.mmp
1.100 +
1.101 +
1.102 +