mirror of
https://github.com/openharmony/vendor_bestechnic.git
synced 2026-07-01 20:34:35 -04:00
add macro
Signed-off-by: y30053096 <yangjinhuan@huawei.com> Change-Id: I48aa08877c214c858f235a342e6e2b3cfcbadb78
This commit is contained in:
@@ -217,8 +217,7 @@
|
||||
"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/bestechnic/hals/mbedtls\""
|
||||
"huks_key_store_path = \"/data/\""
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -229,6 +228,17 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subsystem": "thirdparty",
|
||||
"components": [
|
||||
{
|
||||
"component": "mbedtls",
|
||||
"features": [
|
||||
"mbedtls_porting_path = \"//device/soc/bestechnic/hals/mbedtls\""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"vendor_adapter_dir": "",
|
||||
|
||||
@@ -240,8 +240,7 @@
|
||||
"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/bestechnic/hals/mbedtls\""
|
||||
"huks_key_store_path = \"/data/\""
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -252,6 +251,17 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subsystem": "thirdparty",
|
||||
"components": [
|
||||
{
|
||||
"component": "mbedtls",
|
||||
"features": [
|
||||
"mbedtls_porting_path = \"//device/soc/bestechnic/hals/mbedtls\""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"vendor_adapter_dir": "",
|
||||
|
||||
+12
-2
@@ -208,8 +208,7 @@
|
||||
"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/bestechnic/hals/mbedtls\""
|
||||
"huks_key_store_path = \"/data/\""
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -221,6 +220,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subsystem": "thirdparty",
|
||||
"components": [
|
||||
{
|
||||
"component": "mbedtls",
|
||||
"features": [
|
||||
"mbedtls_porting_path = \"//device/soc/bestechnic/hals/mbedtls\""
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"subsystem": "xts",
|
||||
"components": [
|
||||
|
||||
Reference in New Issue
Block a user