53 lines
965 B
XML
53 lines
965 B
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
#######################################
|
|
# Copyright (c) A3XX Development Team #
|
|
#######################################
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<path>res/empty.ac</path>
|
|
|
|
<model>
|
|
<condition>
|
|
<and>
|
|
<not><property>options/EIS2</property></not>
|
|
<equals>
|
|
<property>instrumentation/efis/ecam/display-mode</property>
|
|
<value>ENG</value>
|
|
</equals>
|
|
</and>
|
|
</condition>
|
|
<path>eng-eis1.xml</path>
|
|
</model>
|
|
|
|
<model>
|
|
<condition>
|
|
<and>
|
|
<property>options/EIS2</property>
|
|
<equals>
|
|
<property>instrumentation/efis/ecam/display-mode</property>
|
|
<value>ENG</value>
|
|
</equals>
|
|
</and>
|
|
</condition>
|
|
<path>eng-eis2.xml</path>
|
|
</model>
|
|
|
|
<model>
|
|
<condition>
|
|
<equals>
|
|
<property>instrumentation/efis/ecam/display-mode</property>
|
|
<value>APU</value>
|
|
</equals>
|
|
</condition>
|
|
<path>apu.xml</path>
|
|
</model>
|
|
|
|
<model>
|
|
<path>osgtxt-common.xml</path>
|
|
</model>
|
|
|
|
</PropertyList>
|