bluetooth/btlogger/generic/public/components.h
changeset 0 29b1cd4cb562
child 27 83036355c0f3
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 2006-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 /**
       
    17  @file
       
    18  @internalTechnology
       
    19 */
       
    20 
       
    21 #ifndef BLUETOOTH_LOGGER_COMPONENTS_H
       
    22 #define BLUETOOTH_LOGGER_COMPONENTS_H
       
    23 
       
    24 // This file provides a centralised place for the definition
       
    25 // of log component strings for use with the Bluetooth logger.
       
    26 
       
    27 // The Bluetooth PRT
       
    28 #define LOG_COMPONENT_BT_PRT				"BtPrt"
       
    29 
       
    30 // Class of Device (CoD) Service Manager
       
    31 #define LOG_COMPONENT_BT_COD				"CoD"
       
    32 
       
    33 // Incoming connection listener
       
    34 #define LOG_COMPONENT_IN_CONN_LISTENER		"InConnListener"
       
    35 
       
    36 // The Bluetooth Logger
       
    37 #define LOG_COMPONENT_LOGGER				"LogEngine"
       
    38 
       
    39 // HCIv2 Framework
       
    40 #define LOG_COMPONENT_HCICMDQ				"HciCmdQ"
       
    41 #define LOG_COMPONENT_COREHCI_BASE			"CoreHciBase"
       
    42 #define LOG_COMPONENT_HCTL_BASE				"HctlBase"
       
    43 #define LOG_COMPONENT_QDP_BASE				"QdpBase"
       
    44 #define LOG_COMPONENT_BTPOWERCONTROL		"PowerControl"
       
    45 #define LOG_COMPONENT_DUT_MODE				"DutMode"
       
    46 #define LOG_COMPONENT_HCISERVERCLIENT		"HciServerClient"
       
    47 #define LOG_COMPONENT_HCIUTIL				"HciUtil"
       
    48 
       
    49 // Symbian Reference HCIv2 Implementations
       
    50 #define LOG_COMPONENT_COREHCI_SYMBIAN		"CoreHciSymbian"
       
    51 #define LOG_COMPONENT_HCISERVER				"HciServer"
       
    52 #define LOG_COMPONENT_COMMANDSEVENTS_SYMBIAN "CommandsEvents"
       
    53 #define LOG_COMPONENT_QDP_SYMBIAN			"QdpSymbian"
       
    54 #define LOG_COMPONENT_INITIALISOR_SYMBIAN	"InitSymbian"
       
    55 #define LOG_COMPONENT_INITIALISOR_TI		"InitTi"
       
    56 #define LOG_COMPONENT_HCTL_UART_ORIGINAL	"HctlUartOriginal"
       
    57 #define LOG_COMPONENT_HCTL_TI				"HctlTi"
       
    58 #define LOG_COMPONENT_HCTL_BCSP				"HctlBcsp"
       
    59 #define LOG_COMPONENT_HCI_FACADE			"HciFacade"
       
    60 #define LOG_COMPONENT_HCI_CSCOLINK			"CSCOLink"
       
    61 #define LOG_COMPONENT_HCI_WATCHDOG			"HciWatchdog"
       
    62 
       
    63 // Bluetooth Stack Components
       
    64 #define LOG_COMPONENT_SECMAN				"SecMan"
       
    65 #define LOG_COMPONENT_HOSTRESOLVER			"HostResolver"
       
    66 #define LOG_COMPONENT_LINKMGR				"LinkMgr"
       
    67 #define LOG_COMPONENT_PAIRING_SERVER		"PairingServer"
       
    68 #define LOG_COMPONENT_EIRMANAGER			"EirManager"
       
    69 #define LOG_COMPONENT_L2CAP					"L2Cap"
       
    70 #define LOG_COMPONENT_L2CAP_PDU				"L2CapPdu"
       
    71 #define LOG_COMPONENT_L2CAP_SDU				"L2CapSdu"
       
    72 #define LOG_COMPONENT_L2CAP_SDU_Q			"L2CapSduQ"
       
    73 #define LOG_COMPONENT_L2CAP_DATA_CONTROLLER	"L2CapDataController"
       
    74 #define LOG_COMPONENT_RFCOMM				"Rfcomm"
       
    75 #define LOG_COMPONENT_SDP					"Sdp"
       
    76 #define LOG_COMPONENT_AVDTP					"Avdtp"
       
    77 #define LOG_COMPONENT_AVCTP					"Avctp"
       
    78 
       
    79 // Bluetooth User Components
       
    80 #define LOG_COMPONENT_BTLIB					"BtLib"
       
    81 #define LOG_COMPONENT_AVLIB					"AvLib"
       
    82 #define LOG_COMPONENT_AVCTP_SERVICES		"AvctpServices"
       
    83 
       
    84 // Bluetooth SDP
       
    85 #define LOG_COMPONENT_SDPDATABASE			"SdpDatabase"
       
    86 #define LOG_COMPONENT_SDP_SERVER			"SdpServer"
       
    87 #define LOG_COMPONENT_SDP_AGENT				"SdpAgent"
       
    88 
       
    89 // Bluetooth Notifier Parameters
       
    90 #define LOG_COMPONENT_BTNOTIFIERS			"Notifiers"
       
    91 
       
    92 // btcomm component
       
    93 #define LOG_COMPONENT_BT_COMM				"BtComm"
       
    94 
       
    95 // Bluetooth Registry
       
    96 #define LOG_COMPONENT_BT_MANAGER_CLIENT		"BtManClient"
       
    97 #define LOG_COMPONENT_BT_MANAGER_SERVER		"BtManServer"
       
    98 #define LOG_COMPONENT_BT_REGISTRY			"BtRegistry"
       
    99 
       
   100 // A2DP Optimiser
       
   101 #define LOG_COMPONENT_A2DP_OPTIMISER        "A2dpOptimiser"
       
   102 
       
   103 // Bluetooth PAN profile
       
   104 #define LOG_COMPONENT_PAN_BNEP				"Bnep"
       
   105 #define LOG_COMPONENT_PAN_AGENT				"PanAgt"
       
   106 #define LOG_COMPONENT_PAN_HELPERS			"PanHelpers"
       
   107 #define LOG_COMPONENT_PAN_NAPIPHOOK			"PanNapIpHook"
       
   108 #define LOG_COMPONENT_PAN_PROVIDERS			"PanProviders"
       
   109 
       
   110 // Bluetooth Profiles
       
   111 #define LOG_COMPONENT_REMCON_REFERENCE_TSP	"RemconRefTsp"
       
   112 #define LOG_COMPONENT_REMCON_REF_SER_BEARER	"RemconRefSerBearer"
       
   113 #define LOG_COMPONENT_REMCON_SERVER			"RemconServer"
       
   114 #define LOG_COMPONENT_REMCON_UTILS			"RemconUtils"
       
   115 #define LOG_COMPONENT_REMCON_TYPES			"RemconTypes"
       
   116 #define LOG_COMPONENT_REMCON_CORE			"RemconCore"
       
   117 #define LOG_COMPONENT_REMCON_EXTAPI1		"RemconExtApi1"
       
   118 #define LOG_COMPONENT_REMCON_INNER			"RemconInner"
       
   119 #define LOG_COMPONENT_REMCON_IF_BASE		"RemconIfBase"
       
   120 #define LOG_COMPONENT_REMCON_IF_SEL			"RemconIfSel"
       
   121 #define LOG_COMPONENT_REMCON_IL_RECV		"RemconIlRecv"
       
   122 #define LOG_COMPONENT_AVRCP_BEARER			"AvrcpBearer"
       
   123 #define LOG_COMPONENT_AVRCP_STATUS			"AvrcpStatus"
       
   124 #define LOG_COMPONENT_AVRCP_BATTERY_STATUS	"AvrcpBattStat"
       
   125 #define LOG_COMPONENT_AVRCP_GROUP_NAVIGATION "AvrcpGroupNav"
       
   126 #define LOG_COMPONENT_AVRCP_MEDIA_INFO		"AvrcpMediaInfo"
       
   127 #define LOG_COMPONENT_AVRCP_PLAYER_INFO		"AvrcpPlayerInfo"
       
   128 #define LOG_COMPONENT_AVRCP_FRAME			"AvrcpFrame"
       
   129 #define LOG_COMPONENT_REMCONABSOLUTEVOLUME  "RemConAbsoluteVolumeApi"
       
   130 #define LOG_COMPONENT_REMCONMEDIABROWSEAPI  "RemConMediaBrowseApi"
       
   131 #define LOG_COMPONENT_REMCONNOWPLAYINGAPI   "RemConNowPlayingApi"
       
   132 
       
   133 // Test Components
       
   134 #define LOG_COMPONENT_BT_COMM_TCSY			"BtCommTcsy"
       
   135 #define LOG_COMPONENT_GAVDP_TAVSRC			"GavdpTavsrc"
       
   136 #define LOG_COMPONENT_TSDPSAS				"Tsdpsas"
       
   137 #define LOG_COMPONENT_BT_TESTCONSOLE		"BtTestConsole"
       
   138 
       
   139 #endif // BLUETOOTH_LOGGER_COMPONENTS_H