1<?xml version='1.0' encoding='utf-8'?> 2 3<!-- Copyright (C) 2021-2022 Intel Corporation. --> 4<!-- SPDX-License-Identifier: BSD-3-Clause --> 5 6<acrn-offline-data 7 xmlns:xi="http://www.w3.org/2003/XInclude"> 8 <board-data> 9 <xi:include href="{BOARD_FILE}" parse="xml" /> 10 </board-data> 11 <config-data> 12 <xi:include href="{SCENARIO_FILE}" parse="xml" /> 13 </config-data> 14 <allocation-data> 15 <xi:include href="{ALLOCATION_FILE}" parse="xml" /> 16 </allocation-data> 17</acrn-offline-data> 18