examples/sfexamples/oggvorbiscodec/src/omx/decoder/OmxVorbisDecoder.RSS

00001 // OmxVorbisDecoder.RSS
00002 //
00003 #include <omxilcomponentif.hrh>
00004 #include "OmxVorbisDecoder.hrh"
00005 #include <registryinfo.rh>
00006 
00007 RESOURCE REGISTRY_INFO theInfo
00008         {
00009         dll_uid = KUidOmxVorbisDecoderDll;
00010         interfaces =
00011                 {
00012                 INTERFACE_INFO
00013                         {
00014                         interface_uid = KUidOmxILSymbianComponentIf;
00015                         implementations =
00016                                 {
00017                                 IMPLEMENTATION_INFO
00018                                         {
00019                                         implementation_uid = KUidOmxVorbisDecoder;
00020                                         version_no = 1;
00021                                         display_name = "OMX.SYMBIAN.AUDIO.DECODER.VORBIS";
00022                                         default_data = "Symbian OpenMAX IL 1.0 Vorbis Decoder" ; // Component name
00023                                         opaque_data = "";
00024                                         }
00025                                 };
00026                         }
00027                 };
00028         }

Generated by  doxygen 1.6.2