classicui_pub/popups_api/tsrc/inc/testsdkpopups.hrh
changeset 0 2f259fa3e83a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classicui_pub/popups_api/tsrc/inc/testsdkpopups.hrh	Tue Feb 02 01:00:49 2010 +0200
@@ -0,0 +1,113 @@
+/*
+* Copyright (c) 2002 - 2007 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:  test aknPopup.h aknpopupfader.h AknPopupField.h AknPopupFieldList.h 
+*                     AknPopupFieldText.h aknPopupHeadingPane.h aknpopuplayout.h 
+*                     AknPopupSettingPage.h
+*
+*/
+
+
+#ifndef C_TESTSDKPOPUPS_HRH
+#define C_TESTSDKPOPUPS_HRH
+
+// ---------------------------------------------------------------------------
+// enum TTestSDKPopups
+// ---------------------------------------------------------------------------
+//
+enum TTestSDKPopups
+    {
+    ETestSDKEdwin = 0x6001,
+    ETestSDKPopupsNoteId,
+    ETestSDKField1,
+    ETestSDKField2
+    };
+
+// ---------------------------------------------------------------------------
+// CONST KMaxLength
+// ---------------------------------------------------------------------------
+//
+#define KMaxLength 10
+// ---------------------------------------------------------------------------
+// popups_form
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_FORM "form"
+
+// ---------------------------------------------------------------------------
+// popups_other
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_OTHER "other"
+
+// ---------------------------------------------------------------------------
+// popups_empty
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_EMPTY "empty"
+
+// ---------------------------------------------------------------------------
+// popups_invalid
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_INVALID "invalid"
+
+// ---------------------------------------------------------------------------
+// popups_item1
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_ITEM1 "item1"
+
+// ---------------------------------------------------------------------------
+// popups_item2
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_ITEM2 "item2"
+
+// ---------------------------------------------------------------------------
+// popups_field1
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_FIELD1 "field1"
+
+// ---------------------------------------------------------------------------
+// popups_other1
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_OTHER1 "other1"
+
+// ---------------------------------------------------------------------------
+// popups_field2
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_FIELD2 "field2"
+
+// ---------------------------------------------------------------------------
+// popups_other2
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_OTHER2 "other2"
+
+// ---------------------------------------------------------------------------
+// popups_label
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_LABEL "label"
+
+// ---------------------------------------------------------------------------
+// popups_bmpfile_name
+// ---------------------------------------------------------------------------
+//
+#define POPUPS_BMPFILE_NAME "\\resource\\apps\\avkon2.mbm"
+
+#endif /*C_TESTSDKPOPUPS_HRH*/