2022-01-22 03:30:46 +00:00
|
|
|
{
|
|
|
|
"name": "@ohos/netstack",
|
|
|
|
"version": "3.1.0",
|
|
|
|
"description": "net stack service",
|
|
|
|
"publishAs": "code-segment",
|
|
|
|
"homePage": "https://gitee.com/openharmony",
|
|
|
|
"repository": "https://gitee.com/openharmony/communication_netstack",
|
|
|
|
"license": "Apache License 2.0",
|
|
|
|
"language": "",
|
|
|
|
"private": false,
|
|
|
|
"scripts": {},
|
|
|
|
"envs": [],
|
|
|
|
"dirs": [],
|
|
|
|
"author": {},
|
|
|
|
"contributors": [],
|
|
|
|
"segment": {
|
|
|
|
"destPath": "//foundation/communication/netstack"
|
|
|
|
},
|
|
|
|
"component": {
|
|
|
|
"name": "netstack",
|
|
|
|
"subsystem": "communication",
|
|
|
|
"syscap": [
|
2022-03-07 07:16:52 +00:00
|
|
|
"SystemCapability.Communication.NetStack"
|
2022-01-22 03:30:46 +00:00
|
|
|
],
|
|
|
|
"features": [],
|
|
|
|
"adapted_system_type": [
|
|
|
|
"standard"
|
|
|
|
],
|
2022-02-10 01:40:26 +00:00
|
|
|
"rom": "3MB",
|
|
|
|
"ram": "5MB",
|
2022-01-22 03:30:46 +00:00
|
|
|
"deps": {
|
|
|
|
"components": [
|
|
|
|
"hiviewdfx_hilog_native",
|
|
|
|
"ipc",
|
|
|
|
"napi",
|
2022-07-21 02:46:29 +00:00
|
|
|
"c_utils"
|
2022-01-22 03:30:46 +00:00
|
|
|
],
|
|
|
|
"third_party": [
|
|
|
|
"curl",
|
|
|
|
"node"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"build": {
|
2022-08-08 08:33:56 +00:00
|
|
|
"group_type": {
|
|
|
|
"base_group": [
|
2022-09-06 09:06:19 +00:00
|
|
|
"//foundation/communication/netstack/frameworks/js/napi/http:http",
|
|
|
|
"//foundation/communication/netstack/frameworks/js/napi/socket:socket",
|
|
|
|
"//foundation/communication/netstack/frameworks/js/napi/websocket:websocket",
|
|
|
|
"//foundation/communication/netstack/frameworks/js/napi/fetch:fetch",
|
|
|
|
"//foundation/communication/netstack/utils:common_utils"
|
2022-08-08 08:33:56 +00:00
|
|
|
],
|
|
|
|
"fwk_group": [
|
2022-09-07 03:29:06 +00:00
|
|
|
"//foundation/communication/netstack/frameworks/js/napi/tls:tlssocket",
|
2022-09-06 09:46:52 +00:00
|
|
|
"//foundation/communication/netstack/frameworks/native/tls_socket:tls_socket"
|
2022-08-08 08:33:56 +00:00
|
|
|
],
|
|
|
|
"service_group": [
|
|
|
|
]
|
|
|
|
},
|
2022-01-22 03:30:46 +00:00
|
|
|
"inner_kits": [],
|
2022-05-25 13:40:51 +00:00
|
|
|
"test": [
|
2022-05-30 07:55:07 +00:00
|
|
|
"//foundation/communication/netstack/test/napi/socket:fuzztest",
|
2022-09-06 09:46:52 +00:00
|
|
|
"//foundation/communication/netstack/test/unittest/http/cache:unittest",
|
|
|
|
"//foundation/communication/netstack/test/unittest/tlssocket:unittest"
|
2022-05-25 13:40:51 +00:00
|
|
|
]
|
2022-01-22 03:30:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|