javamanager/javasettings/appmngrplugin/data/20016bf7.rss
branchRCL_3
changeset 77 7cee158cb8cd
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include "ecom/registryinfo.rh"
    19 #include "ecom/registryinfo.rh"
    20 
    20 
       
    21 #ifndef ECOM_VERSION_NO
       
    22 #define ECOM_VERSION_NO 1
       
    23 #endif
       
    24 
    21 RESOURCE REGISTRY_INFO theInfo
    25 RESOURCE REGISTRY_INFO theInfo
    22     {
    26     {
    23     dll_uid = 0x20016BF7;
    27     dll_uid = 0x20016BF7;
    24     interfaces =
    28     interfaces =
    25         {
    29         {
    29             implementations =
    33             implementations =
    30                 {
    34                 {
    31                 IMPLEMENTATION_INFO
    35                 IMPLEMENTATION_INFO
    32                     {
    36                     {
    33                     implementation_uid = 0x20016BF8;
    37                     implementation_uid = 0x20016BF8;
    34                     version_no = 1;
    38                     version_no = ECOM_VERSION_NO;
    35                     display_name = "Midlet plugin";
    39                     display_name = "Midlet plugin";
    36                     default_data = "";
    40                     default_data = "";
    37                     opaque_data = "";
    41                     opaque_data = "";
    38                     }
    42                     }
    39                 };
    43                 };