• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/drivers_peripheral_ethernet",
3  "description": "ethernet device driver",
4  "version": "6.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/ethernet"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_ethernet",
14    "subsystem": "hdf",
15    "features": [],
16    "adapted_system_type": ["standard"],
17    "rom": "660KB",
18    "ram": "7600KB",
19    "deps": {
20      "components": [
21        "hdf_core",
22        "hilog",
23        "c_utils",
24        "drivers_interface_ethernet",
25        "wpa_supplicant",
26        "init",
27        "libnl",
28        "ipc"
29      ],
30      "third_party": [ ]
31    },
32    "build": {
33      "sub_component": [
34        "//drivers/peripheral/ethernet:ethernet_entry"
35      ],
36      "inner_kits": [
37        {
38          "name": "//drivers/peripheral/ethernet/eth_client:ethernet_hdi_client",
39          "header": {
40            "header_files": [
41              "ethernet_eap_client.h"
42            ],
43            "header_base": "//drivers/peripheral/ethernet/eth_client/include"
44          }
45        }
46      ]
47    }
48  }
49}
50