From 61c991c398ccfc566c58c44c7374109086d81195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=B3=E4=B8=8D=E5=87=BA=E5=88=AB=E5=90=8D?= Date: Tue, 14 Sep 2021 11:40:15 +0800 Subject: [PATCH] devicemanager support L1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 想不出别名 --- components/distributedhardware.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/distributedhardware.json b/components/distributedhardware.json index 6b9ecc9..13bb485 100644 --- a/components/distributedhardware.json +++ b/components/distributedhardware.json @@ -13,9 +13,9 @@ "rom": "", "ram": "", "output": [ - "libdevicemanager.so", + "libdevicemanager.so", "libdevicemanagersdk.so", - "libdevicemanagerutils.so", + "libdevicemanagerutils.so", "devicemanagerservice" ], "adapted_kernel": [ @@ -33,7 +33,7 @@ "utils_base", "ipc_lite", "hilog", - "dsoftbus", + "dsoftbus", "deviceauth_lite" ] } -- GitLab