36 lines
1019 B
Diff
36 lines
1019 B
Diff
|
|
From 92406c8eef2ed323efda40def599c639c437247b Mon Sep 17 00:00:00 2001
|
||
|
|
From: heppen <hepeng68@huawei.com>
|
||
|
|
Date: Thu, 14 Dec 2023 17:42:55 +0800
|
||
|
|
Subject: [PATCH] update system deps
|
||
|
|
|
||
|
|
---
|
||
|
|
build/configs/system_deps.toml | 13 ++++++++++++-
|
||
|
|
1 file changed, 12 insertions(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/build/configs/system_deps.toml b/build/configs/system_deps.toml
|
||
|
|
index f73c03e..f6e5934 100755
|
||
|
|
--- a/build/configs/system_deps.toml
|
||
|
|
+++ b/build/configs/system_deps.toml
|
||
|
|
@@ -33,6 +33,17 @@ package_deps = [
|
||
|
|
"libpng-devel",
|
||
|
|
"libjpeg-turbo-devel",
|
||
|
|
"libwebp-devel",
|
||
|
|
- "distributed-utils",
|
||
|
|
+ "distributed-beget",
|
||
|
|
+ "distributedhardware_device_manager",
|
||
|
|
+ "commonlibrary_c_utils",
|
||
|
|
+ "notification_eventhandler",
|
||
|
|
+ "communication_ipc",
|
||
|
|
+ "communication_dsoftbus",
|
||
|
|
+ "security_device_auth",
|
||
|
|
+ "security_huks",
|
||
|
|
+ "security_device_security_level",
|
||
|
|
+ "security_dataclassification",
|
||
|
|
+ "systemabilitymgr_safwk",
|
||
|
|
+ "systemabilitymgr_samgr",
|
||
|
|
"distributed-build",
|
||
|
|
]
|
||
|
|
--
|
||
|
|
2.33.0
|
||
|
|
|