From 1e650eb56ac22bdddcd77f6e991c9e8942023a79 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 8 May 2023 02:13:26 +0000 Subject: automatic import of dsoftbus --- third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch (limited to 'third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch') diff --git a/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch b/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch new file mode 100644 index 0000000..afe75d4 --- /dev/null +++ b/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch @@ -0,0 +1,17 @@ +--- a/BUILD.gn ++++ b/BUILD.gn +@@ -117,12 +117,13 @@ if (defined(ohos_lite)) { + ohos_shared_library("mbedtls_shared") { + public_configs = [ ":mbedtls_config" ] + output_name = "mbedtls" +- subsystem_name = "common" ++ subsystem_name = "communication" + part_name = "dsoftbus_standard" + sources = MBEDTLS_SOURCES + } + + group("mbedtls") { ++ public_configs = [ ":mbedtls_config" ] + public_deps = [ ":mbedtls_shared" ] + } + } -- cgit v1.2.3