os/mm/devsound/a3facf/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/devsound/a3facf/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,56 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +
    1.20 +
    1.21 +#ifdef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
    1.22 +
    1.23 +PRJ_EXPORTS
    1.24 +
    1.25 +../inc/a3fbase.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/a3fbase.h)
    1.26 +../inc/audiocontextfactory.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/audiocontextfactory.h)
    1.27 +../inc/audioformatuids.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/audioformatuids.h)
    1.28 +../inc/audioprocessingunittypeuids.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/audioprocessingunittypeuids.h)
    1.29 +../inc/audioprocessingunituids.hrh	/epoc32/include/a3f/audioprocessingunituids.hrh
    1.30 +../inc/maudiocodec.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocodec.h)
    1.31 +../inc/maudiocodecobserver.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocodecobserver.h)
    1.32 +../inc/maudiocontext.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocontext.h)
    1.33 +../inc/maudiocontextobserver.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiocontextobserver.h)
    1.34 +../inc/maudiodataconsumer.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiodataconsumer.h)
    1.35 +../inc/maudiodatasupplier.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiodatasupplier.h)
    1.36 +../inc/maudiogaincontrol.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiogaincontrol.h)
    1.37 +../inc/maudiogaincontrolobserver.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiogaincontrolobserver.h)
    1.38 +../inc/maudioprocessingunit.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudioprocessingunit.h)
    1.39 +../inc/maudioprocessingunitobserver.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudioprocessingunitobserver.h)
    1.40 +../inc/maudiostream.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiostream.h)
    1.41 +../inc/maudiostreamobserver.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/maudiostreamobserver.h)
    1.42 +../inc/mbuffersink.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/mbuffersink.h)
    1.43 +../inc/mbuffersource.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/mbuffersource.h)
    1.44 +../inc/msynccisupport.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/msynccisupport.h)
    1.45 +../inc/tonedata.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/tonedata.h)
    1.46 +../inc/mcontexteffectiveclient.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(a3f/mcontexteffectiveclient.h)
    1.47 +
    1.48 +// DEF FILES
    1.49 +../bwins/audiocontextfactory.def	/epoc32/include/def/bwins/audiocontextfactory.def
    1.50 +../eabi/audiocontextfactory.def		/epoc32/include/def/eabi/audiocontextfactory.def
    1.51 +
    1.52 +// IBY FILE
    1.53 +./acf.iby				/epoc32/rom/include/acf.iby
    1.54 +
    1.55 +PRJ_MMPFILES
    1.56 +../mmpfiles/audiocontextfactorylib.mmp
    1.57 +../mmpfiles/tonedata.mmp
    1.58 +
    1.59 +#endif