os/persistentdata/loggingservices/eventlogger/LogWrap/inc/LOGENGEVENTS.H
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef LOGENGEVENTS_H
    17 #define LOGENGEVENTS_H
    18 
    19 #include <e32std.h>
    20 #include <logfilterandeventconstants.hrh>
    21 #include <logwrapconst.h>
    22 
    23 /**
    24 Location Requested by On Board Application Event Uid.
    25 @publishedPartner
    26 @released
    27 */
    28 const TUid KLogLbsSelfLocateEventTypeUid = {KLogLbsSelfLocateEventType};
    29 
    30 /**
    31 Location Requested by Remote Party Event Uid.
    32 @publishedPartner
    33 @released
    34 */
    35 const TUid KLogLbsExternalLocateEventTypeUid = {KLogLbsExternalLocateEventType};
    36 
    37 /**
    38 Location Sent to Remote Party Event Uid.
    39 @publishedPartner
    40 @released
    41 */
    42 const TUid KLogLbsTransmitLocationEventTypeUid = {KLogLbsTransmitLocationEventType};
    43 
    44 /**
    45 Location Determined by Network Event Uid.
    46 @publishedPartner
    47 @released
    48 */
    49 const TUid KLogLbsNetworkLocateEventTypeUid = {KLogLbsNetworkLocateEventType};
    50 
    51 /**
    52 Location Data Obtained from Network Event Uid.
    53 @publishedPartner
    54 @released
    55 */
    56 const TUid KLogLbsAssistanceDataEventTypeUid = {KLogLbsAssistanceDataEventType};
    57 
    58 /**
    59 Uid for Packet data event type
    60 @publishedPartner
    61 @released
    62 */
    63 const TUid KLogPacketDataEventTypeUid = {KLogPacketDataEventType};
    64 /**
    65 Event flag
    66 @publishedPartner
    67 @released
    68 */
    69 const TLogFlags KLogEventContactSearched = 0x2;
    70 
    71 #endif