diff -r 000000000000 -r 08ec8eefde2f loggingservices/eventlogger/LogWrap/inc/LOGENGEVENTS.H --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/loggingservices/eventlogger/LogWrap/inc/LOGENGEVENTS.H Fri Jan 22 11:06:30 2010 +0200 @@ -0,0 +1,71 @@ +// Copyright (c) 2009 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: +// + +#ifndef LOGENGEVENTS_H +#define LOGENGEVENTS_H + +#include +#include +#include + +/** +Location Requested by On Board Application Event Uid. +@publishedPartner +@released +*/ +const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType}; + +/** +Location Requested by Remote Party Event Uid. +@publishedPartner +@released +*/ +const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType}; + +/** +Location Sent to Remote Party Event Uid. +@publishedPartner +@released +*/ +const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType}; + +/** +Location Determined by Network Event Uid. +@publishedPartner +@released +*/ +const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType}; + +/** +Location Data Obtained from Network Event Uid. +@publishedPartner +@released +*/ +const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType}; + +/** +Uid for Packet data event type +@publishedPartner +@released +*/ +const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType}; +/** +Event flag +@publishedPartner +@released +*/ +const TLogFlags KLogEventContactSearched = 0x2; + +#endif