/*
* Copyright (c) 2005 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: Header file for UI definitions
*
*/
#ifndef NSMLDMUIDEFINES_H
#define NSMLDMUIDEFINES_H
//Authentication query time-out. Time in seconds.
#define NSmlDMAuthQueryShowTime 900
//Accept alert query time-out. Time in seconds.
#define NSmlDMAlertTimeAccept 60
#define KNSmlMaxTextLength64 64
#define KNSmlMaxTextLength128 128
#define KNSmlMaxTextLength256 256
#define KNSmlMaxEmptyTextLength 100
#define KNSmlMaxProfileNameLength 100
#define KNSmlMaxUsernameLength 100
#define KNSmlMaxPasswordLength 50
#endif // NSMLDMUIDEFINES_H
// End of File