sl@0: // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #include "Mda\Server\Base.rh" sl@0: #include "Mda\Server\Resource.rh" sl@0: #include "Mda\Common\Audio.hrh" sl@0: #include "Mda\Common\GsmAudio.hrh" sl@0: sl@0: #include "Gsm610.01t" sl@0: sl@0: RESOURCE MDA_LIBRARY audio_library sl@0: { sl@0: library_uid= KUidMdaGsmWavCodecLibraryDefine; sl@0: version= MDA_LIBRARY_VERSION { build = 1; }; sl@0: objects= sl@0: { sl@0: sl@0: // WAV Codecs sl@0: MDA_OBJECT_ENTRY sl@0: { sl@0: object_identifier_uid = KUidMdaGsmWavCodecDefine; sl@0: object_type_uid = KUidMdaWavCodecDefine; sl@0: info_entry = wav_codec_gsm; sl@0: } sl@0: }; sl@0: } sl@0: sl@0: sl@0: RESOURCE MDARES_ENTRY wav_codec_gsm sl@0: { sl@0: signature = { MDARES_SIG_DATA {data_string_id=1;} }; sl@0: strings = sl@0: { sl@0: MDARES_TEXT { text=MEDIASVR_GENAUDIO_GSM_CODEC_NAME; }, // Id=0 sl@0: MDARES_BINARY { binary=KMdaWavFormatTypeGsmData; } // Id=1 sl@0: }; sl@0: } sl@0: sl@0: