00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #include "registryinfo.rh"
00019
00020
00021 RESOURCE REGISTRY_INFO theInfo
00022 {
00023
00024 dll_uid = 0xE8000079;
00025
00026 interfaces =
00027 {
00028 INTERFACE_INFO
00029 {
00030
00031 interface_uid = 0x10009DC0;
00032 implementations =
00033 {
00034
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
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