lowlevellibsandfws/pluginfw/Framework/Example/10009DB6.rss
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2003-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".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Registry file for the Example Interface Implementation Collection
       
    15 // To be used with the full Client / Server architecture.
       
    16 // 
       
    17 //
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 	{
       
    23 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    24 	dll_uid = 0x10009DB6;
       
    25 	interfaces = 
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			interface_uid = 0x10009DC9;
       
    30 			implementations = 
       
    31 				{
       
    32 				IMPLEMENTATION_INFO
       
    33 					{
       
    34 					implementation_uid = 0x10009DCA;
       
    35 					version_no = 2;
       
    36 					display_name = "Example Plugin A||Copyright © 1997-2003 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
       
    37 					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).";
       
    38 					opaque_data = "";
       
    39 					rom_only = 0;
       
    40 					},
       
    41 				IMPLEMENTATION_INFO
       
    42 					{
       
    43 					implementation_uid = 0x10009DCB;
       
    44 					version_no = 2;
       
    45 					display_name = "Example Plugin B||Copyright © 1997-2003 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
       
    46 					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).";
       
    47 					opaque_data = "";
       
    48 					rom_only = 1;
       
    49 					},
       
    50 				IMPLEMENTATION_INFO
       
    51 					{
       
    52 					implementation_uid = 0x10009DCC;
       
    53 					version_no = 1;
       
    54 					display_name = "Example Plugin C||Copyright © 1997-2003 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
       
    55 					default_data = "text/*||Type of data handled";
       
    56 					opaque_data = "";
       
    57 					rom_only = 0;
       
    58 					},
       
    59 				IMPLEMENTATION_INFO
       
    60 					{
       
    61 					implementation_uid = 0x10009DCD;
       
    62 					version_no = 2;
       
    63 					display_name = "Example Plugin D||Copyright © 1997-2003 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
       
    64 					default_data = "text/*||Type of data handled";
       
    65 					opaque_data = "";
       
    66 					rom_only = 0;
       
    67 					},
       
    68 				IMPLEMENTATION_INFO
       
    69 					{
       
    70 					implementation_uid = 0x10009DCE;
       
    71 					version_no = 1;
       
    72 					display_name = "Example Plugin E||Copyright © 1997-2003 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
       
    73 					default_data = "text/*||Type of data handled";
       
    74 					opaque_data = "";
       
    75 					rom_only = 0;
       
    76 					},
       
    77 				IMPLEMENTATION_INFO
       
    78 					{
       
    79 					implementation_uid = 0x10009DCF;
       
    80 					version_no = 3;
       
    81 					display_name = "Example Plugin F||Copyright © 1997-2003 Symbian Ltd. All Rights Reserved.||Any old data you care to include...";
       
    82 					default_data = "text/*||Type of data handled";
       
    83 					opaque_data = "";
       
    84 					rom_only = 0;
       
    85 					}
       
    86 				};
       
    87 			}
       
    88 		};
       
    89 	}
       
    90