deviceupdatesui/deviceupdates/inc/nsmldmuidefines.h
author hgs
Fri, 19 Mar 2010 04:28:07 +0530
changeset 33 7464c1e21dae
permissions -rw-r--r--
201008_internal

/*
* 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