29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- platHwScanPciCards.xml -->
|
|
<!--
|
|
This file contains property information about pluggable PCI cards for
|
|
the JACE family.
|
|
|
|
The information is presented in the form of a list of possible PCI card
|
|
types with the possible properties for each type. The metadata for each
|
|
property is in the form of XML attributes as follows:
|
|
|
|
<pciCard description="[XXX]", locator="[XXX]" sideViewImage="[XXX]" topViewImage="[XXX]"/>
|
|
|
|
where description is typically a lexicon keyword describing the card and/or its function.
|
|
locator is the file path indicating a card's presence
|
|
xxxViewImages [optional] are the file names of the PCI card images for the BHardwareScanView.
|
|
If present, they are sequentially interpreted as
|
|
(1) the absolute path of the file
|
|
(2) the file name in the base board module's images directory
|
|
(3) the file name in the BHardwareScanService module's images directory
|
|
-->
|
|
|
|
<pciCards>
|
|
|
|
<pciCard description="wifiCard" locator="/var/run/wpa_supplicant" topViewImage="PciCardTopView.png"/>
|
|
|
|
</pciCards>
|
|
|