javamanager/javainstaller/iconsizenotifplugin/data/javaiconsizenotifplugin.rss
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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 
       
    25 RESOURCE REGISTRY_INFO r_registry
    21 RESOURCE REGISTRY_INFO r_registry
    26 	{
    22 	{
    27     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    23     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    28 	dll_uid = 0x101FD689;
    24 	dll_uid = 0x101FD689;
    29 	interfaces =
    25 	interfaces =
    34 			implementations =
    30 			implementations =
    35 				{
    31 				{
    36 				IMPLEMENTATION_INFO
    32 				IMPLEMENTATION_INFO
    37 					{
    33 					{
    38 					implementation_uid = 0x101FD68A;
    34 					implementation_uid = 0x101FD68A;
    39 					version_no = ECOM_VERSION_NO;
    35 					version_no = 1;
    40 					display_name = "JavaIconSizeNotifPlugin";
    36 					display_name = "JavaIconSizeNotifPlugin";
    41 					default_data = "";
    37 					default_data = "";
    42 					opaque_data = "0";
    38 					opaque_data = "0";
    43 					rom_only = 0; // This is not a ROM only plugin
    39 					rom_only = 0; // This is not a ROM only plugin
    44 					}
    40 					}