javacommons/security/javaunicertstoreplugin/src.s60/200213A3.rss
changeset 76 4ad59aaee882
parent 47 f40128debb5d
child 83 26b2b12093af
equal deleted inserted replaced
69:773449708c84 76:4ad59aaee882
    21 #include <ecom/registryinfov2.rh>
    21 #include <ecom/registryinfov2.rh>
    22 #include <ct/interfaceuid.hrh>
    22 #include <ct/interfaceuid.hrh>
    23 
    23 
    24 // Some defines of useful values for attributes to simplify
    24 // Some defines of useful values for attributes to simplify
    25 // writing resource files
    25 // writing resource files
       
    26 
       
    27 #ifndef ECOM_VERSION_NO
       
    28 #define ECOM_VERSION_NO 1
       
    29 #endif
    26 
    30 
    27 // True
    31 // True
    28 #define CT_TRUE 1,0,0,0
    32 #define CT_TRUE 1,0,0,0
    29 // False
    33 // False
    30 #define CT_FALSE 0,0,0,0
    34 #define CT_FALSE 0,0,0,0
    55 			implementations = 
    59 			implementations = 
    56 				{
    60 				{
    57 				BINARY_IMPLEMENTATION_INFO
    61 				BINARY_IMPLEMENTATION_INFO
    58 					{
    62 					{
    59 					implementation_uid = 0x200213A3;					
    63 					implementation_uid = 0x200213A3;					
    60 					version_no = 1;
    64 					version_no = ECOM_VERSION_NO;
    61 					display_name = "Java Certificate store";
    65 					display_name = "Java Certificate store";
    62 					default_data = { CT_CERT_STORE, CT_WRITEABLE_CERT_STORE };
    66 					default_data = { CT_CERT_STORE, CT_WRITEABLE_CERT_STORE };
    63 					opaque_data = { CT_SOFTWARE, CT_TRUE,
    67 					opaque_data = { CT_SOFTWARE, CT_TRUE,
    64 									CT_REMOVABLE, CT_FALSE,
    68 									CT_REMOVABLE, CT_FALSE,
    65 									CT_ACCESS_CONTROLLED, CT_FALSE,
    69 									CT_ACCESS_CONTROLLED, CT_FALSE,