authenticationservices/authenticationserver/test/reftestplugin/pinplugin/pinplugin.rh
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 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #define KMaxLength 256
       
    21 
       
    22 STRUCT PIN_SIZE
       
    23 	{
       
    24 	LONG pinsize;
       
    25 	}
       
    26 
       
    27 STRUCT PIN_MIN_SIZE
       
    28 	{
       
    29 	LONG minsize;
       
    30 	}
       
    31 
       
    32 STRUCT PIN_MAX_SIZE
       
    33 	{
       
    34 	LONG maxsize;
       
    35 	}
       
    36 
       
    37 STRUCT IDENTIFY_DIALOG_RETRY_COUNT
       
    38 	{
       
    39 	LONG retrycount;
       
    40 	}
       
    41 
       
    42 STRUCT PLUGIN_INFO
       
    43 	{
       
    44 	LTEXT name(KMaxLength) = "";
       
    45 	LTEXT Description(KMaxLength) = "";
       
    46 	}