devsound/devsoundrefplugin/group/bld_common.inf
changeset 2 1c6fdad012dc
equal deleted inserted replaced
1:a9d1c8e49653 2:1c6fdad012dc
       
     1 
       
     2 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 PRJ_EXPORTS
       
    18 
       
    19 
       
    20 // mmfswcodecwrapper
       
    21 ../inc/SwCodecWrapper/mmfSwCodecWrapper.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(mmf/server/mmfswcodecwrapper.h)
       
    22 ../inc/SwCodecWrapper/mmfSwCodecWrappercustomInterfacesUIDs.hrh 	/epoc32/include/mmf/server/mmfswcodecwrappercustominterfacesuids.hrh
       
    23 
       
    24 ../inc/plugin/mmfHwDeviceImplementationUIDs.hrh				/epoc32/include/mmf/plugin/mmfhwdeviceimplementationuids.hrh
       
    25 ../inc/plugin/mmfSBCCodecImplementationUIDs.hrh 			/epoc32/include/mmf/plugin/mmfsbccodecimplementationuids.hrh
       
    26 
       
    27 PRJ_MMPFILES
       
    28 
       
    29 // Only build for DevSound
       
    30 #ifndef SYMBIAN_MULTIMEDIA_A3FDEVSOUND
       
    31 ../mmpfiles/platsec/sounddevice/mmfdevsoundrefplugin.mmp
       
    32 ../mmpfiles/platsec/client/mmfaudioserverproxy.mmp
       
    33 ../mmpfiles/platsec/client/mmfdevsoundproxy.mmp
       
    34 ../mmpfiles/platsec/server/mmfdevsoundserver.mmp
       
    35 ../mmpfiles/platsec/server/mmfaudioserver.mmp
       
    36 ../mmpfiles/server/MmfAudioPolicyProxy.mmp
       
    37 ../mmpfiles/platsec/server/mmfaudiopolicy.mmp
       
    38 #endif 
       
    39 	
       
    40 //Sw Codec Wrapper
       
    41 ../mmpfiles/swcodecwrapper/mmfswaudiodevice.mmp
       
    42 ../mmpfiles/swcodecwrapper/mmfswcodecwrapper.mmp
       
    43 
       
    44 // SBC encoder
       
    45 ../mmpfiles/codec/SBCEncoder.mmp
       
    46 
       
    47 //audio 'software' hw device plugins
       
    48 ../mmpfiles/plugin/mmfAudioHwDevices.mmp
       
    49 ../mmpfiles/plugin/Gsm610HwDevices.mmp
       
    50 
       
    51 PRJ_TESTMMPFILES
       
    52 
       
    53 //Audio Test Tone Controller
       
    54 ../mmpfiles/controller/MmfAudioToneController.mmp
       
    55