devsound/a3facf/group/bld.inf
changeset 0 40261b775718
child 23 545d349d14da
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/devsound/a3facf/group/bld.inf	Tue Feb 02 01:56:55 2010 +0200
@@ -0,0 +1,55 @@
+// 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)
+
+// 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