sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/group/testpinnotifier.rss
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
equal deleted inserted replaced
21:ccb4f6b3db21 22:8cb079868133
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    17  @file
    17  @file
    18  @test
    18  @test
    19  @internalComponent - Internal Symbian test code 
    19  @internalComponent - Internal Symbian test code 
    20 */
    20 */
    21 
    21 
    22 #include <avkon.rh>
    22 #include <techview/eikon.rh>
    23 #include <avkon.rsg>
    23 #include <techview/eikon.rsg>
    24 
       
    25 #include <eikon.rh>
       
    26 #include <eikon.rsg>
       
    27 
       
    28 #define qtn_sen_pindlg_auth_title             "Security check"
       
    29 
    24 
    30 NAME SPIN
    25 NAME SPIN
    31 
    26 
    32 RESOURCE RSS_SIGNATURE
    27 RESOURCE RSS_SIGNATURE
    33 	{
    28 	{
    34 	}
    29 	}
    35 
    30 
    36 RESOURCE TBUF16 { buf=""; }
    31 RESOURCE TBUF16 { buf=""; }
    37 
    32 
    38 
       
    39 
       
    40 RESOURCE DIALOG r_security_pin
    33 RESOURCE DIALOG r_security_pin
    41 	{
    34 	{
    42     flags = EGeneralQueryFlags;
    35 	title="Security check";
    43     title="Security check";
    36 	buttons=R_EIK_BUTTONS_CANCEL_OK;
    44 	buttons=R_AVKON_SOFTKEYS_OK_CANCEL;
       
    45 
    37 
    46 	items =
    38 	items =
    47 		{
    39 		{
    48 		DLG_LINE 
    40 		DLG_LINE
    49 		    {
    41 			{
    50 		    type = EAknCtQuery;
    42 			type = EEikCtSecretEd; //Control factory id.
    51 		    id = EGeneralQuery;
    43 			id = 0;
    52 		    control = AVERELL_DATA_QUERY 
    44 			control = SECRETED
    53 		        {
    45 				{
    54 		        layout = EPinLayout;
    46 				num_letters=8;
    55 		        label = qtn_sen_pindlg_auth_title;
    47 				};
    56 		        control = SECRETED 
    48 			}
    57 		            {
       
    58 		            num_letters = 8   ;//KSenMaxPasswordLength
       
    59 		            };
       
    60 		        };
       
    61 		    }
       
    62 		};
    49 		};
    63 	}
    50 	}
    64 
       
    65 RESOURCE TBUF r_pinnotdlg_auth_title                { buf = qtn_sen_pindlg_auth_title; }