wmdrm/camese/wmdrmdlautils/data/wmdrmdlautils.rss
branchRCL_3
changeset 12 8a03a285ab14
parent 2 76350b5be3d8
equal deleted inserted replaced
11:e16d72588c28 12:8a03a285ab14
    23 #include <eikon.rh>
    23 #include <eikon.rh>
    24 #include <uikon.rh>
    24 #include <uikon.rh>
    25 #include <avkon.rsg>
    25 #include <avkon.rsg>
    26 #include <avkon.rh>
    26 #include <avkon.rh>
    27 #include <avkon.mbg>
    27 #include <avkon.mbg>
    28 #include <eikcore.rsg>
    28 #include <EIKCORE.rsg>
    29 #include <eikon.rsg>
    29 #include <eikon.rsg>
    30 #include <appinfo.rh>
    30 #include <appinfo.rh>
    31 #include <avkon.loc>
    31 #include <avkon.loc>
    32 #include <AvkonIcons.hrh>
    32 #include <AvkonIcons.hrh>
    33 #include <data_caging_paths_strings.hrh>
    33 #include <data_caging_paths_strings.hrh>
    37 // RESOURCE IDENTIFIER
    37 // RESOURCE IDENTIFIER
    38 RESOURCE RSS_SIGNATURE {}
    38 RESOURCE RSS_SIGNATURE {}
    39 
    39 
    40 RESOURCE TBUF { buf = ""; }
    40 RESOURCE TBUF { buf = ""; }
    41 
    41 
    42 // RESOURCE DEFINITIONS 
    42 // RESOURCE DEFINITIONS
    43 
    43 
    44 // -----------------------------------------------------------------------------
    44 // -----------------------------------------------------------------------------
    45 // r_wmdrmdla_list_query
    45 // r_wmdrmdla_list_query
    46 // Select service list query
    46 // Select service list query
    47 // -----------------------------------------------------------------------------
    47 // -----------------------------------------------------------------------------
    75 
    75 
    76 // ---------------------------------------------------------------------------
    76 // ---------------------------------------------------------------------------
    77 // r_wmdrmdla_wait_note_acquiring_license
    77 // r_wmdrmdla_wait_note_acquiring_license
    78 // Note displayed when the license is being acquired for a song
    78 // Note displayed when the license is being acquired for a song
    79 // ---------------------------------------------------------------------------
    79 // ---------------------------------------------------------------------------
    80 // 
    80 //
    81 RESOURCE TBUF r_wmdrmdla_wait_note_acquiring_license
    81 RESOURCE TBUF r_wmdrmdla_wait_note_acquiring_license
    82     {
    82     {
    83     buf = qtn_drm_wait_getting_key;
    83     buf = qtn_drm_wait_getting_key;
    84     }
    84     }
    85 
    85 
    86 // ---------------------------------------------------------------------------
    86 // ---------------------------------------------------------------------------
    87 // r_wmdrmdla_wait_note_metering
    87 // r_wmdrmdla_wait_note_metering
    88 // Note displayed when the metering is being done
    88 // Note displayed when the metering is being done
    89 // ---------------------------------------------------------------------------
    89 // ---------------------------------------------------------------------------
    90 // 
    90 //
    91 RESOURCE TBUF r_wmdrmdla_wait_note_metering
    91 RESOURCE TBUF r_wmdrmdla_wait_note_metering
    92     {
    92     {
    93     buf = qtn_drm_wait_getting_key;
    93     buf = qtn_drm_wait_getting_key;
    94     }
    94     }
    95 
    95