testdev/ite/test/com.nokia.testfw.cmdtool.test/test.resource/unittest/several.mmp.in.one.path/SysLibs/ECom/InterfaceImplementation/E8000079.rss
changeset 1 96906a986c3b
equal deleted inserted replaced
0:f1112f777ce9 1:96906a986c3b
       
     1 // E8000079.RSS
       
     2 //
       
     3 // Copyright (c) 1997-2001 Symbian Ltd.  All rights reserved.
       
     4 //
       
     5 // Registry file for the Example Interface Implementation Collection
       
     6 
       
     7 
       
     8 #include "RegistryInfo.rh"
       
     9 
       
    10 // Declares info for two implementations
       
    11 RESOURCE REGISTRY_INFO theInfo
       
    12 	{
       
    13 	// UID for the DLL
       
    14 	dll_uid = 0x10009DB1;
       
    15 	// Declare array of interface info
       
    16 	interfaces = 
       
    17 		{
       
    18 		INTERFACE_INFO
       
    19 			{
       
    20 			// UID of interface that is implemented
       
    21 			interface_uid = 0x10009DC0;
       
    22 			implementations = 
       
    23 				{
       
    24 				// Info for CImplementation1
       
    25 				IMPLEMENTATION_INFO
       
    26 					{
       
    27 					implementation_uid = 0x10009DC3;
       
    28 					version_no = 1;
       
    29 					display_name = "Implementation 1";
       
    30 					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).";
       
    31 					opaque_data = "test_params";
       
    32 					},
       
    33 				// Info for CImplementation2
       
    34 				IMPLEMENTATION_INFO
       
    35 					{
       
    36 					implementation_uid = 0x10009DC4;
       
    37 					version_no = 1;
       
    38 					display_name = "Implementation 1||Copyright © 1997-2001 Symbian Ltd. All Rights Reserved.||";
       
    39 					default_data = "text/xml||Type of data handled";
       
    40 					opaque_data = "";
       
    41 					}
       
    42 				};
       
    43 			}
       
    44 		};
       
    45 	}
       
    46