• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/iptables",
3    "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.",
4    "version": "v1.8.7",
5    "license": "GPL V2.0",
6    "publishAs": "code-segment",
7    "segment": {
8        "destPath": "third_party/iptables"
9    },
10    "dirs": {},
11    "scripts": {},
12    "licensePath": "COPYING",
13    "component": {
14        "name": "iptables",
15        "subsystem": "thirdparty",
16        "syscap": [],
17        "features": [],
18        "adapted_system_type": [
19            "standard"
20        ],
21        "rom": "",
22        "ram": "",
23        "deps": {
24            "components": [],
25            "third_party": []
26        },
27        "build": {
28            "sub_component": [
29                "//third_party/iptables:iptables",
30                "//third_party/iptables:iptables-restore",
31                "//third_party/iptables:iptables-save"
32            ],
33            "inner_kits": [
34	                    {
35                    "name": "//third_party/iptables:iptables",
36                    "header": {
37                        "header_files": [],
38                        "header_base": "//third_party/iptables/include"
39                    }
40                },
41                {
42                    "name": "//third_party/iptables:iptables-restore",
43                    "header": {
44                        "header_files": [],
45                        "header_base": "//third_party/iptables/include"
46                    }
47                },
48                {
49                    "name": "//third_party/iptables:iptables-save",
50                    "header": {
51                        "header_files": [],
52                        "header_base": "//third_party/iptables/include"
53                    }
54                }
55	    ],
56            "test": []
57        }
58    }
59}