summaryrefslogtreecommitdiff
path: root/third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-08 07:00:55 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-08 07:00:55 +0000
commitab8f413fab82fac5f4db96341fd19e284d9db462 (patch)
tree45db807eec48a95d603d1ff4e323dd7db023a6ed /third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch
parent1e9e8f4ab8fcd994f555f76938a6a6d2811c31df (diff)
automatic import of dsoftbusopeneuler20.03
Diffstat (limited to 'third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch')
-rw-r--r--third-party-mbedtls-0001-Adaptation-for-dsoftbus.patch17
1 files changed, 17 insertions, 0 deletions
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" ]
+ }
+ }