epoc32/include/logfilterandeventconstants.hrh
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/logfilterandeventconstants.hrh	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,85 @@
     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 +#ifndef LOGFILTERANDEVENTCONSTANTS_HRH
    1.19 +#define LOGFILTERANDEVENTCONSTANTS_HRH
    1.20 +
    1.21 +/**
    1.22 +Location Requested by On Board Application Event Uid
    1.23 +@publishedPartner
    1.24 +@released
    1.25 +*/
    1.26 +#define KLogLbsSelfLocateEventType 0x102822B2
    1.27 +/**
    1.28 +Location Requested by Remote Party Event Uid
    1.29 +@publishedPartner
    1.30 +@released
    1.31 +*/
    1.32 +#define KLogLbsExternalLocateEventType 0x102822B3
    1.33 +/**
    1.34 +Location Sent to Remote Party Event Uid
    1.35 +@publishedPartner
    1.36 +@released
    1.37 +*/
    1.38 +#define KLogLbsTransmitLocationEventType 0x102822B4
    1.39 +/**
    1.40 +Location Determined by Network Event Uid
    1.41 +@publishedPartner
    1.42 +@released
    1.43 +*/
    1.44 +#define KLogLbsNetworkLocateEventType 0x102822B5
    1.45 +/**
    1.46 +Location Data Obtained from Network Event Uid
    1.47 +@publishedPartner
    1.48 +@released
    1.49 +*/
    1.50 +#define KLogLbsAssistanceDataEventType 0x102822B6
    1.51 +
    1.52 +// Recent lists (Make consecutive)
    1.53 +/**
    1.54 +Log Recent Incoming Calls List
    1.55 +@publishedPartner
    1.56 +@released
    1.57 +*/
    1.58 +#define KLogRecentIncomingCalls 1
    1.59 +/**
    1.60 +Log Recent Outgoing Calls List
    1.61 +@publishedPartner
    1.62 +@released
    1.63 +*/
    1.64 +#define KLogRecentOutgoingCalls 2
    1.65 +/**
    1.66 +Log Recent Missed Calls List
    1.67 +@publishedPartner
    1.68 +@released
    1.69 +*/
    1.70 +#define KLogRecentMissedCalls 3
    1.71 +
    1.72 +/**
    1.73 +Log Packet Data Event Uid
    1.74 +@publishedPartner
    1.75 +@released
    1.76 +*/
    1.77 +#define KLogPacketDataEventType  0x10008F8E
    1.78 +
    1.79 +/**
    1.80 +Filter fields
    1.81 +@publishedPartner
    1.82 +*/
    1.83 +#define ELogFirstFilterField 0x1
    1.84 +
    1.85 +#define ELogLastFilterField 0x200
    1.86 +
    1.87 +#endif
    1.88 +