...
 
Commits (4)
    https://gitcode.net/openharmony/third_party_mbedtls/-/commit/439c2bf3c8d26aa55bfda31c09d39d073699c165 codecheck 2023-06-09T09:46:35+08:00 liyufan liyufan5@huawei.com Signed-off-by: <span data-trailer="Signed-off-by:"><a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com"></a><a href="javascript:void(0)" class="avatar s16 avatar-inline identicon bg5" style="text-decoration: none">N</a><a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com">liyufan</a> &lt;<a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com">liyufan5@huawei.com</a>&gt;</span> https://gitcode.net/openharmony/third_party_mbedtls/-/commit/c2ac3d33c44af323d7b678d395d2946e8f03441e codecheck 2023-06-09T09:47:09+08:00 liyufan liyufan5@huawei.com Signed-off-by: <span data-trailer="Signed-off-by:"><a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com"></a><a href="javascript:void(0)" class="avatar s16 avatar-inline identicon bg2" style="text-decoration: none">N</a><a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com">liyufan</a> &lt;<a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com">liyufan5@huawei.com</a>&gt;</span> https://gitcode.net/openharmony/third_party_mbedtls/-/commit/91af06796c85eaaa67193d2fcabfc70ce4d96270 fix subsystem 2023-06-26T11:36:58+08:00 liyufan liyufan5@huawei.com Signed-off-by: <span data-trailer="Signed-off-by:"><a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com"></a><a href="javascript:void(0)" class="avatar s16 avatar-inline identicon bg3" style="text-decoration: none">N</a><a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com">liyufan</a> &lt;<a href="mailto:liyufan5@huawei.com" title="liyufan5@huawei.com">liyufan5@huawei.com</a>&gt;</span> https://gitcode.net/openharmony/third_party_mbedtls/-/commit/de3a6678aaf5a42c8af22ec8de841c0046817452 !89 修改扫描配置 2023-06-30T01:57:47+00:00 openharmony_ci 120357966@qq.com Merge pull request !89 from liyufan/master
#
# Copyright (c) 2020 Huawei Device Co., Ltd.
# Copyright (c) 2020-2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
......@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
import("//third_party/mbedtls/mbedtls.gni")
......@@ -116,9 +116,9 @@ if (defined(ohos_lite)) {
ohos_shared_library("mbedtls_shared") {
public_configs = [ ":mbedtls_config" ]
output_name = "mbedtls"
subsystem_name = "common"
subsystem_name = "thirdparty"
innerapi_tags = [ "platformsdk_indirect" ]
part_name = "dsoftbus"
part_name = "mbedtls"
sources = MBEDTLS_SOURCES
install_images = [
"system",
......