From 4b26a0134662460b28d5e30b16e395fec7341e32 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 1 Nov 2024 07:32:35 +0000 Subject: automatic import of systemabilitymgr_safwk --- ...or-embedded-fix-config_safwk-include_dirs.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 0001-feat-for-embedded-fix-config_safwk-include_dirs.patch (limited to '0001-feat-for-embedded-fix-config_safwk-include_dirs.patch') diff --git a/0001-feat-for-embedded-fix-config_safwk-include_dirs.patch b/0001-feat-for-embedded-fix-config_safwk-include_dirs.patch new file mode 100644 index 0000000..39e41d6 --- /dev/null +++ b/0001-feat-for-embedded-fix-config_safwk-include_dirs.patch @@ -0,0 +1,33 @@ +From 17be025e940fea23e6fdb7019f08fe9b3d656b91 Mon Sep 17 00:00:00 2001 +From: s_c_c +Date: Mon, 1 Apr 2024 20:14:11 +0800 +Subject: [PATCH] feat for embedded fix config_safwk include_dirs + +--- + services/safwk/BUILD.gn | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/services/safwk/BUILD.gn b/services/safwk/BUILD.gn +index e25ecb9..09a6acc 100644 +--- a/services/safwk/BUILD.gn ++++ b/services/safwk/BUILD.gn +@@ -12,6 +12,7 @@ + # limitations under the License. + + import("//build/ohos.gni") ++import("//build/config/sysroot.gni") + + ################################################################################ + config("config_safwk") { +@@ -20,7 +21,7 @@ config("config_safwk") { + "//foundation/systemabilitymgr/safwk/services/safwk/include", + "//foundation/systemabilitymgr/samgr/services/lsamgr/include", + "//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk", +- "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include", ++ "${sysroot}/usr/include/ipc", + ] + } + +-- +2.20.1 (Apple Git-117) + -- cgit v1.2.3