sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef LOGENGEVENTS_H sl@0: #define LOGENGEVENTS_H sl@0: sl@0: #include sl@0: #include sl@0: #include sl@0: sl@0: /** sl@0: Location Requested by On Board Application Event Uid. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType}; sl@0: sl@0: /** sl@0: Location Requested by Remote Party Event Uid. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType}; sl@0: sl@0: /** sl@0: Location Sent to Remote Party Event Uid. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType}; sl@0: sl@0: /** sl@0: Location Determined by Network Event Uid. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType}; sl@0: sl@0: /** sl@0: Location Data Obtained from Network Event Uid. sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType}; sl@0: sl@0: /** sl@0: Uid for Packet data event type sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType}; sl@0: /** sl@0: Event flag sl@0: @publishedPartner sl@0: @released sl@0: */ sl@0: const TLogFlags KLogEventContactSearched = 0x2; sl@0: sl@0: #endif