authenticationservices/authenticationserver/test/reftestplugin/pinplugin/pinpluginconfig.rss
changeset 29 ece3df019add
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
       
     1 /*
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * Defines the default pin size, min and max of pin size, retry 
       
    16 * count for the identify dialog, name and Description
       
    17 * for the pin plugin.
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 /**
       
    23  @file 
       
    24 */
       
    25 
       
    26 NAME PINP
       
    27 
       
    28 #include <uikon.rh>
       
    29 #include "pinplugin.rh"
       
    30 
       
    31 RESOURCE RSS_SIGNATURE { }
       
    32 
       
    33 RESOURCE PIN_SIZE r_pin_size
       
    34 	{
       
    35 	pinsize = 5;
       
    36 	}
       
    37 
       
    38 RESOURCE PIN_MIN_SIZE r_pin_min_size
       
    39 	{
       
    40 	minsize = 4;
       
    41 	}
       
    42 
       
    43 RESOURCE PIN_MAX_SIZE r_pin_max_size
       
    44 	{
       
    45 	maxsize = 10;
       
    46 	}
       
    47 
       
    48 RESOURCE IDENTIFY_DIALOG_RETRY_COUNT r_identify_dialog_retry_count
       
    49 	{
       
    50 	retrycount = 3;
       
    51 	}
       
    52 
       
    53 RESOURCE PLUGIN_INFO r_plugin_info
       
    54 	{
       
    55 	name = "PinPlugin";
       
    56 	Description = "Pinplugin authenticates device holder using PIN numbers generated from 0-9 digits";
       
    57 	}