mirror of
https://github.com/openharmony/drivers_peripheral.git
synced 2026-08-24 18:15:56 -04:00
b7edba27ab
Signed-off-by: benlau <liubin360@huawei.com>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "@ohos/drivers_peripheral_ethernet",
|
|
"description": "ethernet device driver",
|
|
"version": "6.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "drivers/peripheral/ethernet"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "drivers_peripheral_ethernet",
|
|
"subsystem": "hdf",
|
|
"features": [],
|
|
"adapted_system_type": ["standard"],
|
|
"rom": "660KB",
|
|
"ram": "7600KB",
|
|
"deps": {
|
|
"components": [
|
|
"hdf_core",
|
|
"hilog",
|
|
"c_utils",
|
|
"drivers_interface_ethernet",
|
|
"wpa_supplicant",
|
|
"init",
|
|
"libnl",
|
|
"ipc"
|
|
],
|
|
"third_party": [ ]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//drivers/peripheral/ethernet:ethernet_entry"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//drivers/peripheral/ethernet/eth_client:ethernet_hdi_client",
|
|
"header": {
|
|
"header_files": [
|
|
"ethernet_eap_client.h"
|
|
],
|
|
"header_base": "//drivers/peripheral/ethernet/eth_client/include"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|