mirror of
https://github.com/openharmony/third_party_iptables.git
synced 2026-07-19 18:23:54 -04:00
4bf2263360
Signed-off-by: 李泽凡 <lizefan3@huawei.com>
59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"name": "@ohos/iptables",
|
|
"description": "iptables is the userspace command line program used to configure the Linux 2.4.x and later packet filtering ruleset. It is targeted towards system administrators.",
|
|
"version": "1.8.7",
|
|
"license": "GPL V2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/iptables"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"component": {
|
|
"name": "iptables",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//third_party/iptables:iptables",
|
|
"//third_party/iptables:iptables-restore",
|
|
"//third_party/iptables:iptables-save"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/iptables:iptables",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base": "//third_party/iptables/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//third_party/iptables:iptables-restore",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base": "//third_party/iptables/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//third_party/iptables:iptables-save",
|
|
"header": {
|
|
"header_files": [],
|
|
"header_base": "//third_party/iptables/include"
|
|
}
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
} |