omadm/omadmappui/inc/NSmlDMUIDefines.h
changeset 0 3ce708148e4d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omadm/omadmappui/inc/NSmlDMUIDefines.h	Thu Dec 17 08:40:12 2009 +0200
@@ -0,0 +1,38 @@
+/*
+* 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