36 lines
1008 B
Diff
36 lines
1008 B
Diff
|
|
From a3610b0a3aaedc3e80373f6fd76b1b71b9b77982 Mon Sep 17 00:00:00 2001
|
||
|
|
From: heppen <hepeng68@huawei.com>
|
||
|
|
Date: Thu, 14 Dec 2023 17:18:17 +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 02c834b..18aba2b 100755
|
||
|
|
--- a/build/configs/system_deps.toml
|
||
|
|
+++ b/build/configs/system_deps.toml
|
||
|
|
@@ -43,6 +43,17 @@ package_deps = [
|
||
|
|
"cjson-devel",
|
||
|
|
# GPU render
|
||
|
|
"openssl-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
|
||
|
|
|