javauis/lcdui_akn/lcdgd/resource/10208164.RSS
branchRCL_3
changeset 77 7cee158cb8cd
parent 66 2455ef1f5bbc
child 83 26b2b12093af
equal deleted inserted replaced
71:d5e927d5853b 77:7cee158cb8cd
    20 // Color4K plugin registration resource file.
    20 // Color4K plugin registration resource file.
    21 //
    21 //
    22 #include <ecom/registryinfov2.rh>
    22 #include <ecom/registryinfov2.rh>
    23 #include "lcdgd.hrh"
    23 #include "lcdgd.hrh"
    24 
    24 
       
    25 #ifndef ECOM_VERSION_NO
       
    26 #define ECOM_VERSION_NO 2
       
    27 #endif
       
    28 
    25 RESOURCE REGISTRY_INFO r_registry
    29 RESOURCE REGISTRY_INFO r_registry
    26     {
    30     {
    27     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    31     resource_format_version = RESOURCE_FORMAT_VERSION_2;
    28     dll_uid = LCDGD_COLOR4K_DLL_UID;
    32     dll_uid = LCDGD_COLOR4K_DLL_UID;
    29     interfaces =
    33     interfaces =
    34             implementations =
    38             implementations =
    35                 {
    39                 {
    36                 IMPLEMENTATION_INFO
    40                 IMPLEMENTATION_INFO
    37                     {
    41                     {
    38                     implementation_uid = LCDGD_COLOR4K_IMPLEMENTATION_UID;
    42                     implementation_uid = LCDGD_COLOR4K_IMPLEMENTATION_UID;
    39                     version_no   = 2;
    43                     version_no   = ECOM_VERSION_NO;
    40                     display_name = "J2ME_COLOR4K_DRIVER";
    44                     display_name = "J2ME_COLOR4K_DRIVER";
    41                     default_data = LCDGD_COLOR4K_DRIVER_ID_STR;
    45                     default_data = LCDGD_COLOR4K_DRIVER_ID_STR;
    42                     opaque_data  = "0;";
    46                     opaque_data  = "0;";
    43                     rom_only = 0;
    47                     rom_only = 0;
    44                     }
    48                     }