javamanager/javainstaller/javasifplugin/data/2002BC6F.rss
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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 
       
    28 RESOURCE REGISTRY_INFO registry_info
    24 RESOURCE REGISTRY_INFO registry_info
    29     {
    25     {
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    26     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    31     // UID for the DLL
    27     // UID for the DLL
    32     dll_uid = 0x2002BC6F;
    28     dll_uid = 0x2002BC6F;
    42             implementations =
    38             implementations =
    43                 {
    39                 {
    44                 IMPLEMENTATION_INFO
    40                 IMPLEMENTATION_INFO
    45                     {
    41                     {
    46                     implementation_uid  =  0x2002BC70;
    42                     implementation_uid  =  0x2002BC70;
    47                     version_no          =  ECOM_VERSION_NO;
    43                     version_no          =  1;
    48                     display_name        =  "Midlet installation implementation";
    44                     display_name        =  "Midlet installation implementation";
    49                     default_data        =  "";
    45                     default_data        =  "";
    50                     opaque_data         =  "";
    46                     opaque_data         =  "";
    51                     rom_only            =  0;
    47                     rom_only            =  0;
    52                     }
    48                     }