javamanager/javainstaller/javasifplugin/data/2002BC6F.rss
branchRCL_3
changeset 77 7cee158cb8cd
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
    19 //  INCLUDES
    19 //  INCLUDES
    20 #include <ecom/registryinfov2.rh>
    20 #include <ecom/registryinfov2.rh>
    21 
    21 
    22 //  RESOURCE DEFINITIONS
    22 //  RESOURCE DEFINITIONS
    23 
    23 
       
    24 #ifndef ECOM_VERSION_NO
       
    25 #define ECOM_VERSION_NO 1
       
    26 #endif
       
    27 
    24 RESOURCE REGISTRY_INFO registry_info
    28 RESOURCE REGISTRY_INFO registry_info
    25     {
    29     {
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    27     // UID for the DLL
    31     // UID for the DLL
    28     dll_uid = 0x2002BC6F;
    32     dll_uid = 0x2002BC6F;
    38             implementations =
    42             implementations =
    39                 {
    43                 {
    40                 IMPLEMENTATION_INFO
    44                 IMPLEMENTATION_INFO
    41                     {
    45                     {
    42                     implementation_uid  =  0x2002BC70;
    46                     implementation_uid  =  0x2002BC70;
    43                     version_no          =  1;
    47                     version_no          =  ECOM_VERSION_NO;
    44                     display_name        =  "Midlet installation implementation";
    48                     display_name        =  "Midlet installation implementation";
    45                     default_data        =  "";
    49                     default_data        =  "";
    46                     opaque_data         =  "";
    50                     opaque_data         =  "";
    47                     rom_only            =  0;
    51                     rom_only            =  0;
    48                     }
    52                     }