vtuis/lcvtplugin/data/F0112235.rss
branchRCL_3
changeset 24 f15ac8e65a02
equal deleted inserted replaced
23:890b5dd735f8 24:f15ac8e65a02
       
     1 /*
       
     2 * ==============================================================================
       
     3 *  Name        : F0112234.rss
       
     4 *  Part of     : 
       
     5 *  Description : 
       
     6 *  Version     : 
       
     7 *
       
     8 *  Copyright © 2004 Nokia Corporation.
       
     9 *  This material, including documentation and any related
       
    10 *  computer programs, is protected by copyright controlled by
       
    11 *  Nokia Corporation. All rights are reserved. Copying,
       
    12 *  including reproducing, storing, adapting or translating, any
       
    13 *  or all of this material requires the prior written consent of
       
    14 *  Nokia Corporation. This material also contains confidential
       
    15 *  information which may not be disclosed to others without the
       
    16 *  prior written consent of Nokia Corporation.
       
    17 * ==============================================================================
       
    18 */
       
    19 #include "registryinfov2.rh"
       
    20 
       
    21 RESOURCE REGISTRY_INFO theInfo
       
    22 	{
       
    23 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    24 	// UID for the DLL
       
    25 	dll_uid = 0xF0112235;
       
    26 	// Declare array of interface info
       
    27 	interfaces = 
       
    28 		{
       
    29 		INTERFACE_INFO
       
    30 			{
       
    31 			// UID of interface that is implemented
       
    32 			interface_uid = 0x20021340;
       
    33 			implementations = 
       
    34 				{
       
    35 				IMPLEMENTATION_INFO
       
    36 					{
       
    37 					implementation_uid = 0x20021342;
       
    38 					version_no = 1;
       
    39 					default_data = "Videotelephony";
       
    40 					rom_only = 0;
       
    41 					}
       
    42 				};
       
    43 			}
       
    44 		};
       
    45 	}