seL4/libsel4
Indan Zupancic 43607edb68 Manual: Xinclude support
This way common error codes can be in their own file.

To use, add the xmlns:xi="http://www.w3.org/2001/XInclude
attribute to the top level node and use:

<xi:include href="file-to-include.xml"/>

The content of the file will be included verbatim.

Include files must be complete XML documents, but without
<?xml version="1.0" ?> at the top. Practically this means
all nodes within the file need to be contained in one root
element.

Caveat: There is no proper dependency for Xincludes files in
the Makefile, so you need to do make clean after changing an
included XML file!

Signed-off-by: Indan Zupancic <indan@nul.nu>
2024-03-18 10:03:07 +00:00
..
arch_include make method names consistent (#1144) 2024-01-19 14:25:02 +11:00
include libsel4: Eliminate unnamed enums 2024-02-08 15:34:14 +11:00
mode_include replacing all ifndef with pargma once 2020-03-23 11:04:46 +11:00
sel4_arch_include ARM: Allow VMPIDR_EL2 reg to be set on unicore 2024-03-14 10:02:42 +01:00
sel4_plat_include Add support for Star64 SBC 2023-11-08 14:34:18 +00:00
src Enabled IPC debug features under new config 2020-04-06 14:21:46 +10:00
tools Manual: Xinclude support 2024-03-18 10:03:07 +00:00
CMakeLists.txt Add CONFIG_X86_64_VTX_64BIT_GUESTS guards 2023-06-06 13:29:34 +10:00