dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / hal / fdi / policy / 10osvendor / 10-network-attached.fdi
blob85a5d37bb2acf1bc2611b0481f347f167eea81d7
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
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"
10 -->
12 <deviceinfo version="0.2">
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>
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">
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 -->
39 </match>
40 </device>
42 </deviceinfo>