terminalsecurity/SCP/SCPClient/data/SCPNotifier.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 10:44:50 +0300
branchRCL_3
changeset 24 13d7c31c74e0
parent 2 5594fba90824
child 25 b183ec05bd8c
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2000 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: Implementation of terminalsecurity components
*
*/


//  RESOURCE IDENTIFIER
NAME SCPN

//  INCLUDES
#include <bldvariant.hrh>
#include <eikon.rh>
#include <eikcore.rsg>

#include <avkon.loc>

#include "SCPNotifier.hrh"
#include <scpnotifier.loc>

#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.hrh>
#include <avkon.mbg>

RESOURCE RSS_SIGNATURE { }

//RESOURCE TBUF16 { buf=""; }
RESOURCE TBUF { buf= ""; }

RESOURCE EIK_APP_INFO
    {
    }

//  RESOURCE DEFINITIONS 

#define ESCPQueryFlags (EGeneralQueryFlags | EEikDialogFlagNotifyEsc)

// ---------------------------------------------------------
//   
//    r_scp_code_query
//    Used to request the enhanced security code from the user
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_scp_code_query
    {
    flags = ESCPQueryFlags | EEikDialogFlagVirtualInput;
    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
    items=
        {
        DLG_LINE
            {
            type = EAknCtQuery;
            id = EGeneralQuery;
            control = AVKON_DATA_QUERY 
                { 
                    layout = ECodeLayout;                    
                    control = SECRETED
                        {                         
                        };
                };
            }
        };
    }   

RESOURCE TBUF r_scpdialog_ok_text
    {
    buf = text_softkey_ok;
    }

RESOURCE DIALOG r_scpdialog_emergencycalls_only
    {
    flags=ESCPQueryFlags;
    buttons=R_AVKON_SOFTKEYS_EMPTY;
    items=
        {
        DLG_LINE
            {
            type=EAknCtNote;
            id=EGeneralNote;
            control= AVKON_NOTE 
                { 
                    layout = EGeneralLayout;
                    singular_label = qtn_emerg_emergency_only;
                    animation = R_QGN_NOTE_ERROR_ANIM;
                };
            }
        };
    }
        	
RESOURCE TBUF r_set_sec_code
    {
    buf = qtn_set_sec_code_setting_query;
    }
    
RESOURCE TBUF r_set_sec_code_setting_query_server
    {
    buf = qtn_set_sec_code_setting_query_server;
    }
    
RESOURCE TBUF r_scp_lawmo_locked
    {
    buf = qtn_device_locked_remotely;
    }
    
RESOURCE DIALOG r_dialog_warning
{
    flags = EAknWarningNoteFlags | EEikDialogFlagWait;
    buttons = R_AVKON_SOFTKEYS_EMPTY;
    items =
    {
    DLG_LINE
        {
            type = EAknCtNote;
            id = EGeneralNote;
            control = AVKON_NOTE
            {
                layout = EGeneralLayout;
                animation = R_QGN_NOTE_WARNING_ANIM;
            };
        }
    };
}
// end of file