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

!91 inner api 纳入 SASDK 诉求修改

Merge pull request !91 from liyufan/master
...@@ -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 = [
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"subsystem": "thirdparty", "subsystem": "thirdparty",
"syscap": [], "syscap": [],
"features": [], "features": [],
"adapted_system_type": [], "adapted_system_type": ["small", "standard"],
"rom": "", "rom": "",
"ram": "", "ram": "",
"deps": { "deps": {
...@@ -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.
先完成此消息的编辑!
想要评论请 注册