baseport/syborg/soundsc/soundsc.mmp
changeset 45 01c1ffcc4fca
parent 16 73107a0bc259
child 48 34cd6bf038ac
equal deleted inserted replaced
44:72a7468afdd4 45:01c1ffcc4fca
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
     2 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     3 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     4 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     5 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     6 *
     9 * Initial Contributors:
     7 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
     8 * Nokia Corporation - initial contribution.
    11 *
     9 *
    12 * Contributors:
    10 * Contributors:
       
    11 * Accenture Ltd
    13 *
    12 *
    14 * Description:
    13 * Description: This file is a part of sound driver for Syborg adaptation.
    15 *
    14 *
    16 */
    15 */
    17 
    16 
    18 #include		<variant.mmh>
    17 #include		"../variant.mmh"
    19 #include		"kernel/kern_ext.mmh"
    18 #include		"kernel/kern_ext.mmh"
    20 
    19 
    21 SYSTEMINCLUDE		/epoc32/include/drivers
    20 SYSTEMINCLUDE		/epoc32/include/drivers
    22 
    21 
    23 
    22 
    24 TARGET			VariantTarget(soundsc,pdd)
    23 TARGET			VariantTarget(soundsc,pdd)
    25 TARGETTYPE		pdd
    24 TARGETTYPE		pdd
    26 ROMTARGET		soundsc.pdd
    25 ROMTARGET		soundsc.pdd
    27 
    26 
       
    27 SYSTEMINCLUDE .
       
    28 
    28 SOURCE			shared_txsound.cpp
    29 SOURCE			shared_txsound.cpp
    29 SOURCE			variant_sound.cpp
    30 SOURCE			variant_sound.cpp
       
    31 SOURCE			virtio.cpp
       
    32 SOURCE			virtio_io.cpp
       
    33 SOURCE			virtio_iohandler.cpp
       
    34 SOURCE			virtio_queue.cpp
       
    35 SOURCE			virtio_audio.cpp
       
    36 
       
    37 LIBRARY	    PlatformLib 
    30 
    38 
    31 CAPABILITY		all
    39 CAPABILITY		all
    32 EPOCALLOWDLLDATA
    40 EPOCALLOWDLLDATA