locsrv_plat/map_image_conversion_plugin_api/inc/mnpluginuids.hrh
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     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 #ifndef MNPLUGINUIDS_HRH_
       
    19 #define MNPLUGINUIDS_HRH_
       
    20 
       
    21 /** @file
       
    22  *  @brief Map and Navigation FW plugin UIDs
       
    23  */
       
    24 
       
    25 /** Map Image Conversion Plug-In interface.
       
    26  *  This value shall be specified as @p uid field of SERVICE_INFO struct
       
    27  *  if application implements @ref CMnMapViewServiceBase.
       
    28  */
       
    29 #define KMnMapImageConverterIf 0x101FDF84
       
    30 
       
    31 #endif /*MNPLUGINUIDS_HRH_*/