Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Registry file for the Example Interface Implementation Collection
15 // To be used with the full Client / Server architecture.
19 #include <ecom/registryinfov3.rh>
21 RESOURCE REGISTRY_INFO theInfo
23 resource_format_version = RESOURCE_FORMAT_VERSION_3;
29 instantiation_interface_uid = 0x10009E36;
34 info_format = IMPLEMENTATION_INFO_RECORD_TYPE1;
35 implementation_uid = 0x10009E39;
37 display_name = "Example Plugin No. 12||Author Iris Wu||Copyright © 2007 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
38 default_data = {"Example 12||0123456789013456789012345678901X250endX12345"};
39 opaque_data = {"OpaqueData"};
40 extended_interfaces = { 0x10009E44, 0x10009E45, 0x10009E46 };
43 BINARY_IMPLEMENTATION_INFO
45 info_format = IMPLEMENTATION_INFO_RECORD_TYPE2;
46 implementation_uid = 0x10009E3C;
48 display_name = "Example 12 PlugIn3";
49 default_data = {0x00, 0x01};
50 opaque_data = {0x10, 0x11};
51 extended_interfaces = {};
54 BINARY_IMPLEMENTATION_INFO
56 info_format = IMPLEMENTATION_INFO_RECORD_TYPE2;
57 implementation_uid = 0x10009E3D;
59 display_name = "Example Plugin No. 12||Author Iris Wu||Copyright © 2007 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
61 opaque_data = {0x00, 0x01};
62 extended_interfaces = { 0x10009E44 };
63 flags = IMPLEMENTATION_INFO_FLAG_ROM_ONLY;