mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-02-21 06:33:48 +00:00
upgrade nanoid to 3.3.8 upgrade idna to 1.0.0 upgrade vite to >=3.2.11, actually locked at 6.0.3 upgrade rollup to >=2.79.2, actually locked at 4.28.1 Tracked-On: #8751 Signed-off-by: dongpingx <dongpingx.wu@intel.com>
Supporting libraries of ACRN configuration toolset
This package contains the libraries supporting ACRN configuration toolset, including:
- The manipulators and validators of scenario schemas or XMLs
- The generator of guest ACPI tables
The main objective of this package is to ease the import of the supporting libraries in the ACRN configurator which uses a Python interpreter built in WebAssembly (WASM). This package is thus NOT intended to be used by users; invoke the Python scripts directly if needed.