equal
deleted
inserted
replaced
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 |
28 RESOURCE REGISTRY_INFO r_registry |
32 RESOURCE REGISTRY_INFO r_registry |
29 { |
33 { |
30 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
34 resource_format_version = RESOURCE_FORMAT_VERSION_2; |
31 dll_uid = KJavaSidCheckerDllUid; // must match the name of this file |
35 dll_uid = KJavaSidCheckerDllUid; // must match the name of this file |
32 interfaces = |
36 interfaces = |
37 implementations = |
41 implementations = |
38 { |
42 { |
39 IMPLEMENTATION_INFO |
43 IMPLEMENTATION_INFO |
40 { |
44 { |
41 implementation_uid = KSidCheckerEcomImplUid; |
45 implementation_uid = KSidCheckerEcomImplUid; |
42 // Version number is 2 so that this implementation should override the old one in ROM |
46 version_no = ECOM_VERSION_NO; |
43 version_no = 2; |
|
44 display_name = "JavaVerify"; |
47 display_name = "JavaVerify"; |
45 default_data = "[10210e26]"; |
48 default_data = "[10210e26]"; |
46 opaque_data = ""; |
49 opaque_data = ""; |
47 rom_only = 0; |
50 rom_only = 0; |
48 } |
51 } |