--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/calendarui/agendaeventviewer/inc/agendaeventviewercommon.h Fri Apr 16 14:57:40 2010 +0300
@@ -0,0 +1,40 @@
+/*
+* Copyright (c) 2010 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: Common include file for agenda event viewer
+*
+*/
+
+#ifndef AGENDAEVENTVIEWERCOMMON_H
+#define AGENDAEVENTVIEWERCOMMON_H
+
+#define AGENDA_EVENT_VIEWER_DOCML ":/docml/agendaeventviewer.docml"
+#define AGENDA_EVENT_VIEWER_VIEW_OBJECT "eventViewer"
+#define AGENDA_EVENT_VIEWER_SEND_ACTION "sendAction"
+#define AGENDA_EVENT_VIEWER_EDIT_ACTION "editAction"
+#define AGENDA_EVENT_VIEWER_DELETE_ACTION "deleteAction"
+#define AGENDA_EVENT_VIEWER_SCROLLAREA "scrollArea"
+#define AGENDA_EVENT_VIEWER_SCROLLAREA_CONTENTS "scrollAreaContents"
+#define AGENDA_EVENT_VIEWER_SUBJECT_WIDGET "subjectWidget"
+#define AGENDA_EVENT_VIEWER_DATE_TIME_WIDGET "dateTimeWidget"
+#define AGENDA_EVENT_VIEWER_LOCATION_WIDGET "locationWidget"
+#define AGENDA_EVENT_VIEWER_REMINDER_WIDGET "reminderWidget"
+#define AGENDA_EVENT_VIEWER_REPEAT_WIDGET "repeatWidget"
+#define AGENDA_EVENT_VIEWER_DESCRIPTION_WIDGET "descriptionWidget"
+#define AGENDA_EVENT_VIEWER_MENU "viewerMenu"
+#define AGENDA_EVENT_VIEWER_GROUPBOX "groupBox"
+#define AGENDA_EVENT_VIEWER_TOOLBAR "viewToolbar"
+
+#endif // AGENDAEVENTVIEWERCOMMON_H
+
+// End of file --Don't remove this.