Unleashed v1.4
[unleashed.git] / share / man / man5 / hal.5
blob99dfbbeaa7fe0765305eda050ce77636b4756e9d
1 '\" te
2 .\"  Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH HAL 5 "Nov 26, 2017"
7 .SH NAME
8 hal \- overview of hardware abstraction layer
9 .SH DESCRIPTION
10 .LP
11 The Hardware Abstraction Layer (HAL) provides a view of the various hardware
12 attached to a system. This view is updated dynamically as hardware
13 configuration changes by means of hotplug or other mechanisms. HAL represents a
14 piece of hardware as a device object. A device object is identified by a unique
15 identifier and carries a set of key/value pairs, referred to as device
16 properties. Some properties are derived from the actual hardware, some are
17 merged from device information files (\fB\&.fdi\fR files), and some are related
18 to the actual device configuration.
19 .sp
20 .LP
21 HAL provides an easy-to-use API through D-Bus. D-Bus is an IPC framework that,
22 among other features, provides a system-wide message-bus that allows
23 applications to talk to one another. Specifically, D-Bus provides asynchronous
24 notification such that HAL can notify other peers on the message-bus when
25 devices are added and removed, as well as when properties on a device are
26 changing.
27 .sp
28 .LP
29 In the Solaris operating system, HAL is supported by a daemon, \fBhald\fR(8),
30 and a set of utilities that enable the adding and removing of devices and the
31 modification of their properties.
32 .SH SEE ALSO
33 .LP
34 \fBhald\fR(8), \fBfdi\fR(4)
35 .sp
36 .LP
37 See the HAL pages, including the HAL specification, under
38 http://freedesktop.org.