javamanager/javabackup/midp2backup/data/10282474.rss
changeset 76 4ad59aaee882
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
69:773449708c84 76:4ad59aaee882
    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 
    22 // Declares info for one implementation
    26 // Declares info for one implementation
    23 RESOURCE REGISTRY_INFO theInfo
    27 RESOURCE REGISTRY_INFO theInfo
    24 {
    28 {
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    29     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    26     // UID for the DLL
    30     // UID for the DLL
    34                       implementations = {
    38                       implementations = {
    35                                          // Info for CImplementation1
    39                                          // Info for CImplementation1
    36                                          IMPLEMENTATION_INFO
    40                                          IMPLEMENTATION_INFO
    37                                          {
    41                                          {
    38                                              implementation_uid = KBackupEcomImplUid;
    42                                              implementation_uid = KBackupEcomImplUid;
    39                                              version_no = 1;
    43                                              version_no = ECOM_VERSION_NO;
    40                                              display_name = "MIDP2 Backup Plugin";
    44                                              display_name = "MIDP2 Backup Plugin";
    41                                              default_data = "midp2";
    45                                              default_data = "midp2";
    42                                              opaque_data = "test_params";
    46                                              opaque_data = "test_params";
    43                                              rom_only  =  0;
    47                                              rom_only  =  0;
    44                                          }
    48                                          }