From 3a43ca446530ce239010bd689831788a5869fa6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Mon, 18 Nov 2024 03:22:53 +0000 Subject: [PATCH 1/3] update BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index f35ac3830..d7e511702 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -17,6 +17,7 @@ if (defined(ohos_lite)) { lite_component("device_manager") { features = [ "interfaces/inner_kits/native_cpp:devicemanagersdk" ] } + lite_component("device_manager_fwk") { features = [] } -- Gitee From 5523f0100990d21bcae4624d1926d6d725927ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Mon, 18 Nov 2024 09:38:55 +0000 Subject: [PATCH 2/3] update bundle.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- bundle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.json b/bundle.json index dd2be1b8d..9c7900342 100644 --- a/bundle.json +++ b/bundle.json @@ -12,6 +12,7 @@ "scripts": {}, "component": { "name": "device_manager", + "subsystem": "distributedhardware", "syscap": ["SystemCapability.DistributedHardware.DeviceManager"], "features": [ -- Gitee From 27c7fcf94bfaaa5afcc2afd07e1a2d2c4459abcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Mon, 18 Nov 2024 12:08:48 +0000 Subject: [PATCH 3/3] update BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index d7e511702..406d95a8d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -3,6 +3,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # + # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software -- Gitee