mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 17:47:10 -06:00
Our XML files had incorrect schema paths, so they needed to be corrected or removed. Because of the upcoming transition to F'' YAML modeling, removing the schema refrences is an easier approach than correcting all component xml files.
15 lines
432 B
XML
15 lines
432 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component name = "test" kind="active" namespace="SRC">
|
|
<import_dictionary>test/one</import_dictionary>
|
|
<import_port_type>test/two</import_port_type>
|
|
<include_header>test/three</include_header>
|
|
|
|
<ports>
|
|
<port name="inputOne" kind="async_input" data_type="string"></port>
|
|
<port name="outputOne" kind="output" data_type="U16"></port>
|
|
</ports>
|
|
|
|
|
|
|
|
</component>
|