javamanager/javasidchecker/data/10281FBE.rss
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    23 // Registry file for the CApparcVerifierInterface JavaRegistry implementation
    23 // Registry file for the CApparcVerifierInterface JavaRegistry implementation
    24 
    24 
    25 #include <ecom/registryinfov2.rh>
    25 #include <ecom/registryinfov2.rh>
    26 #include "javauids.h"
    26 #include "javauids.h"
    27 
    27 
    28 #ifndef ECOM_VERSION_NO
       
    29 #define ECOM_VERSION_NO 2
       
    30 #endif
       
    31 
       
    32 RESOURCE REGISTRY_INFO r_registry
    28 RESOURCE REGISTRY_INFO r_registry
    33 {
    29 {
    34     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    35 	dll_uid = KJavaSidCheckerDllUid;    // must match the name of this file
    31 	dll_uid = KJavaSidCheckerDllUid;    // must match the name of this file
    36 	interfaces =
    32 	interfaces =
    41 			implementations =
    37 			implementations =
    42 			{
    38 			{
    43 				IMPLEMENTATION_INFO
    39 				IMPLEMENTATION_INFO
    44 				{
    40 				{
    45 					implementation_uid = KSidCheckerEcomImplUid;
    41 					implementation_uid = KSidCheckerEcomImplUid;
    46 					version_no	   =  ECOM_VERSION_NO;
    42 					// Version number is 2 so that this implementation should override the old one in ROM
       
    43                     version_no         =  2;
    47 					display_name = "JavaVerify";
    44 					display_name = "JavaVerify";
    48 					default_data = "[10210e26]";
    45 					default_data = "[10210e26]";
    49 					opaque_data  = "";
    46 					opaque_data  = "";
    50 					rom_only           =  0;
    47 					rom_only           =  0;
    51 				}
    48 				}