bundle.json 2.0 KB
Newer Older
L
liyufan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "name": "@ohos/wpa_supplicant",
  "description": "wpa_supplicant is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both desktop/laptop computers and embedded systems. Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver.",
  "version": "3.1",
  "license": "BSD 3-Clause",
  "publishAs": "code-segment",
  "segment": {
    "destPath": "third_party/wpa_supplicant"
  },
  "dirs": {},
  "scripts": {},
  "licensePath": "wpa_supplicant-2.9_standard/COPYING",
  "readmePath": {
    "en": "wpa_supplicant-2.9_standard/README"
  },
  "component": {
L
liyufan 已提交
17 18
    "name": "wpa_supplicant-2.9",
    "subsystem": "wpa_supplicant-2.9",
L
liyufan 已提交
19 20
    "syscap": [],
    "features": [],
21
    "adapted_system_type": ["small","standard"],
L
liyufan 已提交
22 23
    "rom": "2.1MB",
    "ram": "4.6MB",
L
liyufan 已提交
24
    "deps": {
L
liyufan 已提交
25
      "components": [
26 27 28
        "certificate_manager",
        "drivers_peripheral_wlan",
        "hilog",
L
liyufan 已提交
29 30 31 32 33 34 35
        "init"
      ],
      "third_party": [
        "bounds_checking_function",
        "libnl",
        "openssl"
      ]
L
liyufan 已提交
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
    },
    "build": {
      "sub_component": [
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa",
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_updater",
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_client",
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_client_updater",
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_supplicant",
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:wpa_cli",
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:hostapd",
        "//third_party/wpa_supplicant/wpa_supplicant-2.9_standard:hostapd_cli",
        "//third_party/libnl:libnl_share"
      ],
      "inner_kits": [],
      "test": []
    }
  }
}