javamanager/javabackup/midp2backup/data/10282474.rss
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    17 
    17 
    18 
    18 
    19 #include <ecom/registryinfov2.rh>
    19 #include <ecom/registryinfov2.rh>
    20 #include "javauids.h"
    20 #include "javauids.h"
    21 
    21 
    22 #ifndef ECOM_VERSION_NO
       
    23 #define ECOM_VERSION_NO 1
       
    24 #endif
       
    25 
       
    26 // Declares info for one implementation
    22 // Declares info for one implementation
    27 RESOURCE REGISTRY_INFO theInfo
    23 RESOURCE REGISTRY_INFO theInfo
    28 {
    24 {
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    30     // UID for the DLL
    26     // UID for the DLL
    38                       implementations = {
    34                       implementations = {
    39                                          // Info for CImplementation1
    35                                          // Info for CImplementation1
    40                                          IMPLEMENTATION_INFO
    36                                          IMPLEMENTATION_INFO
    41                                          {
    37                                          {
    42                                              implementation_uid = KBackupEcomImplUid;
    38                                              implementation_uid = KBackupEcomImplUid;
    43                                              version_no = ECOM_VERSION_NO;
    39                                              version_no = 3;
    44                                              display_name = "MIDP2 Backup Plugin";
    40                                              display_name = "MIDP2 Backup Plugin";
    45                                              default_data = "midp2";
    41                                              default_data = "midp2";
    46                                              opaque_data = "test_params";
    42                                              opaque_data = "test_params";
    47                                              rom_only  =  0;
    43                                              rom_only  =  0;
    48                                          }
    44                                          }