omadrm/drmhelper/group/drmhelperdmgrwrapper.rss
branchRCL_3
changeset 13 a20e54f39dd4
parent 12 8a03a285ab14
child 14 8cdda00a45da
equal deleted inserted replaced
12:8a03a285ab14 13:a20e54f39dd4
     1 /*
       
     2 * Copyright (c) 2006 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 drmhelperdmgrwrapper
       
    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 #ifdef __DRM
       
    30 #include <drmcommon.loc>
       
    31 #endif
       
    32 
       
    33 //  CONSTANTS  
       
    34 
       
    35 //  MACROS  
       
    36 
       
    37 //  RESOURCE DEFINITIONS 
       
    38 
       
    39 RESOURCE RSS_SIGNATURE { }
       
    40 
       
    41 RESOURCE TBUF16 { buf="DRMD"; }
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 //   
       
    45 // r_silent_progress_note
       
    46 // String displayed while getting silent rights 
       
    47 // expired.
       
    48 //
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 RESOURCE DIALOG r_silent_progress_note
       
    52     {
       
    53     flags = EAknProgressNoteFlags;
       
    54     buttons = R_AVKON_SOFTKEYS_CANCEL;
       
    55     items =
       
    56         {
       
    57         DLG_LINE
       
    58             {
       
    59             type = EAknCtNote;
       
    60             id = EGeneralQuery;
       
    61             control= AVKON_NOTE 
       
    62                 { 
       
    63                 layout = EProgressLayout;
       
    64                 singular_label = qtn_drm_progress_opening;
       
    65                 imagefile = AVKON_BITMAP_FILE;
       
    66                 imageid = EMbmAvkonQgn_note_progress; 
       
    67                 imagemask = EMbmAvkonQgn_note_progress_mask; 
       
    68                 };
       
    69           }
       
    70         };
       
    71    }
       
    72    
       
    73 //End of File
       
    74