omaprovisioning/provisioning/AuthTypePlugin/data/AuthtypepluginRsc.rss
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
--- a/omaprovisioning/provisioning/AuthTypePlugin/data/AuthtypepluginRsc.rss	Tue Sep 28 17:53:08 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,173 +0,0 @@
-/*
-* 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 file for AuthtypePlugin.
- *
-*/
-
-
-//  RESOURCE IDENTIFIER
-NAME HARS // 4 letter ID
-
-// INCLUDES
-//#include    "../../loc/AuthtypePlugin.loc" // config localized strings
-#include "authtypeplugin.loc" // config localized strings
-#include <appinfo.rh>
-#include <eikon.rh>
-#include <avkon.rh>
-
-#include    <data_caging_paths_strings.hrh>
-#include    <bldvariant.hrh>
-#include    <avkon.loc> // Avkon localized strings
-#include    <avkon.mbg>
-#include    <avkon.rsg>
-#include    <eikcore.rsg>
-#include    <uikon.rh>
-
-// CONSTANTS
-
-//  RESOURCE DEFINITIONS
-
-//----------------------------------------------------
-//
-//
-//    Needed or loading the resource fails!
-//
-//----------------------------------------------------
-//
-RESOURCE RSS_SIGNATURE
-    {
-    }
-
-//----------------------------------------------------
-//
-//    r_set_conf_msg_authentication_gs
-//    Authentication type Plugin caption.
-//
-//----------------------------------------------------
-//
-RESOURCE TBUF r_set_conf_msg_authentication_cp
-    {
-    buf = qtn_set_conf_msg_authentication_cp;
-    }
-
-//----------------------------------------------------
-//
-//    r_qtn_set_conf_auth_method
-//    Title note
-//
-//----------------------------------------------------
-//
-
-RESOURCE TBUF r_qtn_set_conf_auth_method
-    {
-    buf = qtn_set_conf_auth_method;
-    }
-
-//----------------------------------------------------
-//
-//    r_qtn_conf_auth_network_pin
-//    Network Pin only item.
-//
-//----------------------------------------------------
-//
-
-RESOURCE TBUF r_qtn_conf_auth_network_pin
-    {
-    buf = qtn_conf_auth_network_pin;
-    }
-
-//----------------------------------------------------
-//
-//    r_qtn_conf_auth_network_or_user_pin 
-//    Network or User PIN item.
-//
-//----------------------------------------------------
-//
-
-RESOURCE TBUF r_qtn_conf_auth_network_or_user_pin
-    {
-    buf = qtn_conf_auth_network_or_user_pin;
-    }
-
-//----------------------------------------------------
-//
-//    r_qtn_conf_auth_all_auth 
-//    All methods supported item.
-//
-//----------------------------------------------------
-//
-
-RESOURCE TBUF r_qtn_conf_auth_all_auth
-    {
-    buf = qtn_conf_auth_all_auth;
-    }
-
-//----------------------------------------------------
-//
-//    r_qtn_conf_auth_all_auth_note 
-//    All methods selection note.
-//
-//----------------------------------------------------
-//
-
-RESOURCE TBUF r_qtn_conf_auth_all_auth_note
-    {
-    buf = qtn_conf_auth_all_auth_note;
-    }
-
-//----------------------------------------------------
-//
-//    r_qtn_conf_auth_network_or_user_pin_note 
-//    Network or User PIN selection note
-//
-//----------------------------------------------------
-//
-
-RESOURCE TBUF r_qtn_conf_auth_network_or_user_pin_note
-    {
-    buf = qtn_conf_auth_network_or_user_pin_note;
-    }
-
-
-//----------------------------------------------------
-//
-//    r_authtypeUI_information_query
-//    Confirmation query Layout.
-//
-//----------------------------------------------------
-//
-
-RESOURCE DIALOG r_authtypeUI_information_query
-    {
-    flags=EGeneralQueryFlags;
-    buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
-    items=
-        {
-        DLG_LINE
-            {
-            type=EAknCtQuery;
-            id=EGeneralQuery;
-            control= AVKON_CONFIRMATION_QUERY
-                {
-                layout = EConfirmationQueryLayout;
-                animation = R_QGN_NOTE_INFO_ANIM;
-                };
-            }
-        };
-    }
-
-
-
-
-