examples/sfexamples/oggvorbiscodec/src/VorbisDecoder/VorbisDecoderPlugin.RSS

00001 // VorbisDecoderPlugin.rss
00002 // Copyright (c) Symbian Software Ltd 2005-2008.  All rights reserved.
00003 //
00004 #include "VorbisDecoderUIDs.hrh"
00005 #include <mmfplugininterfaceuids.hrh>
00006 #include <ecom/registryinfo.rh>
00007 
00008 RESOURCE REGISTRY_INFO theInfo
00009         {
00010         dll_uid = KVorbisDecoderDLLUid;
00011         interfaces =
00012                 {
00013                 INTERFACE_INFO
00014                         {
00015                         interface_uid = KMmfUidPluginInterfaceHwDevice ;  
00016 
00017                         implementations =
00018                                 {
00019                                 IMPLEMENTATION_INFO
00020                                         {
00021                                         implementation_uid = KVorbisHwDecodeUid;
00022                                         version_no = 1;
00023                                         display_name = "Vorbis to PCM16 decoder.";
00024                                         default_data = "VORB, P16" ; // four CC codes
00025                                         opaque_data = "";
00026                                         }
00027                                 };
00028                         }
00029                 };
00030         }

Generated by  doxygen 1.6.2