xref: /illumos-gate/usr/src/cmd/hal/fdi/policy/10osvendor/10-network-attached.fdi (revision a0955b86cd77e22e80846428a5065e871b6d8eb8)
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4  Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
5  Use is subject to license terms.
6
7  Licensed under the Academic Free License version 2.1
8
9  ident	"%Z%%M%	%I%	%E% SMI"
10-->
11
12<deviceinfo version="0.2">
13
14  <!--
15	Create a place holder in the HAL device tree for the network attached
16	device discovery service to attach.
17  -->
18  <device>
19    <match key="system.kernel.name" string="SunOS">
20      <spawn udi="/org/freedesktop/Hal/devices/network_attached"/>
21    </match>
22  </device>
23
24  <!--
25	Attach an instance of the network attached device discovery service to
26	the new HAL device tree node.
27  -->
28  <device>
29    <match key="info.udi" string="/org/freedesktop/Hal/devices/network_attached">
30
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>
34      <!--
35        The addon implements the 'org.freedesktop.Hal.Device.NetworkDiscovery'
36        interface.  This interface controls the operation of the addon module.
37      -->
38
39    </match>
40  </device>
41
42</deviceinfo>
43