wmdrm/camese/wmdrmdlautils/data/wmdrmdlautils.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 15:14:55 +0300
changeset 23 493788a4a8a4
parent 2 76350b5be3d8
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* 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