Files
communication_t2stack/bundle.json
luojuheng 8eb23d2575 和dsoftbus依赖解耦
Signed-off-by: luojuheng <luojuheng@huawei.com>
Change-Id: Ib30ebc9622d2ec13b0a2199a390f5dc0b013b6f7
2026-01-24 19:04:46 +08:00

99 lines
2.4 KiB
JSON

{
"name": "@ohos/t2stack",
"version": "4.0.2",
"description": "t2stack",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/communication/t2stack"
},
"dirs": {},
"scripts": {},
"author": {},
"supplier":"Organization: OpenHarmony",
"license": "Apache License 2.0",
"component": {
"name": "t2stack",
"subsystem": "communication",
"adapted_system_type": [
"mini",
"small",
"standard"
],
"features": [
"t2stack_feature_vtp",
"t2stack_feature_dfile",
"t2stack_feature_coap"
],
"rom": "3000KB",
"ram": "40MB",
"deps": {
"components": [
"bounds_checking_function",
"c_utils",
"cJSON",
"dsoftbus",
"hilog",
"libcoap",
"mbedtls",
"openssl"
],
"third_party": [
"cJSON",
"json",
"mbedtls",
"openssl",
"bounds_checking_function",
"sqlite",
"zlib",
"libnl"
]
},
"build": {
"modules" : [
"//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": [
]
}
}
}