From 72cd53b265039c73a9fb35bd3c656e5d0577f551 Mon Sep 17 00:00:00 2001 From: Agrant Date: Thu, 23 Apr 2026 12:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=BC=96=E8=AF=91=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agrant --- BUILD.gn | 20 ++++++++++---------- bundle.json | 37 ------------------------------------- 2 files changed, 10 insertions(+), 47 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index ad03d60..e39302f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -15,22 +15,22 @@ if (defined(ohos_lite)) { import("//build/lite/config/component/lite_component.gni") lite_component("nstackx") { features = [ - "fillp:FillpSo.open", - "nstackx_congestion:nstackx_congestion.open", - "nstackx_core/dfile:nstackx_dfile.open", - "nstackx_util:nstackx_util.open", - "nstackx_ctrl:nstackx_ctrl", + #"fillp:FillpSo.open", + #"nstackx_congestion:nstackx_congestion.open", + #"nstackx_core/dfile:nstackx_dfile.open", + #"nstackx_util:nstackx_util.open", + #"nstackx_ctrl:nstackx_ctrl", ] } } else { import("//build/ohos.gni") group("nstackx") { deps = [ - "fillp:FillpSo.open", - "nstackx_congestion:nstackx_congestion.open", - "nstackx_core/dfile:nstackx_dfile.open", - "nstackx_util:nstackx_util.open", - "nstackx_ctrl:nstackx_ctrl", + #"fillp:FillpSo.open", + #"nstackx_congestion:nstackx_congestion.open", + #"nstackx_core/dfile:nstackx_dfile.open", + #"nstackx_util:nstackx_util.open", + #"nstackx_ctrl:nstackx_ctrl", ] } } diff --git a/bundle.json b/bundle.json index 0bb5df6..fb241bc 100644 --- a/bundle.json +++ b/bundle.json @@ -53,43 +53,6 @@ "//foundation/communication/t2stack:nstackx" ], "inner_kits": [ - { - "name": "//foundation/communication/t2stack/fillp:FillpSo.open", - "header": { - "header_files": [ - "fillp/include/fillpinc.h", - "fillp/include/fillptypes.h" - ], - "header_base": "//foundation/communication/t2stack" - } - }, - { - "name": "//foundation/communication/t2stack/nstackx_ctrl:nstackx_ctrl", - "header": { - "header_files": [ - "nstackx_ctrl/interface/nstackx.h" - ], - "header_base": "//foundation/communication/t2stack" - } - }, - { - "name": "//foundation/communication/t2stack/nstackx_core/dfile:nstackx_dfile.open", - "header": { - "header_files": [ - "nstackx_core/dfile/interface/nstackx_dfile.h" - ], - "header_base": "//foundation/communication/t2stack" - } - }, - { - "name": "//foundation/communication/t2stack/nstackx_util:nstackx_util.open", - "header": { - "header_files": [ - "nstackx_util/interface/nstackx_error.h" - ], - "header_base": "//foundation/communication/t2stack" - } - } ], "test": [ ]