locsrv_plat/map_and_navigation_provider_api/inc/mnappserviceuids.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 15 Jul 2010 19:06:58 +0300
branchRCL_3
changeset 18 d746aee05493
parent 0 667063e416a2
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

/*
* Copyright (c) 2005-2006 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:  Map and Navigation application service UIDs
*
*/


#ifndef MN_APP_SERVICE_UIDS_HRH
#define MN_APP_SERVICE_UIDS_HRH

/** @file 
 *  @brief Map and Navigation application service UIDs 
 */

/** MapView service UID.
 *  This value shall be specified as @p uid field of SERVICE_INFO struct
 *  if application implements @ref CMnMapViewServiceBase.
 */
#define KMnAppMapViewService 0x10206909

/** Navigation service UID.
 *  This value shall be specified as @p uid field of SERVICE_INFO struct
 *  if application implements @ref CMnNavigationServiceBase.
 */
#define KMnAppNavigationService 0x1020690A

/** Geocoding service UID.
 *  This value shall be specified as @p uid field of SERVICE_INFO struct
 *  if application implements @ref CMnGeocodingServiceBase.
 */
#define KMnAppGeocodingService 0x1020690B

/** MapImage service UID.
 *  This value shall be specified as @p uid field of SERVICE_INFO struct
 *  if application implements @ref CMnMapImageServiceBase.
 */
#define KMnAppMapImageService  0x101FDF7F

#endif // MN_APP_SERVICE_UIDS_HRH