mmdevicefw/mdf/mmpfiles/audio/audiodevice.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // audiodevice.dll	Reference Source/Sink Processing Unit plugin that
       
    15 // implements the Codec API.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 target			audiodevice.dll
       
    24 CAPABILITY		ALL -TCB
       
    25 targettype		plugin
       
    26 UID				0x10009D8D 0x102730BC
       
    27 VENDORID		0x70000001
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 USERINCLUDE	../../src/audio/AudioDevice
       
    32 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    33 USERINCLUDE	../../src/audio/mdasoundadapter
       
    34 #endif
       
    35 SOURCEPATH	../../src/audio/AudioDevice
       
    36 SOURCE			audiodevice.cpp
       
    37 
       
    38 RESOURCE		audiodevice.rss
       
    39 
       
    40 LIBRARY			euser.lib
       
    41 LIBRARY			ecom.lib
       
    42 LIBRARY 		mmfserverbaseclasses.lib
       
    43 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    44 LIBRARY			mdasoundadapter.lib
       
    45 #endif
       
    46 
       
    47 
       
    48