add macro

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

Change-Id: Ia35fe185e562d578c408f67099c40292c662503e
This commit is contained in:
y30053096
2024-07-12 15:56:16 +08:00
parent d44ecc670d
commit 4d63542d83
+11 -2
View File
@@ -41,8 +41,17 @@
"disable_authenticate = false",
"huks_use_lite_storage = true",
"huks_use_hardware_root_key = true",
"huks_config_file = \"hks_config_lite.h\"",
"ohos_security_huks_mbedtls_porting_path = \"//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls\""
"huks_config_file = \"hks_config_lite.h\""
]
}
]
},
{
"subsystem": "thirdparty",
"components": [
{ "component": "mbedtls", "features":
[
"mbedtls_porting_path = \"//device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls\""
]
}
]