File: list.xml.in

package info (click to toggle)
discover-data 2.2005.02.13-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,128 kB
  • ctags: 56
  • sloc: xml: 25,037; python: 460; perl: 286; makefile: 150; awk: 15
file content (23 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>

<!-- $Progeny: list.xml.in 4251 2004-04-09 12:33:46Z licquia $ -->

<discover-data>
  <location bus="ata" type="busclass" url="file://@HWLISTSDIR@/ata-busclass.xml"/>
  <location bus="ata" type="device" url="file://@HWLISTSDIR@/ata-device.xml"/>
  <location bus="ata" type="vendor" url="file://@HWLISTSDIR@/ata-vendor.xml"/>
  <location bus="pci" type="busclass" url="file://@HWLISTSDIR@/pci-busclass.xml"/>
  <location bus="pci" type="device" url="file://@HWLISTSDIR@/pci-device.xml"/>
  <location bus="pci" type="vendor" url="file://@HWLISTSDIR@/pci-vendor.xml"/>
  <location bus="pcmcia" type="busclass" url="file://@HWLISTSDIR@/pcmcia-busclass.xml"/>
  <location bus="pcmcia" type="device" url="file://@HWLISTSDIR@/pcmcia-device.xml"/>
  <location bus="pcmcia" type="vendor" url="file://@HWLISTSDIR@/pcmcia-vendor.xml"/>
  <location bus="scsi" type="busclass" url="file://@HWLISTSDIR@/scsi-busclass.xml"/>
  <location bus="scsi" type="device" url="file://@HWLISTSDIR@/scsi-device.xml"/>
  <location bus="scsi" type="vendor" url="file://@HWLISTSDIR@/scsi-vendor.xml"/>
  <location bus="usb" type="busclass" url="file://@HWLISTSDIR@/usb-busclass.xml"/>
  <location bus="usb" type="device" url="file://@HWLISTSDIR@/usb-device.xml"/>
  <location bus="usb" type="vendor" url="file://@HWLISTSDIR@/usb-vendor.xml"/>
</discover-data>

<!-- vim:set et tw=0: -->