Files
phs_v1.0.1.0/build/lite/components/communication.json
2024-09-27 19:16:49 +08:00

209 lines
4.7 KiB
JSON
Executable File

{
"components": [
{
"component": "dsoftbus",
"description": "dsoftbus open sources software",
"optional": "true",
"dirs": [
"foundation/communication/dsoftbus"
],
"targets": [
"//foundation/communication/dsoftbus:dsoftbus"
],
"rom": "1.92M",
"ram": "",
"output": [
"libsoftbus_client_frame.z.so",
"libsoftbus_server.z.so"
],
"adapted_kernel": [
"liteos_a",
"linux",
"liteos_m"
],
"features": [],
"deps": {
"third_party": [
"mbedtls",
"bounds_checking_function",
"cjson",
"wpa_supplicant"
],
"kernel_special": {},
"board_special": {},
"components": [
"hichainsdk",
"syspara_lite",
"permission"
]
}
},
{
"component": "dsoftbus_ph",
"description": "dsoftbus open sources software",
"optional": "true",
"dirs": [
"vendor/ph_libs/csg/libary/dsoftbus/PHM"
],
"targets": [
"//vendor/ph_libs/csg/libary/dsoftbus/PHM:dsoftbus_ph"
],
"rom": "1.92M",
"ram": "",
"output": [
"libsoftbus_client_frame.z.so",
"libsoftbus_server.z.so"
],
"adapted_kernel": [
"liteos_a",
"linux",
"liteos_m"
],
"features": [],
"deps": {
"third_party": [
"mbedtls",
"bounds_checking_function",
"cjson",
"wpa_supplicant"
],
"kernel_special": {},
"board_special": {},
"components": [
"hichainsdk",
"syspara_lite",
"permission"
]
}
},
{
"component": "wpa_supplicant",
"description": "WPA supplicant open sources software.",
"optional": "true",
"dirs": [
"third_party/wpa_supplicant"
],
"targets": [
"//third_party/wpa_supplicant/wpa_supplicant-2.9:wpa_supplicant"
],
"rom": "",
"ram": "",
"output": [ "wpa_supplicant.so" ],
"adapted_kernel": [ "liteos_a", "linux" ],
"features": [],
"deps": {
"third_party": [],
"kernel_special": {},
"board_special": {},
"components": ["wlan_device_driver"]
}
},
{
"component": "wifi",
"description": "Wifi service based on linux.",
"optional": "true",
"dirs": [
"foundation/communication/wifi/wifi"
],
"targets": [
"//foundation/communication/wifi/wifi:wifi"
],
"rom": "",
"ram": "",
"output": [ ],
"adapted_kernel": [ "linux" ],
"features": [],
"deps": {
"third_party": [
"wpa_supplicant",
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"samgr_lite",
"hdf_core",
"wlan_device_driver"
]
}
},
{
"component": "dhcp",
"description": "dhcp service based on linux.",
"optional": "true",
"dirs": [
"foundation/communication/dhcp"
],
"targets": [
"//foundation/communication/dhcp:dhcp"
],
"rom": "",
"ram": "",
"output": [ ],
"adapted_kernel": [ "linux" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"hdf_core",
"wlan_device_driver"
]
}
},
{
"component": "wifi_lite",
"description": "Wifi service based on liteos-m and linux.",
"optional": "true",
"dirs": [
"foundation/communication/wifi_lite"
],
"targets": [
"//foundation/communication/wifi_lite:wifi"
],
"rom": "",
"ram": "",
"output": [ ],
"adapted_kernel": [ "liteos_m", "linux" ],
"features": [],
"deps": {
"third_party": [
"wpa_supplicant",
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"samgr_lite",
"hdf_core",
"wlan_device_driver"
]
}
},
{
"component": "wifi_aware",
"description": "WiFi Aware",
"optional": "true",
"dirs": [
"foundation/communication/wifi_aware"
],
"targets": [
"//foundation/communication/wifi_aware:wifiaware"
],
"rom": "",
"ram": "",
"output": [ ],
"adapted_kernel": [ "liteos_m" ],
"features": [],
"deps": {
"components": [
],
"third_party": []
}
}
]
}