From 25ed2dd2db1403d2be026821a80f8de735769e73 Mon Sep 17 00:00:00 2001 From: lyj_love_code Date: Mon, 2 May 2022 17:04:06 +0800 Subject: [PATCH] standalone as a component Signed-off-by: lyj_love_code --- BUILD.gn | 4 ++-- bundle.json | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 125a067..457b701 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -110,6 +110,6 @@ ohos_shared_library("iowow") { "src/utils/murmur3.c", ] - part_name = "hiview" - subsystem_name = "hiviewdfx" + part_name = "iowow" + subsystem_name = "thirdparty" } diff --git a/bundle.json b/bundle.json index f46254d..f20f636 100644 --- a/bundle.json +++ b/bundle.json @@ -10,8 +10,8 @@ "dirs": {}, "scripts": {}, "component": { - "name": "thirdparty_iowow", - "subsystem": "", + "name": "iowow", + "subsystem": "thirdparty", "syscap": [], "features": [], "adapted_system_type": [], @@ -22,7 +22,9 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": [ + "//third_party/iowow:iowow" + ], "inner_kits": [], "test": [] }