00001 /* 00002 * ============================================================================ 00003 * Name : AccMonitorCapabilities.h 00004 * Part of : Accessory Services / AccessoryMonitor 00005 * Description : Accessory capability definitions for AccMonitor 00006 * Version : %version: 1 % 00007 * 00008 * Copyright © 2006 Nokia. All rights reserved. 00009 * This material, including documentation and any related computer 00010 * programs, is protected by copyright controlled by Nokia. All 00011 * rights are reserved. Copying, including reproducing, storing, 00012 * adapting or translating, any or all of this material requires the 00013 * prior written consent of Nokia. This material also contains 00014 * confidential information which may not be disclosed to others 00015 * without the prior written consent of Nokia. 00016 * ============================================================================ 00017 * Template version: 4.1 00018 */ 00019 00020 00021 #ifndef ACCMONITORCAPABILTIES_H 00022 #define ACCMONITORCAPABILTIES_H 00023 00024 // INCLUDES 00025 #include <e32base.h> 00026 00027 // EXTERNAL DATA TYPES 00033 typedef TUint32 TAccMonCapability; 00034 00046 const TAccMonCapability KAccMonNoDevice = 0; 00047 00053 const TAccMonCapability KAccMonHeadset = 1; 00054 00060 const TAccMonCapability KAccMonCarKit = 2; 00061 00067 const TAccMonCapability KAccMonOffice = 3; 00068 00074 const TAccMonCapability KAccMonLoopset = 6; 00075 00081 const TAccMonCapability KAccMonTTY = 9; 00082 00089 const TAccMonCapability KAccMonAVDevice = 10; 00090 00105 const TAccMonCapability KAccMonWired = 17; 00106 00114 const TAccMonCapability KAccMonBluetooth = 18; 00115 00123 const TAccMonCapability KAccMonUSB = 19; 00124 00138 const TAccMonCapability KAccMonStereoAudio = 81; 00139 00146 const TAccMonCapability KAccMonMonoAudio = 82; 00147 00154 const TAccMonCapability KAccMonSpeakerAudioOutput = 83; 00155 00162 const TAccMonCapability KAccMonMicAudioInput = 84; 00163 00172 const TAccMonCapability KAccMonAudioOut = 86; 00173 00178 enum TAccMonAudioOut 00179 { 00180 EAccMonAudioOutLineout = 0 00181 }; 00182 00194 const TAccMonCapability KAccMonBTHSP = 97; 00195 00202 const TAccMonCapability KAccMonBTHFP = 98; 00203 00210 const TAccMonCapability KAccMonBTAVRCP = 99; 00211 00218 const TAccMonCapability KAccMonBTA2DP = 100; 00219 00232 const TAccMonCapability KAccMonVideoOut = 113; 00233 00238 enum TAccMonVideoOut 00239 { 00240 EAccMonVideoOutCVideo = 0//C-Video (composite) 00241 }; 00242 00243 00244 #endif // ACCMONITORCAPABILTIES_H 00245 00246 // End of File