communication.json 4.0 KB
Newer Older
M
mamingshuai 已提交
1 2
{
  "components": [
T
Ted 已提交
3 4
    {
      "component": "dsoftbus",
T
Ted 已提交
5
      "description": "dsoftbus open sources software",
T
Ted 已提交
6 7 8 9 10 11 12
      "optional": "true",
      "dirs": [
        "foundation/communication/dsoftbus"
      ],
      "targets": [
        "//foundation/communication/dsoftbus:dsoftbus"
      ],
T
Ted 已提交
13
      "rom": "1.92M",
T
Ted 已提交
14 15
      "ram": "",
      "output": [
T
Ted 已提交
16 17
        "libsoftbus_client_frame.z.so",
        "libsoftbus_server.z.so"
T
Ted 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux",
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "mbedtls",
          "bounds_checking_function",
          "cjson",
          "wpa_supplicant"
        ],
        "kernel_special": {},
Y
yangming_ha 已提交
33
        "board_special": {},
M
mamingshuai 已提交
34
        "components": [
Y
yutao999@huawei.com 已提交
35
          "hichainsdk",
Y
yangming_ha 已提交
36
          "permission"
M
mamingshuai 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
        ]
      }
    },
    {
      "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 已提交
58
        "board_special": {},
Z
zhang 已提交
59
        "components": ["wlan_device_driver"]
M
mamingshuai 已提交
60 61
      }
    },
J
junxinlu 已提交
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
    {
      "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",
86
          "hdf_core",
J
junxinlu 已提交
87 88 89 90 91 92 93 94 95
          "wlan_device_driver"
        ]
      }
    },
    {
      "component": "dhcp",
      "description": "dhcp service based on linux.",
      "optional": "true",
      "dirs": [
G
dhcp  
gaosong 已提交
96
        "foundation/communication/dhcp"
J
junxinlu 已提交
97 98
      ],
      "targets": [
G
dhcp  
gaosong 已提交
99
        "//foundation/communication/dhcp:dhcp"
J
junxinlu 已提交
100 101 102 103 104 105 106 107 108 109 110 111 112
      ],
      "rom": "",
      "ram": "",
      "output": [ ],
      "adapted_kernel": [ "linux" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "kernel_special": {},
        "board_special": {},
        "components": [
113
          "hdf_core",
J
junxinlu 已提交
114 115 116 117
          "wlan_device_driver"
        ]
      }
    },
M
mamingshuai 已提交
118
    {
Y
yangming_ha 已提交
119
      "component": "wifi_lite",
120
      "description": "Wifi service based on liteos-m and linux.",
M
mamingshuai 已提交
121 122 123 124 125 126 127 128 129 130
      "optional": "true",
      "dirs": [
        "foundation/communication/wifi_lite"
      ],
      "targets": [
        "//foundation/communication/wifi_lite:wifi"
      ],
      "rom": "",
      "ram": "",
      "output": [ ],
131
      "adapted_kernel": [ "liteos_m", "linux" ],
M
mamingshuai 已提交
132 133
      "features": [],
      "deps": {
Y
yangming_ha 已提交
134 135 136 137
        "third_party": [
          "wpa_supplicant",
          "bounds_checking_function"
        ],
M
mamingshuai 已提交
138 139 140
        "kernel_special": {},
        "board_special": {},
        "components": [
Y
yangming_ha 已提交
141
          "samgr_lite",
142
          "hdf_core",
Z
zhang 已提交
143
          "wlan_device_driver"
M
mamingshuai 已提交
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
        ]
      }
    },
    {
      "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": []
      }
    }
  ]
}