mirror of
https://github.com/openharmony/communication_t2stack.git
synced 2026-08-26 18:46:36 -04:00
!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:
@@ -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
@@ -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": [
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user