communication.json 3.3 KB
Newer Older
M
mamingshuai 已提交
1 2 3
{
  "components": [
    {
Y
yangming_ha 已提交
4
      "component": "ipc_lite",
M
mamingshuai 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
      "description": "Lite interprosses communication.",
      "optional": "true",
      "dirs": [
        "foundation/communication/ipc_lite"
      ],
      "targets": [
        "//foundation/communication/ipc_lite:liteipc_adapter"
      ],
      "rom": "",
      "ram": "",
      "output": [ "libliteipc_adapter.so" ],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
Y
yangming_ha 已提交
26
          "hilog",
M
mamingshuai 已提交
27 28 29 30 31
          "utils_base"
        ]
      }
    },
    {
Y
yangming_ha 已提交
32
      "component": "softbus_lite",
M
mamingshuai 已提交
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
      "description": "",
      "optional": "true",
      "dirs": [
        "foundation/communication/softbus_lite"
      ],
      "targets": [
        "//foundation/communication/softbus_lite:softbus"
      ],
      "rom": "",
      "ram": "",
      "output": [
        "softbus_lite.so",
        "discovery.a"
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux",
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "mbedtls",
          "bounds_checking_function",
Y
yangming_ha 已提交
57 58
          "cjson",
          "wpa_supplicant"
M
mamingshuai 已提交
59
        ],
Y
yangming_ha 已提交
60 61
        "kernel_special": {},
        "board_special": {},
M
mamingshuai 已提交
62
        "components": [
Y
yutao999@huawei.com 已提交
63
          "hichainsdk",
Y
yangming_ha 已提交
64 65
          "syspara_lite",
          "permission"
M
mamingshuai 已提交
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
        ]
      }
    },
    {
      "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": {},
Y
YOUR_NAME 已提交
87 88
        "board_special": {},
        "components": ["peripheral_wlan"]
M
mamingshuai 已提交
89 90 91
      }
    },
    {
Y
yangming_ha 已提交
92
      "component": "wifi_lite",
M
mamingshuai 已提交
93 94 95 96 97 98 99 100 101 102 103 104 105 106
      "description": "Wifi service based on liteos-m.",
      "optional": "true",
      "dirs": [
        "foundation/communication/wifi_lite"
      ],
      "targets": [
        "//foundation/communication/wifi_lite:wifi"
      ],
      "rom": "",
      "ram": "",
      "output": [ ],
      "adapted_kernel": [ "liteos_m" ],
      "features": [],
      "deps": {
Y
yangming_ha 已提交
107 108 109 110
        "third_party": [
          "wpa_supplicant",
          "bounds_checking_function"
        ],
M
mamingshuai 已提交
111 112 113
        "kernel_special": {},
        "board_special": {},
        "components": [
Y
yangming_ha 已提交
114 115 116 117
          "samgr_lite",
          "drivers_framework",
          "adapter_uhdf",
          "peripheral_wlan"
M
mamingshuai 已提交
118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
        ]
      }
    },
    {
      "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": []
      }
    }
  ]
}