locsrv_plat/map_and_navigation_provider_api/inc/mnappserviceuids.hrh
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Map and Navigation application service UIDs
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MN_APP_SERVICE_UIDS_HRH
       
    20 #define MN_APP_SERVICE_UIDS_HRH
       
    21 
       
    22 /** @file 
       
    23  *  @brief Map and Navigation application service UIDs 
       
    24  */
       
    25 
       
    26 /** MapView service UID.
       
    27  *  This value shall be specified as @p uid field of SERVICE_INFO struct
       
    28  *  if application implements @ref CMnMapViewServiceBase.
       
    29  */
       
    30 #define KMnAppMapViewService 0x10206909
       
    31 
       
    32 /** Navigation service UID.
       
    33  *  This value shall be specified as @p uid field of SERVICE_INFO struct
       
    34  *  if application implements @ref CMnNavigationServiceBase.
       
    35  */
       
    36 #define KMnAppNavigationService 0x1020690A
       
    37 
       
    38 /** Geocoding service UID.
       
    39  *  This value shall be specified as @p uid field of SERVICE_INFO struct
       
    40  *  if application implements @ref CMnGeocodingServiceBase.
       
    41  */
       
    42 #define KMnAppGeocodingService 0x1020690B
       
    43 
       
    44 /** MapImage service UID.
       
    45  *  This value shall be specified as @p uid field of SERVICE_INFO struct
       
    46  *  if application implements @ref CMnMapImageServiceBase.
       
    47  */
       
    48 #define KMnAppMapImageService  0x101FDF7F
       
    49 
       
    50 #endif // MN_APP_SERVICE_UIDS_HRH