s/no-warning/depreciated/
[fg:toms-fgdata.git] / Huds / Engineering / default.xml
1 <?xml version="1.0"?>
2
3 <!--
4 Preliminary Default Hud.
5 November 2000
6 Neetha Girish <neetha@ada.ernet.in>
7
8 Based on Default Panel by David Megginson, david@megginson.com.
9
10 This is a Hud configuration file for the open-source flight
11 simulator FlightGear (www.flightgear.org).  The file is an XML-encoded
12 FlightGear property list defining the Hud.
13
14 Each instrument is, itself, defined in an XML-encoded property list
15 in a separate file.
16
17 -->
18
19 <PropertyList>
20  <depreciated/>
21
22  <name>Default Aircraft Hud</name>
23
24  <instruments>
25
26   <hudladder>
27    <path>Huds/Instruments/Default/hudladder.xml</path>
28   </hudladder>
29
30   <hudcard>
31    <path>Huds/Instruments/Default/hudcard.xml</path>
32   </hudcard>
33
34   <instrlabel>
35    <path>Huds/Instruments/Engineering/instrlabel.xml</path>
36   </instrlabel>
37
38   <fgTBI>
39    <path>Huds/Instruments/Default/fgtbi.xml</path>
40   </fgTBI>
41
42  </instruments>
43
44 </PropertyList>