1.1 --- a/epoc32/include/accmonitorcapabilities.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/accmonitorcapabilities.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,10 +1,10 @@
1.4 /*
1.5 -* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
1.7 * All rights reserved.
1.8 * This component and the accompanying materials are made available
1.9 -* 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
1.10 +* under the terms of "Eclipse Public License v1.0"
1.11 * which accompanies this distribution, and is available
1.12 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.13 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.14 *
1.15 * Initial Contributors:
1.16 * Nokia Corporation - initial contribution.
1.17 @@ -63,7 +63,7 @@
1.18 *
1.19 * Description: Constant definition for device type office, e.g. Music Stand.
1.20 */
1.21 -const TAccMonCapability KAccMonOffice = 3;
1.22 +const TAccMonCapability KAccMonOffice = 3;
1.23
1.24 /**
1.25 * Device type capability: KAccMonLoopset
1.26 @@ -122,6 +122,15 @@
1.27 const TAccMonCapability KAccMonUSB = 19;
1.28
1.29 /**
1.30 +* Physical connection capability: KAccMonHDMI
1.31 +*
1.32 +* Description: Constant definition for physical connection HDMI
1.33 +* connector. If capability is defined accessory has HDMI for its
1.34 +* physical connection.
1.35 +*/
1.36 +const TAccMonCapability KAccMonHDMI = 20;
1.37 +
1.38 +/**
1.39 * Audio Capabilities
1.40 *
1.41 * Description: Audio capabilities describe the audio features some accessory
1.42 @@ -187,7 +196,7 @@
1.43
1.44 /**
1.45 * Bluetooth capability: KAccMonBTHSP
1.46 -* Description: Constant definition for Bluetooth profile HS (Headset
1.47 +* Description: Constant definition for Bluetooth profile HS (Headset
1.48 * profile). Accessory supports HS profile.
1.49 */
1.50 const TAccMonCapability KAccMonBTHSP = 97;