--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/contacts_plat/presence_cache_api/inc/presencecacheids.hrh Tue Feb 02 10:12:17 2010 +0200
@@ -0,0 +1,47 @@
+/*
+* Copyright (c) 2008 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: Presence Cache API interface IDs.
+*
+*/
+
+#ifndef PRESENCECACHEIDS_HRH
+#define PRESENCECACHEIDS_HRH
+
+
+
+
+
+
+
+
+
+// Interface UID for Presencefeatures interface
+// #define XIMP_ECOM_IF_UID_PRESENCE_INTERFACE 0x2000B185
+
+// Interface UID for PresenceCacheReader interface
+// #define XIMP_ECOM_IF_UID_PRESENCE_CACHE_READER 0x2000B4EC
+#define PRESENCECACHE_ECOM_IF_UID_READER 0xEF007001 // todo: official number
+
+// Interface UID for PresenceCacheWriter interface
+// #define XIMP_ECOM_IF_UID_PRESENCE_CACHE_WRITER 0x2000B4ED
+#define PRESENCECACHE_ECOM_IF_UID_WRITER 0xEF007002 // todo: official number
+
+// Default implementation resulution data
+// for XIMP presencefeature interterface Base ECom interface
+#define PRESENCECACHE_ECOM_DEFAULT_DATA_PRESENCE_INTERFACE "default"
+
+
+
+#endif // PRESENCECACHEIDS_HRH
+