meetingrequest/mrcommon/inc/mruidomaincrkeys.h
changeset 0 8466d47a6819
child 16 4ce476e64c59
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/meetingrequest/mrcommon/inc/mruidomaincrkeys.h	Thu Dec 17 08:39:21 2009 +0200
@@ -0,0 +1,58 @@
+/*
+* Copyright (c) 2007-2009 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:  Central repository key definitions for project MRUI
+*
+*/
+
+#ifndef MRUIDOMAINCRKEYS_H
+#define MRUIDOMAINCRKEYS_H
+
+#include "mruiuids.h"
+
+/**
+ * MRUI Feature local variation repository uid.
+ * The repository contains read-only keys for supported features.
+ * Values are on/off settings stored as integer data.
+ */
+const TUid KCRUidESMRUIFeatures = { KESMRUIFeaturesCRUid };
+
+/**
+ * CenRep key for Map and Navigation framework integration feature setting.
+ * 
+ * Default value: 1 (on)
+ */
+const TUint32 KESMRUIFeatureMnFwIntegration = 0x1;
+
+/**
+ * CenRep key for Contacts integration feature setting.
+ * 
+ * Default value: 1 (on)
+ */
+const TUint32 KESMRUIFeatureContactsIntegration = 0x2;
+
+/**
+ * CenRep key for Landmakrs application integration feature setting.
+ * 
+ * Default value: 1 (on)
+ */
+const TUint32 KESMRUIFeatureLandmarksIntegration = 0x3;
+
+/**
+ * CenRep key for Previous locations list feature setting.
+ * 
+ * Default value: 1 (on)
+ */
+const TUint32 KESMRUIFeaturePreviousLocationsList = 0x4;
+
+#endif // MRUIDOMAINCRKEYS_H