!30 merge master into master

关闭编译入口

Created-by: Agrant
Commit-by: Agrant
Merged-by: openharmony_ci
Description: 关闭t2stack编译入口

See merge request: openharmony/communication_t2stack!30
This commit is contained in:
openharmony_ci
2026-04-23 14:38:52 +08:00
2 changed files with 10 additions and 47 deletions
+10 -10
View File
@@ -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",
]
}
}
-37
View File
@@ -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": [
]