examples/Multimedia/MmfExFormatPlugin/101F81CF.rss

00001 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description:
00014 //
00015 
00016 #include "registryinfo.rh"
00017 #include <mmfplugininterfaceuids.hrh>
00018 #include "UIDs.hrh"
00019 
00020 RESOURCE REGISTRY_INFO theInfo
00021         {
00022         dll_uid = KPluginDLLUID;
00023         interfaces = 
00024                 {
00025                 INTERFACE_INFO
00026                         {
00027                         interface_uid = KMmfUidPluginInterfaceFormatDecode;   
00028                         implementations = 
00029                                 {
00030                                 IMPLEMENTATION_INFO
00031                                         {
00032                                         implementation_uid = KRawDecoder;  // CMMFRawFormatRead
00033                                         version_no = 1;
00034                                         display_name = "MMF read format example";
00035                                         default_data = "0x101f5022";//Preferred Controller
00036                                         opaque_data = "<s>Symbian<i>0x101f5d07<e>.raw";
00037                                         }
00038                                 };
00039                         },
00040                 INTERFACE_INFO
00041                         {
00042                         interface_uid = KMmfUidPluginInterfaceFormatEncode;    
00043                         implementations = 
00044                                 {
00045                                 IMPLEMENTATION_INFO
00046                                         {
00047                                         implementation_uid = KRawEncoder;  // CMMFRawFormatWrite
00048                                         version_no = 1;
00049                                         display_name = "MMF writer format example";
00050                                         default_data = "0x101f5022";//Preferred Controller
00051                                         opaque_data = "<s>Symbian<i>0x101f5d07<e>.raw";
00052                                         }
00053                                 };
00054                         }
00055                 };
00056         }
00057 

Generated by  doxygen 1.6.2