diff -r 000000000000 -r bde4ae8d615e os/mm/devsound/a3facf/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/devsound/a3facf/group/bld.inf Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,56 @@ +// Copyright (c) 2006-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: +// + + + +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND + +PRJ_EXPORTS + +../inc/a3fbase.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/a3fbase.h) +../inc/audiocontextfactory.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/audiocontextfactory.h) +../inc/audioformatuids.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/audioformatuids.h) +../inc/audioprocessingunittypeuids.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/audioprocessingunittypeuids.h) +../inc/audioprocessingunituids.hrh /epoc32/include/a3f/audioprocessingunituids.hrh +../inc/maudiocodec.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocodec.h) +../inc/maudiocodecobserver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocodecobserver.h) +../inc/maudiocontext.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocontext.h) +../inc/maudiocontextobserver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocontextobserver.h) +../inc/maudiodataconsumer.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiodataconsumer.h) +../inc/maudiodatasupplier.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiodatasupplier.h) +../inc/maudiogaincontrol.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiogaincontrol.h) +../inc/maudiogaincontrolobserver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiogaincontrolobserver.h) +../inc/maudioprocessingunit.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudioprocessingunit.h) +../inc/maudioprocessingunitobserver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudioprocessingunitobserver.h) +../inc/maudiostream.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiostream.h) +../inc/maudiostreamobserver.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiostreamobserver.h) +../inc/mbuffersink.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/mbuffersink.h) +../inc/mbuffersource.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/mbuffersource.h) +../inc/msynccisupport.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/msynccisupport.h) +../inc/tonedata.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/tonedata.h) +../inc/mcontexteffectiveclient.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/mcontexteffectiveclient.h) + +// DEF FILES +../bwins/audiocontextfactory.def /epoc32/include/def/bwins/audiocontextfactory.def +../eabi/audiocontextfactory.def /epoc32/include/def/eabi/audiocontextfactory.def + +// IBY FILE +./acf.iby /epoc32/rom/include/acf.iby + +PRJ_MMPFILES +../mmpfiles/audiocontextfactorylib.mmp +../mmpfiles/tonedata.mmp + +#endif