commondrm/drmutility/data/DrmUtilityDmgrWrapper.rss
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2007 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 file for DrmUtilityDmgrWrapper
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    DRMD
       
    21 
       
    22 //  INCLUDES
       
    23 #include <eikon.rh>
       
    24 #include <eikon.rsg>
       
    25 #include <avkon.rh>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.loc>
       
    28 #include <avkon.mbg>
       
    29 
       
    30 #include <drmutility.loc>
       
    31 
       
    32 //  CONSTANTS
       
    33 
       
    34 //  MACROS
       
    35 
       
    36 //  RESOURCE DEFINITIONS
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE TBUF16 { buf=""; }
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 //
       
    44 // r_silent_progress_note
       
    45 // String displayed while getting silent rights
       
    46 // expired.
       
    47 //
       
    48 // -----------------------------------------------------------------------------
       
    49 //
       
    50 RESOURCE DIALOG r_silent_progress_note
       
    51     {
       
    52     flags = EAknProgressNoteFlags;
       
    53     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
    54     items =
       
    55         {
       
    56         DLG_LINE
       
    57             {
       
    58             type = EAknCtNote;
       
    59             id = EGeneralQuery;
       
    60             control= AVKON_NOTE
       
    61                 {
       
    62                 layout = EProgressLayout;
       
    63                 singular_label = qtn_drm_progress_opening;
       
    64                 imagefile = AVKON_BITMAP_FILE;
       
    65                 imageid = EMbmAvkonQgn_note_progress;
       
    66                 imagemask = EMbmAvkonQgn_note_progress_mask;
       
    67                 };
       
    68           }
       
    69         };
       
    70    }
       
    71 
       
    72 //End of File
       
    73