locationtriggering/lbtmgmtui/inc/lbtmgmtpluginuid.hrh
changeset 0 667063e416a2
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 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:  Contains the UID3 value to be used for the Location Trigger 
       
    15 *                Management plug-in. This value is expected to have two specific
       
    16 *                functions
       
    17 *                1. UID3 for the lbtmgmtplugin.dll ECOM DLL
       
    18                  2. Implementation UID for the ECOM plugin to LocSysUiEngine
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef _LBTMGMTPLUGINUID_HRH_
       
    24 #define _LBTMGMTPLUGINUID_HRH_
       
    25 
       
    26 // Location System UI View UID3
       
    27 #define KLbtMgmtPluginUID3          0x2001E66E
       
    28 
       
    29 #endif      // _LBTMGMTPLUGINUID_HRH_
       
    30 
       
    31 // End of File
       
    32 
       
    33