sl@0: // Copyright (c) 2002-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: // Custom Audio Controller Plugin for unit testing sl@0: // sl@0: // sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: RESOURCE REGISTRY_INFO theInfo sl@0: { sl@0: dll_uid = 0x101F7D29; // custom audio controller plugin uid (Gk) sl@0: interfaces = sl@0: { sl@0: INTERFACE_INFO sl@0: { sl@0: interface_uid = KMmfUidPluginInterfaceController ; sl@0: implementations = sl@0: { sl@0: IMPLEMENTATION_INFO sl@0: { sl@0: implementation_uid = 0x101F7D2A ; sl@0: version_no = 9; // higher than other versions sl@0: display_name = "Audio controller"; sl@0: default_data = ".wav||.au||.raw" ; // The file extension(s) supported sl@0: opaque_data = ""; // Signature to search for in file header sl@0: }, sl@0: IMPLEMENTATION_INFO sl@0: { sl@0: implementation_uid = 0x102834B6 ; sl@0: version_no = 10; // higher than other versions sl@0: display_name = "Memory-fail audio controller"; sl@0: default_data = "?" ; // The file extension(s) supported sl@0: opaque_data = "Symbianyes0x101F5D07

0x102834B4"; sl@0: }, sl@0: IMPLEMENTATION_INFO sl@0: { sl@0: implementation_uid = 0x102834B7 ; sl@0: version_no = 1; sl@0: display_name = "Memory-pass audio controller"; sl@0: default_data = "?" ; // The file extension(s) supported sl@0: opaque_data = "Symbianyes0x101F5D07

0x102834B4"; sl@0: }, sl@0: IMPLEMENTATION_INFO sl@0: { sl@0: implementation_uid = 0x10286661 ; sl@0: version_no = 1; sl@0: display_name = "Panic audio controller"; sl@0: default_data = "?" ; // The file extension(s) supported sl@0: opaque_data = "Symbianyes0x101F5D07

0x102866620x10286663"; sl@0: } sl@0: }; sl@0: }, sl@0: INTERFACE_INFO // Play Formats Description sl@0: { sl@0: interface_uid = 0x102834B4 ; sl@0: implementations = sl@0: { sl@0: IMPLEMENTATION_INFO sl@0: { sl@0: implementation_uid = 0x102834B5 ; sl@0: version_no = 1; sl@0: display_name = "Mem decode format"; sl@0: default_data = "?"; sl@0: //Above field gives all the information about the controller sl@0: // = Supplier of the controller plugin sl@0: // = Id of the media supported by the controller plugin(audio or video) sl@0: // = file extension supported by this format sl@0: // = A segment of header data that can be matched against the first few bytes of a clip to check sl@0: // whether this format is capable of handling the clip. sl@0: // = mime type that describes the format sl@0: opaque_data = sl@0: "Symbian0x101f5d07.tsaloadingtestmemchk/mem"; sl@0: } sl@0: }; sl@0: }, sl@0: INTERFACE_INFO // Play Formats Description sl@0: { sl@0: interface_uid = 0x10286662 ; sl@0: implementations = sl@0: { sl@0: IMPLEMENTATION_INFO sl@0: { sl@0: implementation_uid = 0x10286664 ; sl@0: version_no = 1; sl@0: display_name = "Panic decode format"; sl@0: default_data = "0x10286661"; sl@0: //Above field gives all the information about the controller sl@0: // = Supplier of the controller plugin sl@0: // = Id of the media supported by the controller plugin(audio or video) sl@0: // = file extension supported by this format sl@0: // = A segment of header data that can be matched against the first few bytes of a clip to check sl@0: // whether this format is capable of handling the clip. sl@0: // = mime type that describes the format sl@0: opaque_data = sl@0: "Symbian0x101f5d07.pncPANIC????TEST"; sl@0: } sl@0: }; sl@0: }, sl@0: INTERFACE_INFO // Record Formats Description sl@0: { sl@0: interface_uid = 0x10286663 ; sl@0: implementations = sl@0: { sl@0: IMPLEMENTATION_INFO sl@0: { sl@0: implementation_uid = 0x10286665 ; sl@0: version_no = 1; sl@0: display_name = "Panic Encode format"; sl@0: default_data = "0x10286661"; sl@0: //Above field gives all the information about the controller sl@0: // = Supplier of the controller plugin sl@0: // = Id of the media supported by the controller plugin(audio or video) sl@0: // = file extension supported by this format sl@0: // = A segment of header data that can be matched against the first few bytes of a clip to check sl@0: // whether this format is capable of handling the clip. sl@0: // = mime type that describes the format sl@0: opaque_data = sl@0: "Symbian0x101f5d07.pncPANIC????TEST"; sl@0: } sl@0: }; sl@0: } sl@0: sl@0: }; sl@0: } sl@0: