1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/loggingservices/eventlogger/LogWrap/inc/LOGENGEVENTS.H Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,71 @@
1.4 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#ifndef LOGENGEVENTS_H
1.20 +#define LOGENGEVENTS_H
1.21 +
1.22 +#include <e32std.h>
1.23 +#include <logfilterandeventconstants.hrh>
1.24 +#include <logwrapconst.h>
1.25 +
1.26 +/**
1.27 +Location Requested by On Board Application Event Uid.
1.28 +@publishedPartner
1.29 +@released
1.30 +*/
1.31 +const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType};
1.32 +
1.33 +/**
1.34 +Location Requested by Remote Party Event Uid.
1.35 +@publishedPartner
1.36 +@released
1.37 +*/
1.38 +const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType};
1.39 +
1.40 +/**
1.41 +Location Sent to Remote Party Event Uid.
1.42 +@publishedPartner
1.43 +@released
1.44 +*/
1.45 +const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType};
1.46 +
1.47 +/**
1.48 +Location Determined by Network Event Uid.
1.49 +@publishedPartner
1.50 +@released
1.51 +*/
1.52 +const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType};
1.53 +
1.54 +/**
1.55 +Location Data Obtained from Network Event Uid.
1.56 +@publishedPartner
1.57 +@released
1.58 +*/
1.59 +const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType};
1.60 +
1.61 +/**
1.62 +Uid for Packet data event type
1.63 +@publishedPartner
1.64 +@released
1.65 +*/
1.66 +const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType};
1.67 +/**
1.68 +Event flag
1.69 +@publishedPartner
1.70 +@released
1.71 +*/
1.72 +const TLogFlags KLogEventContactSearched = 0x2;
1.73 +
1.74 +#endif