wmdrm/camese/wmdrmdlautils/data/wmdrmdlautils.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:30:37 +0200
changeset 2 76350b5be3d8
parent 0 95b198f216e5
child 18 8a03a285ab14
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resource definitions for project wmdrmdlautils
*
*/


// RESOURCE NAME IDENTIFIER
NAME WDLA // 4 letter ID

// INCLUDES
#include <eikon.rh>
#include <uikon.rh>
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <eikcore.rsg>
#include <eikon.rsg>
#include <appinfo.rh>
#include <avkon.loc>
#include <AvkonIcons.hrh>
#include <data_caging_paths_strings.hrh>
#include <drmcommon.loc>


// RESOURCE IDENTIFIER
RESOURCE RSS_SIGNATURE {}

RESOURCE TBUF { buf = ""; }

// RESOURCE DEFINITIONS 

// -----------------------------------------------------------------------------
// r_wmdrmdla_list_query
// Select service list query
// -----------------------------------------------------------------------------
RESOURCE AVKON_LIST_QUERY r_wmdrmdla_list_query
    {
    items =
        {
        AVKON_LIST_QUERY_DLG_LINE
            {
            control = AVKON_LIST_QUERY_CONTROL
                {
                listtype = EAknCtSingleGraphicPopupMenuListBox;
                listbox = AVKON_LIST_QUERY_LIST
                    {
                    };
                heading = qtn_drm_select_service;
                };
            }
        };
    }

// -----------------------------------------------------------------------------
// r_wmdrmdla_note_aquisition_failed
// License Acquisition Failed Error Note
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_wmdrmdla_note_aquisition_failed
    {
    buf = qtn_drm_info_getting_key_failed;
    }

// ---------------------------------------------------------------------------
// r_wmdrmdla_wait_note_acquiring_license
// Note displayed when the license is being acquired for a song
// ---------------------------------------------------------------------------
// 
RESOURCE TBUF r_wmdrmdla_wait_note_acquiring_license
    {
    buf = qtn_drm_wait_getting_key;
    }

// ---------------------------------------------------------------------------
// r_wmdrmdla_wait_note_metering
// Note displayed when the metering is being done
// ---------------------------------------------------------------------------
// 
RESOURCE TBUF r_wmdrmdla_wait_note_metering
    {
    buf = qtn_drm_wait_getting_key;
    }

// End of File