summaryrefslogtreecommitdiff
path: root/0001-feat-for-embedded-fix-config_safwk-include_dirs.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-11-01 07:32:35 +0000
committerCoprDistGit <infra@openeuler.org>2024-11-01 07:32:35 +0000
commit4b26a0134662460b28d5e30b16e395fec7341e32 (patch)
tree1d737c77d28574f8c30a2f48782692517b2ee9cb /0001-feat-for-embedded-fix-config_safwk-include_dirs.patch
parentd0935aef77f2e579592f4755a8f8b5a6e9656ec7 (diff)
automatic import of systemabilitymgr_safwkopeneuler24.03_LTS
Diffstat (limited to '0001-feat-for-embedded-fix-config_safwk-include_dirs.patch')
-rw-r--r--0001-feat-for-embedded-fix-config_safwk-include_dirs.patch33
1 files changed, 33 insertions, 0 deletions
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 <shichuchao@huawei.com>
+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)
+