diff -r 000000000000 -r 667063e416a2 locsrv_plat/map_image_conversion_plugin_api/inc/mnpluginuids.hrh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locsrv_plat/map_image_conversion_plugin_api/inc/mnpluginuids.hrh Tue Feb 02 01:06:48 2010 +0200 @@ -0,0 +1,31 @@ +/* +* 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 MNPLUGINUIDS_HRH_ +#define MNPLUGINUIDS_HRH_ + +/** @file + * @brief Map and Navigation FW plugin UIDs + */ + +/** Map Image Conversion Plug-In interface. + * This value shall be specified as @p uid field of SERVICE_INFO struct + * if application implements @ref CMnMapViewServiceBase. + */ +#define KMnMapImageConverterIf 0x101FDF84 + +#endif /*MNPLUGINUIDS_HRH_*/