未验证 提交 28df59d4 编写于 作者: O openharmony_ci 提交者: Gitee

!91 inner api 纳入 SASDK 诉求修改

Merge pull request !91 from liyufan/master
......@@ -130,7 +130,10 @@ if (defined(ohos_lite)) {
public_configs = [ ":mbedtls_config" ]
output_name = "mbedtls"
subsystem_name = "thirdparty"
innerapi_tags = [ "platformsdk_indirect" ]
innerapi_tags = [
"platformsdk_indirect",
"sasdk",
]
part_name = "mbedtls"
sources = MBEDTLS_SOURCES
install_images = [
......
......@@ -14,7 +14,7 @@
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"adapted_system_type": ["small", "standard"],
"rom": "",
"ram": "",
"deps": {
......@@ -23,7 +23,19 @@
},
"build": {
"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": []
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册