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 = 0x10009DBB;
34 info_format = IMPLEMENTATION_INFO_RECORD_TYPE1;
35 implementation_uid = 0x10009E38;
37 display_name = "Example Plugin No. 10||Author Aaron Kranabetter||Copyright © 2007 Symbian Ltd. All Rights Reserved.";
38 default_data = {"Example 10||can be up to 255 bytes","Example 10 part 2||can be up to 255 bytes"};
39 opaque_data = {"Example 10||can be up to 255 bytes","Example 10 part 2||can be up to 255 bytes"};
40 extended_interfaces = { 0x10009E44, 0x10009E45, 0x10009E46 };
41 flags = IMPLEMENTATION_INFO_FLAG_ROM_ONLY;
43 BINARY_IMPLEMENTATION_INFO
45 info_format = IMPLEMENTATION_INFO_RECORD_TYPE2;
46 implementation_uid = 0x10009E3A;
48 display_name = "Example Plugin No. 10 Basic imp. ||Author Aaron Kranabetter||Copyright © 2007 Symbian Ltd. All Rights Reserved.";
49 default_data = {0x1B, 0x50, 0x1F, 0x10};
50 opaque_data = {0x1B, 0x50, 0x1F, 0x10};
51 extended_interfaces = {};
52 flags = IMPLEMENTATION_INFO_FLAG_ROM_ONLY;
56 info_format = IMPLEMENTATION_INFO_RECORD_TYPE1;
57 implementation_uid = 0x10009E3B;
59 display_name = "Example Plugin No. 10 2 ||Author Aaron Kranabetter||Copyright © 2007 Symbian Ltd. All Rights Reserved.";
60 default_data = {"can be up to 255 bytes"};
62 extended_interfaces = { 0x10009E44 };
63 flags = IMPLEMENTATION_INFO_FLAG_ROM_ONLY;