os/mm/mmlibs/mmfw/tsrc/mmfunittest/Actrl/TestPlugins/AudioController/101F7D29.rss
Update contrib.
1 // Copyright (c) 2002-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Custom Audio Controller Plugin for unit testing
18 #include <ecom/registryinfo.rh>
19 #include <mmfplugininterfaceuids.hrh>
20 #include <mmfcontrollerimplementationuids.hrh>
22 RESOURCE REGISTRY_INFO theInfo
24 dll_uid = 0x101F7D29; // custom audio controller plugin uid (Gk)
29 interface_uid = KMmfUidPluginInterfaceController ;
34 implementation_uid = 0x101F7D2A ;
35 version_no = 9; // higher than other versions
36 display_name = "Audio controller";
37 default_data = ".wav||.au||.raw" ; // The file extension(s) supported
38 opaque_data = ""; // Signature to search for in file header
42 implementation_uid = 0x102834B6 ;
43 version_no = 10; // higher than other versions
44 display_name = "Memory-fail audio controller";
45 default_data = "?" ; // The file extension(s) supported
46 opaque_data = "<s>Symbian<n>yes<i>0x101F5D07<p>0x102834B4";
50 implementation_uid = 0x102834B7 ;
52 display_name = "Memory-pass audio controller";
53 default_data = "?" ; // The file extension(s) supported
54 opaque_data = "<s>Symbian<n>yes<i>0x101F5D07<p>0x102834B4";
58 implementation_uid = 0x10286661 ;
60 display_name = "Panic audio controller";
61 default_data = "?" ; // The file extension(s) supported
62 opaque_data = "<s>Symbian<n>yes<i>0x101F5D07<p>0x10286662<r>0x10286663";
66 INTERFACE_INFO // Play Formats Description
68 interface_uid = 0x102834B4 ;
73 implementation_uid = 0x102834B5 ;
75 display_name = "Mem decode format";
77 //Above field gives all the information about the controller
78 // <s> = Supplier of the controller plugin
79 // <i> = Id of the media supported by the controller plugin(audio or video)
80 // <e> = file extension supported by this format
81 // <h> = A segment of header data that can be matched against the first few bytes of a clip to check
82 // whether this format is capable of handling the clip.
83 // <m> = mime type that describes the format
85 "<s>Symbian<i>0x101f5d07<e>.tsa<h>loadingtest<m>memchk/mem";
89 INTERFACE_INFO // Play Formats Description
91 interface_uid = 0x10286662 ;
96 implementation_uid = 0x10286664 ;
98 display_name = "Panic decode format";
99 default_data = "0x10286661";
100 //Above field gives all the information about the controller
101 // <s> = Supplier of the controller plugin
102 // <i> = Id of the media supported by the controller plugin(audio or video)
103 // <e> = file extension supported by this format
104 // <h> = A segment of header data that can be matched against the first few bytes of a clip to check
105 // whether this format is capable of handling the clip.
106 // <m> = mime type that describes the format
108 "<s>Symbian<i>0x101f5d07<e>.pnc<h>PANIC????TEST";
112 INTERFACE_INFO // Record Formats Description
114 interface_uid = 0x10286663 ;
119 implementation_uid = 0x10286665 ;
121 display_name = "Panic Encode format";
122 default_data = "0x10286661";
123 //Above field gives all the information about the controller
124 // <s> = Supplier of the controller plugin
125 // <i> = Id of the media supported by the controller plugin(audio or video)
126 // <e> = file extension supported by this format
127 // <h> = A segment of header data that can be matched against the first few bytes of a clip to check
128 // whether this format is capable of handling the clip.
129 // <m> = mime type that describes the format
131 "<s>Symbian<i>0x101f5d07<e>.pnc<h>PANIC????TEST";