landmarks/locationlandmarks/clientlib/inc/EPos_LandmarksUids.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:06:48 +0200
changeset 0 667063e416a2
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2002-2005,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: Defines landmarks UIds
*
*
*/


#ifndef LANDMARKSUIDS_H
#define LANDMARKSUIDS_H

// Landmark interface UIDs
#define KPosLmDatabaseIfUid             0x101fdf77
#define KPosLmDatabaseExtendedIfUid     0x2000F841
#define KPosLmCatManagerIfUid           0x101fdf78
#define KPosLmEventNotifierIfUid        0x101fdf79
#define KPosLmEncoderIfUid              0x101FE990
#define KPosLmParserIfUid               0x101FE991

// Landmark local database implementation UID
#define KPosLmLocalDatabaseImplUid      0x101fdf7a
#define KPosLmLocalDatabaseExtImplUid   0x2000F842

// Extension interfaces UIDs (not ECom)

/** Value of UID of @ref MPosLmDatabaseFastCounters extension interface
 *  for @ref CPosLandmarDatabaseExtended.
 *  @see CPosLandmarkDatabaseExtended::GetExtensionL */
#define KPosLmDatabaseFastCountersIfUid 0x2000F843

#endif