1 <?xml version=
"1.0" encoding=
"UTF-8"?>
4 Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5 Use is subject to license terms.
7 Licensed under the Academic Free License version 2.1
9 ident "%Z%%M% %I% %E% SMI"
12 <deviceinfo version=
"0.2">
15 Create a place holder in the HAL device tree for the network attached
16 device discovery service to attach.
19 <match key=
"system.kernel.name" string=
"SunOS">
20 <spawn udi=
"/org/freedesktop/Hal/devices/network_attached"/>
25 Attach an instance of the network attached device discovery service to
26 the new HAL device tree node.
29 <match key=
"info.udi" string=
"/org/freedesktop/Hal/devices/network_attached">
31 <append key=
"info.product" type=
"strlist">Network Attached Devices
</append>
32 <append key=
"info.capabilities" type=
"strlist">network_device_discovery
</append>
33 <append key=
"info.addons" type=
"strlist">hald-addon-network-discovery
</append>
35 The addon implements the 'org.freedesktop.Hal.Device.NetworkDiscovery'
36 interface. This interface controls the operation of the addon module.