locsrv_plat/map_and_navigation_provider_api/inc/mnappserviceuids.hrh
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
--- a/locsrv_plat/map_and_navigation_provider_api/inc/mnappserviceuids.hrh	Thu Aug 19 10:20:18 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-/*
-* 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