examples/SysLibs/ECom/InterfaceImplementation/E8000079.rss

00001 // Copyright (c) 1997-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 // Registry file for the Example Interface Implementation Collection
00015 //
00016 
00017 
00018 #include "registryinfo.rh"
00019 
00020 // Declares info for two implementations
00021 RESOURCE REGISTRY_INFO theInfo
00022         {
00023         // UID for the DLL
00024         dll_uid = 0xE8000079;
00025         // Declare array of interface info
00026         interfaces = 
00027                 {
00028                 INTERFACE_INFO
00029                         {
00030                         // UID of interface that is implemented
00031                         interface_uid = 0x10009DC0;
00032                         implementations = 
00033                                 {
00034                                 // Info for CImplementation1
00035                                 IMPLEMENTATION_INFO
00036                                         {
00037                                         implementation_uid = 0x10009DC3;
00038                                         version_no = 1;
00039                                         display_name = "Implementation 1";
00040                                         default_data = "text/wml||This is the type of data that this implementation understands. (Can be anything which will allow the resolver to identify this implementation as the correct one at run time. In this case it is a mime type).";
00041                                         opaque_data = "test_params";
00042                                         },
00043                                 // Info for CImplementation2
00044                                 IMPLEMENTATION_INFO
00045                                         {
00046                                         implementation_uid = 0x10009DC4;
00047                                         version_no = 1;
00048                                         display_name = "Implementation 1||Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).All rights reserved.||";
00049                                         default_data = "text/xml||Type of data handled";
00050                                         opaque_data = "";
00051                                         }
00052                                 };
00053                         }
00054                 };
00055         }
00056 

Generated by  doxygen 1.6.2