From f1bace95913542826af4b9d7cd6688562070e1c9 Mon Sep 17 00:00:00 2001 From: wanghaixiang Date: Wed, 21 Jul 2021 14:49:05 +0800 Subject: [PATCH] add huks Lite system compile mac_qemu Signed-off-by: wanghaixiang --- qemu_mini_system_demo/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu_mini_system_demo/config.json b/qemu_mini_system_demo/config.json index 1817e4c..296d15e 100755 --- a/qemu_mini_system_demo/config.json +++ b/qemu_mini_system_demo/config.json @@ -41,7 +41,13 @@ { "subsystem": "security", "components": [ - { "component": "huks", "features":[] } + { "component": "huks", "features": + [ + "huks_use_lite_storage = true", + "huks_use_hardware_root_key = true", + "huks_config_file = \"hks_config_lite.h\"" + ] + } ] } ],