epoc32/include/logwrap.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 0 061f57f2323e
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 // Copyright (c) 2003-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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 
    18 /**
    19  @file
    20  @publishedAll
    21  @released
    22 */
    23 
    24 #if !defined(__LOGWRAP_HRH__)
    25 #define __LOGWRAP_HRH__
    26 
    27 // Event Uid's
    28 #define KLogCallEventType 0x1000550D
    29 #define KLogDataEventType 0x10005566
    30 #define KLogFaxEventType 0x10005567
    31 #define KLogShortMessageEventType 0x10005568
    32 #define KLogMailEventType 0x10005569
    33 #define KLogTaskSchedulerEventType  0x1000585E
    34 
    35 /**
    36 @internalComponent
    37 */
    38 #define KLogPacketDataEventType  0x10008F8E
    39 
    40 /**
    41 Location Requested by On Board Application Event Uid
    42 @publishedPartner
    43 @released
    44 */
    45 #define KLogLbsSelfLocateEventType 0x102822B2
    46 /**
    47 Location Requested by Remote Party Event Uid
    48 @publishedPartner
    49 @released
    50 */
    51 #define KLogLbsExternalLocateEventType 0x102822B3
    52 /**
    53 Location Sent to Remote Party Event Uid
    54 @publishedPartner
    55 @released
    56 */
    57 #define KLogLbsTransmitLocationEventType 0x102822B4
    58 /**
    59 Location Determined by Network Event Uid
    60 @publishedPartner
    61 @released
    62 */
    63 #define KLogLbsNetworkLocateEventType 0x102822B5
    64 /**
    65 Location Data Obtained from Network Event Uid
    66 @publishedPartner
    67 @released
    68 */
    69 #define KLogLbsAssistanceDataEventType 0x102822B6
    70 
    71 // Recent lists (Make consecutive)
    72 /**
    73 Log Recent Incoming Calls List
    74 @publishedPartner
    75 @released
    76 */
    77 #define KLogRecentIncomingCalls 1
    78 /**
    79 Log Recent Outgoing Calls List
    80 @publishedPartner
    81 @released
    82 */
    83 #define KLogRecentOutgoingCalls 2
    84 /**
    85 Log Recent Missed Calls List
    86 @publishedPartner
    87 @released
    88 */
    89 #define KLogRecentMissedCalls 3
    90 
    91 // Filter fields
    92 /**
    93 @internalComponent
    94 */
    95 #define ELogFirstFilterField 0x1
    96 
    97 #define ELogContactField 0x1
    98 #define ELogDirectionField 0x2
    99 #define ELogDurationTypeField 0x4
   100 #define ELogEventTypeField 0x8
   101 #define ELogNumberField 0x10
   102 #define ELogRemotePartyField 0x20
   103 #define ELogStatusField 0x40
   104 #define ELogStartTimeField 0x80
   105 #define ELogEndTimeField 0x100
   106 #define ELogFlagsField 0x200
   107 #define ELogSubjectField 0x400
   108 #define ELogLinkField 0x800
   109 #define ELogDataField 0x1000
   110 
   111 /**
   112 @internalComponent
   113 */
   114 #define ELogLastFilterField 0x200
   115 
   116 #endif