提交 971e0ddd 编写于 作者: L liyufan

add sasdk

Signed-off-by: Nliyufan <liyufan5@huawei.com>
上级 c8797c6d
...@@ -130,7 +130,10 @@ if (defined(ohos_lite)) { ...@@ -130,7 +130,10 @@ if (defined(ohos_lite)) {
public_configs = [ ":mbedtls_config" ] public_configs = [ ":mbedtls_config" ]
output_name = "mbedtls" output_name = "mbedtls"
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
innerapi_tags = [ "platformsdk_indirect" ] innerapi_tags = [
"platformsdk_indirect",
"sasdk",
]
part_name = "mbedtls" part_name = "mbedtls"
sources = MBEDTLS_SOURCES sources = MBEDTLS_SOURCES
install_images = [ install_images = [
......
...@@ -23,7 +23,19 @@ ...@@ -23,7 +23,19 @@
}, },
"build": { "build": {
"sub_component": [], "sub_component": [],
"inner_kits": [], "inner_kits": [
{
"header" : {
"header_base": "//third_party/mbedtls/include",
"header_files": [
"md.h",
"rsa.h",
"x509.h"
]
},
"name" : "//third_party/mbedtls:mbedtls_shared"
}
],
"test": [] "test": []
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册