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": [ ]