javamanager/javainstaller/iconsizenotifplugin/data/javaiconsizenotifplugin.rss
branchRCL_3
changeset 77 7cee158cb8cd
parent 60 6c158198356e
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
    16 */
    16 */
    17 
    17 
    18 #include <ecom/registryinfov2.rh>
    18 #include <ecom/registryinfov2.rh>
    19 #include <uikon.hrh>
    19 #include <uikon.hrh>
    20 
    20 
       
    21 #ifndef ECOM_VERSION_NO
       
    22 #define ECOM_VERSION_NO 1
       
    23 #endif
       
    24 
    21 RESOURCE REGISTRY_INFO r_registry
    25 RESOURCE REGISTRY_INFO r_registry
    22 	{
    26 	{
    23     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    27     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    24 	dll_uid = 0x101FD689;
    28 	dll_uid = 0x101FD689;
    25 	interfaces =
    29 	interfaces =
    30 			implementations =
    34 			implementations =
    31 				{
    35 				{
    32 				IMPLEMENTATION_INFO
    36 				IMPLEMENTATION_INFO
    33 					{
    37 					{
    34 					implementation_uid = 0x101FD68A;
    38 					implementation_uid = 0x101FD68A;
    35 					version_no = 1;
    39 					version_no = ECOM_VERSION_NO;
    36 					display_name = "JavaIconSizeNotifPlugin";
    40 					display_name = "JavaIconSizeNotifPlugin";
    37 					default_data = "";
    41 					default_data = "";
    38 					opaque_data = "0";
    42 					opaque_data = "0";
    39 					rom_only = 0; // This is not a ROM only plugin
    43 					rom_only = 0; // This is not a ROM only plugin
    40 					}
    44 					}