communication.json 4.8 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
        "kernel_special": {},
T
Ted 已提交
61 62 63 64 65 66 67 68 69 70
        "board_special": {},
        "components": [
          "hichainsdk",
          "syspara_lite",
          "permission"
        ]
      }
    },
    {
      "component": "dsoftbus",
T
Ted 已提交
71
      "description": "dsoftbus open sources software",
T
Ted 已提交
72 73 74 75 76 77 78
      "optional": "true",
      "dirs": [
        "foundation/communication/dsoftbus"
      ],
      "targets": [
        "//foundation/communication/dsoftbus:dsoftbus"
      ],
T
Ted 已提交
79
      "rom": "1.92M",
T
Ted 已提交
80 81
      "ram": "",
      "output": [
T
Ted 已提交
82 83
        "libsoftbus_client_frame.z.so",
        "libsoftbus_server.z.so"
T
Ted 已提交
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
      ],
      "adapted_kernel": [
        "liteos_a",
        "linux",
        "liteos_m"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "mbedtls",
          "bounds_checking_function",
          "cjson",
          "wpa_supplicant"
        ],
        "kernel_special": {},
Y
yangming_ha 已提交
99
        "board_special": {},
M
mamingshuai 已提交
100
        "components": [
Y
yutao999@huawei.com 已提交
101
          "hichainsdk",
Y
yangming_ha 已提交
102 103
          "syspara_lite",
          "permission"
M
mamingshuai 已提交
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
        ]
      }
    },
    {
      "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 已提交
125 126
        "board_special": {},
        "components": ["peripheral_wlan"]
M
mamingshuai 已提交
127 128 129
      }
    },
    {
Y
yangming_ha 已提交
130
      "component": "wifi_lite",
131
      "description": "Wifi service based on liteos-m and linux.",
M
mamingshuai 已提交
132 133 134 135 136 137 138 139 140 141
      "optional": "true",
      "dirs": [
        "foundation/communication/wifi_lite"
      ],
      "targets": [
        "//foundation/communication/wifi_lite:wifi"
      ],
      "rom": "",
      "ram": "",
      "output": [ ],
142
      "adapted_kernel": [ "liteos_m", "linux" ],
M
mamingshuai 已提交
143 144
      "features": [],
      "deps": {
Y
yangming_ha 已提交
145 146 147 148
        "third_party": [
          "wpa_supplicant",
          "bounds_checking_function"
        ],
M
mamingshuai 已提交
149 150 151
        "kernel_special": {},
        "board_special": {},
        "components": [
Y
yangming_ha 已提交
152 153 154 155
          "samgr_lite",
          "drivers_framework",
          "adapter_uhdf",
          "peripheral_wlan"
M
mamingshuai 已提交
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
        ]
      }
    },
    {
      "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": []
      }
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
    },
		{
      "component": "bluetooth",
      "description": "bt service based on linux.",
      "optional": "true",
      "dirs": [
        "foundation/communication/bluetooth"
      ],
      "targets": [
        "//foundation/communication/bluetooth:bluetooth"
      ],
      "rom": "",
      "ram": "",
      "output": [ ],
      "adapted_kernel": [ "liteos_m", "linux" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "kernel_special": {},
        "board_special": {},
        "components": [
        ]
      }
M
mamingshuai 已提交
204 205 206
    }
  ]
}