mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 20:00:13 +00:00
config_tools: change JSON Schema source file
Use the JSON Schema convered while building. The file will be updated in time. Tracked-On: #7459 Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
38c73cc6e2
commit
27222e1583
@@ -30,7 +30,7 @@ nuc11_folder = LazyPath(config_tools_dir / 'data' / 'nuc11tnbi5')
|
||||
# file define
|
||||
nuc11_board = file_text(nuc11_folder / 'nuc11tnbi5.xml')
|
||||
nuc11_scenario = file_text(nuc11_folder / 'shared_launch_6user_vm.xml')
|
||||
scenario_json_schema = file_text(configurator_dir / 'src' / 'assets' / 'schema' / 'scenario.json')
|
||||
scenario_json_schema = file_text(configurator_dir / 'build' / 'assets' / 'scenario.json')
|
||||
|
||||
IS_WEB = sys.platform == 'emscripten'
|
||||
|
||||
|
Reference in New Issue
Block a user