devsound/devsoundpluginsupport/group/bld.inf
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:56:28 +0300
changeset 15 c1e808730d6c
parent 0 40261b775718
permissions -rw-r--r--
Revision: 201018 Kit: 201018


// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//


PRJ_PLATFORMS
// specify the platforms your component needs to be built for here
// may add platform for OMAP, Helen etc
DEFAULT

PRJ_EXPORTS

// Export only if DevSound is built
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
// Plug-in ECom headers
../inc/plugin/mmfdevsound.hrh						/epoc32/include/mmf/plugin/mmfdevsound.hrh
#endif

../inc/mmfdevsoundcustominterface.hrh					/epoc32/include/mmf/plugin/mmfdevsoundcustominterface.hrh
../inc/mmfdevsoundcustominterface.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustominterface.h)
../inc/mmfdevsoundcustomcommands.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfdevsoundcustomcommands.h)
../inc/plugin/devsoundplugin.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/plugin/devsoundplugin.h)

../src/CustomInterfaces/cmmfdevsoundcibitrateimplementationuid.hrh 	/epoc32/include/mmf/plugin/cmmfdevsoundcibitrateimplementationuid.hrh
../src/CustomInterfaces/cmmfdevsoundcifileblocklengthimpluid.hrh	/epoc32/include/mmf/plugin/cmmfdevsoundcifileblocklengthimpluid.hrh

// Romkit include files
devsound_pluginsupport.iby		/epoc32/rom/include/

PRJ_MMPFILES
../mmpfiles/mmfdevsoundcustominterfacebitrate.mmp

../mmpfiles/mmfdevsoundcifileblocklength.mmp


// Only build if DevSound is built
#ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
// DevSound
../mmpfiles/sounddevice/MMFDevSound.mmp	
#endif


// Play back status CI
../mmpfiles/playbackstatusci.mmp
// Acc decoder config CI
../mmpfiles/aacdecoderconfigci.mmp
// G729 decoder intfc CI
../mmpfiles/g729decoderconfigci.mmp
// G729 encoder intfc CI
../mmpfiles/g729encoderconfigci.mmp
// G711 decoder intfc CI
../mmpfiles/g711decoderconfigci.mmp
// G711 encoder intfc CI
../mmpfiles/g711encoderconfigci.mmp
// Audio vibra control CI
../mmpfiles/audiovibracontrolci.mmp
// Sample buffering CI
../mmpfiles/audiobufferprefillci.mmp
// DSP control CI
../mmpfiles/dspcontrolci.mmp
// Speech encoder Config CI
../mmpfiles/speechencoderconfigci.mmp
// Error concealment CI
../mmpfiles/errorconcealmentci.mmp
// Ilbc decoder intfc CI
../mmpfiles/ilbcdecoderconfigci.mmp
// Ilbc encoder intfc CI
../mmpfiles/ilbcencoderconfigci.mmp
// Gsm config CI
../mmpfiles/gsmconfigci.mmp
// Underflow auto stop control CI
../mmpfiles/underflowautostopcontrolci.mmp
// EAAC+ Decoder CI
../mmpfiles/eaacplusdecoderci.mmp
// SBC Encoder CI
../mmpfiles/sbcencoderci.mmp
// Set DRM Protected CI
../mmpfiles/setdrmprotectedci.mmp
// Advanced AAC Encode Settings CI
../mmpfiles/advancedaacencodesettingsci.mmp
// Buffer Frames Configuration CI
../mmpfiles/bufferframesconfigci.mmp
// Get Timestamps CI
../mmpfiles/gettimestampsci.mmp