baseport/syborg/soundsc/soundsc.mmp
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 24 Sep 2010 13:44:00 +0100
branchgraphics-phase-3
changeset 117 b7d35cad610d
parent 48 34cd6bf038ac
permissions -rw-r--r--
Modified path to qemu package source to /sf/adapt/qemu This is to conform with the convention that adaptation-level packages should be located in /sf/adapt rather than /sf/adaptation. This is an interim workaround for bug 3744.

/*
* This component and the accompanying materials are made available
* under the terms of the License "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:
* Accenture Ltd
*
* Description: This file is a part of sound driver for Syborg adaptation.
*
*/

#include		"../variant.mmh"
#include		"kernel/kern_ext.mmh"

SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
SYSTEMINCLUDE		/epoc32/include/drivers


TARGET			VariantTarget(soundsc,pdd)
TARGETTYPE		pdd
ROMTARGET		soundsc.pdd

SYSTEMINCLUDE .

SOURCE			shared_txsound.cpp
SOURCE			variant_sound.cpp
SOURCE			virtio.cpp
SOURCE			virtio_io.cpp
SOURCE			virtio_iohandler.cpp
SOURCE			virtio_queue.cpp
SOURCE			virtio_audio.cpp

LIBRARY	    PlatformLib 

CAPABILITY		all
EPOCALLOWDLLDATA