add macro

Signed-off-by: y30053096 <yangjinhuan@huawei.com>

Change-Id: I91284a0f9b1a4104a722d5ed6000777e73b27d0b
This commit is contained in:
y30053096
2024-07-12 16:23:35 +08:00
parent 2067fcc590
commit 99107dacca
+12 -2
View File
@@ -83,8 +83,18 @@
"huks_use_lite_storage = true",
"huks_use_hardware_root_key = true",
"huks_config_file = \"hks_config_lite.h\"",
"huks_key_store_path = \"/data/\"",
"ohos_security_huks_mbedtls_porting_path = \"//device/soc/chipsea/hals/mbedtls\""
"huks_key_store_path = \"/data/\""
]
}
]
},
{
"subsystem": "thirdparty",
"components": [
{
"component": "mbedtls",
"features": [
"mbedtls_porting_path = \"//device/soc/chipsea/hals/mbedtls\""
]
}
]