mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-03 01:06:53 +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:
parent
38c73cc6e2
commit
27222e1583
@ -1,4 +1,4 @@
|
|||||||
graft data
|
graft data
|
||||||
graft schema
|
graft schema
|
||||||
graft launch_config
|
graft launch_config
|
||||||
include configurator/src/assets/schema/scenario.json
|
include configurator/build/assets/scenario.json
|
||||||
|
@ -30,7 +30,7 @@ nuc11_folder = LazyPath(config_tools_dir / 'data' / 'nuc11tnbi5')
|
|||||||
# file define
|
# file define
|
||||||
nuc11_board = file_text(nuc11_folder / 'nuc11tnbi5.xml')
|
nuc11_board = file_text(nuc11_folder / 'nuc11tnbi5.xml')
|
||||||
nuc11_scenario = file_text(nuc11_folder / 'shared_launch_6user_vm.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'
|
IS_WEB = sys.platform == 'emscripten'
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ where = .
|
|||||||
schema = *, */*, */*/*, */*/*/*, */*/*/*/*
|
schema = *, */*, */*/*, */*/*/*, */*/*/*/*
|
||||||
launch_config = *, */*, */*/*, */*/*/*, */*/*/*/*
|
launch_config = *, */*, */*/*, */*/*/*, */*/*/*/*
|
||||||
data = *, */*, */*/*, */*/*/*, */*/*/*/*
|
data = *, */*, */*/*, */*/*/*, */*/*/*/*
|
||||||
configurator = packages/configurator/src/assets/schema/scenario.json
|
configurator = packages/configurator/build/assets/scenario.json
|
||||||
|
Loading…
Reference in New Issue
Block a user