add macro

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

Change-Id: If82e463e4bcf68248a4fa44b10d1a896db33f070
This commit is contained in:
y30053096
2024-07-12 16:33:31 +08:00
parent f42699a732
commit 570e05d255
+12 -2
View File
@@ -81,8 +81,18 @@
"huks_use_lite_storage = true",
"huks_use_hardware_root_key = true",
"huks_config_file = \"hks_config_lite.h\"",
"huks_key_store_path = \"storage\"",
"ohos_security_huks_mbedtls_porting_path = \"//device/board/openvalley/niobeu4/liteos_m/third_party_adapter/mbedtls\""
"huks_key_store_path = \"storage\""
]
}
]
},
{
"subsystem": "thirdparty",
"components": [
{
"component": "mbedtls",
"features": [
"mbedtls_porting_path = \"//device/board/openvalley/niobeu4/liteos_m/third_party_adapter/mbedtls\""
]
}
]