wmdrm/camese/wmdrmdlautils/data/wmdrmdlautils.rss
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource definitions for project wmdrmdlautils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // RESOURCE NAME IDENTIFIER
       
    20 NAME WDLA // 4 letter ID
       
    21 
       
    22 // INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <uikon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <avkon.rh>
       
    27 #include <avkon.mbg>
       
    28 #include <eikcore.rsg>
       
    29 #include <eikon.rsg>
       
    30 #include <appinfo.rh>
       
    31 #include <avkon.loc>
       
    32 #include <avkonicons.hrh>
       
    33 #include <data_caging_paths_strings.hrh>
       
    34 #include <drmcommon.loc>
       
    35 
       
    36 
       
    37 // RESOURCE IDENTIFIER
       
    38 RESOURCE RSS_SIGNATURE {}
       
    39 
       
    40 RESOURCE TBUF { buf = ""; }
       
    41 
       
    42 // RESOURCE DEFINITIONS 
       
    43 
       
    44 // -----------------------------------------------------------------------------
       
    45 // r_wmdrmdla_list_query
       
    46 // Select service list query
       
    47 // -----------------------------------------------------------------------------
       
    48 RESOURCE AVKON_LIST_QUERY r_wmdrmdla_list_query
       
    49     {
       
    50     items =
       
    51         {
       
    52         AVKON_LIST_QUERY_DLG_LINE
       
    53             {
       
    54             control = AVKON_LIST_QUERY_CONTROL
       
    55                 {
       
    56                 listtype = EAknCtSingleGraphicPopupMenuListBox;
       
    57                 listbox = AVKON_LIST_QUERY_LIST
       
    58                     {
       
    59                     };
       
    60                 heading = qtn_drm_select_service;
       
    61                 };
       
    62             }
       
    63         };
       
    64     }
       
    65 
       
    66 // -----------------------------------------------------------------------------
       
    67 // r_wmdrmdla_note_aquisition_failed
       
    68 // License Acquisition Failed Error Note
       
    69 // -----------------------------------------------------------------------------
       
    70 //
       
    71 RESOURCE TBUF r_wmdrmdla_note_aquisition_failed
       
    72     {
       
    73     buf = qtn_drm_info_getting_key_failed;
       
    74     }
       
    75 
       
    76 // ---------------------------------------------------------------------------
       
    77 // r_wmdrmdla_wait_note_acquiring_license
       
    78 // Note displayed when the license is being acquired for a song
       
    79 // ---------------------------------------------------------------------------
       
    80 // 
       
    81 RESOURCE TBUF r_wmdrmdla_wait_note_acquiring_license
       
    82     {
       
    83     buf = qtn_drm_wait_getting_key;
       
    84     }
       
    85 
       
    86 // ---------------------------------------------------------------------------
       
    87 // r_wmdrmdla_wait_note_metering
       
    88 // Note displayed when the metering is being done
       
    89 // ---------------------------------------------------------------------------
       
    90 // 
       
    91 RESOURCE TBUF r_wmdrmdla_wait_note_metering
       
    92     {
       
    93     buf = qtn_drm_wait_getting_key;
       
    94     }
       
    95 
       
    96 // End of File