hdf.json 7.8 KB
Newer Older
M
mamingshuai 已提交
1 2 3
{
  "components": [
    {
Y
YOUR_NAME 已提交
4
      "component": "drivers_framework",
M
mamingshuai 已提交
5 6
      "description": "",
      "optional": "false",
Y
YOUR_NAME 已提交
7 8 9 10 11 12 13
      "dirs": ["drivers/framework"],
      "targets": [],
      "rom": "",
      "ram": "",
      "output": [],
      "adapted_board": [],
      "adapted_kernel": [
feisty2011's avatar
feisty2011 已提交
14 15 16
        "liteos_a",
        "linux"
      ],
Y
YOUR_NAME 已提交
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
      "features": [],
      "deps": {
        "third_party": [],
        "components": []
      }
    },
    {
      "component": "adapter_khdf_liteos",
      "description": "",
      "optional": "false",
      "dirs": ["drivers/adapter/khdf/liteos"],
      "targets": [],
      "rom": "",
      "ram": "",
      "output": [],
      "adapted_board": [],
      "adapted_kernel": ["liteos_a"],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "liteos_a",
          "hilog"
        ]
      }
    },
    {
      "component": "adapter_khdf_linux",
      "description": "",
      "optional": "false",
      "dirs": ["drivers/adapter/khdf/linux"],
      "targets": [],
      "rom": "",
      "ram": "",
      "output": [],
      "adapted_board": [],
      "adapted_kernel": [ "linux" ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "linux_hi3516dv300",
          "linux_hi3518ev300",
feisty2011's avatar
feisty2011 已提交
64
          "hilog"
Y
YOUR_NAME 已提交
65 66 67 68 69 70 71 72
        ]
      }
    },
    {
      "component": "adapter_uhdf",
      "description": "",
      "optional": "false",
      "dirs": ["drivers/adapter/uhdf"],
M
mamingshuai 已提交
73 74
      "targets": [
        "//drivers/adapter/uhdf/manager:hdf_manager",
Y
YOUR_NAME 已提交
75
        "//drivers/adapter/uhdf/posix:hdf_posix",
M
mamingshuai 已提交
76
        "//drivers/adapter/uhdf/platform:hdf_platform_driver",
Y
YOUR_NAME 已提交
77 78
        "//drivers/adapter/uhdf/test/unittest/common:hdf_test_common",
        "//drivers/adapter/uhdf/test:hdf_test_uhdf"
M
mamingshuai 已提交
79 80 81 82 83
      ],
      "rom": "",
      "ram": "",
      "output": [
        "libhdf_core.so",
Y
YOUR_NAME 已提交
84 85 86
        "libhdf_osal.so",
        "libhdf_platform.so",
        "libhdf_test_common.so"
M
mamingshuai 已提交
87
      ],
Y
YOUR_NAME 已提交
88 89
      "adapted_board": [],
      "adapted_kernel": [
feisty2011's avatar
feisty2011 已提交
90 91 92
        "liteos_a",
        "linux"
      ],
M
mamingshuai 已提交
93 94 95
      "features": [],
      "deps": {
        "third_party": [
Y
YOUR_NAME 已提交
96
          "bounds_checking_function"
M
mamingshuai 已提交
97 98 99 100 101 102 103 104 105
        ],
        "components": [
          "hilog",
          "utils_base",
          "developer_test"
        ]
      }
    },
    {
Y
YOUR_NAME 已提交
106
      "component": "peripheral_display",
M
mamingshuai 已提交
107
      "description": "",
Y
YOUR_NAME 已提交
108 109
      "optional": "true",
      "dirs": ["drivers/peripheral/display"],
M
mamingshuai 已提交
110 111
      "targets": [
        "//drivers/peripheral/display/hal:hdi_display",
Y
YOUR_NAME 已提交
112
        "//drivers/peripheral/display/test:hdf_test_display"
M
mamingshuai 已提交
113 114 115 116
      ],
      "rom": "",
      "ram": "",
      "output": [
Y
YOUR_NAME 已提交
117 118 119
        "libdisplay_gralloc.so",
        "libdisplay_layer.so",
        "libdisplay_gfx.so"
M
mamingshuai 已提交
120
      ],
Y
YOUR_NAME 已提交
121 122
      "adapted_board": [],
      "adapted_kernel": [
feisty2011's avatar
feisty2011 已提交
123 124 125
        "liteos_a",
        "linux"
      ],
M
mamingshuai 已提交
126 127 128 129 130 131
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
Y
YOUR_NAME 已提交
132 133
          "hilog",
          "adapter_uhdf"
M
mamingshuai 已提交
134 135 136 137
        ]
      }
    },
    {
Y
YOUR_NAME 已提交
138
      "component": "peripheral_input",
M
mamingshuai 已提交
139
      "description": "",
Y
YOUR_NAME 已提交
140 141
      "optional": "true",
      "dirs": ["drivers/peripheral/input"],
M
mamingshuai 已提交
142
      "targets": [
Y
YOUR_NAME 已提交
143 144
        "//drivers/peripheral/input/hal:hdi_input",
        "//drivers/peripheral/input/test:hdf_test_input"
M
mamingshuai 已提交
145 146 147 148
      ],
      "rom": "",
      "ram": "",
      "output": [
Y
YOUR_NAME 已提交
149
        "libhdi_input.so"
M
mamingshuai 已提交
150
      ],
Y
YOUR_NAME 已提交
151 152
      "adapted_board": [],
      "adapted_kernel": [
feisty2011's avatar
feisty2011 已提交
153 154 155
        "liteos_a",
        "linux"
      ],
M
mamingshuai 已提交
156 157 158 159 160 161
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
Y
YOUR_NAME 已提交
162 163
          "hilog",
          "adapter_uhdf"
M
mamingshuai 已提交
164 165 166 167
        ]
      }
    },
    {
Y
YOUR_NAME 已提交
168
      "component": "peripheral_sensor",
M
mamingshuai 已提交
169
      "description": "",
Y
YOUR_NAME 已提交
170 171 172 173 174 175 176 177 178 179
      "optional": "true",
      "dirs": ["drivers/peripheral/sensor"],
      "targets": [
        "//drivers/peripheral/sensor/hal:hdi_sensor",
        "//drivers/peripheral/sensor/test:hdf_test_sensor"
      ],
      "rom": "",
      "ram": "",
      "output": [
        "libhdi_sensor.so"
M
mamingshuai 已提交
180
      ],
Y
YOUR_NAME 已提交
181 182
      "adapted_board": [],
      "adapted_kernel": [
feisty2011's avatar
feisty2011 已提交
183 184 185
        "liteos_a",
        "linux"
      ],
Y
YOUR_NAME 已提交
186 187 188 189 190 191 192 193 194 195 196
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "hilog",
          "adapter_uhdf"
        ]
      }
    },
feisty2011's avatar
feisty2011 已提交
197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
    {
      "component": "peripheral_misc",
      "description": "",
      "optional": "true",
      "dirs": ["drivers/peripheral/misc"],
      "targets": [
        "//drivers/peripheral/misc/vibrator/hal:hdi_vibrator",
        "//drivers/peripheral/misc/vibrator/test/:hdf_test_vibrator"
      ],
      "rom": "",
      "ram": "",
      "output": [
        "libhdi_vibrator.so"
      ],
      "adapted_board": [],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "hilog",
          "adapter_uhdf"
        ]
      }
    },
Y
YOUR_NAME 已提交
227 228 229 230 231
    {
      "component": "peripheral_wlan",
      "description": "",
      "optional": "true",
      "dirs": ["drivers/peripheral/wlan"],
M
mamingshuai 已提交
232
      "targets": [
Y
YOUR_NAME 已提交
233 234
        "//drivers/peripheral/wlan/hal:wifi_hal",
        "//drivers/peripheral/wlan/client:wifi_driver_client",
M
mamingshuai 已提交
235
        "//device/hisilicon/drivers/firmware/common/wlan:wifi_firmware",
Y
YOUR_NAME 已提交
236
        "//drivers/peripheral/wlan/test:hdf_test_wlan"
M
mamingshuai 已提交
237 238 239 240
      ],
      "rom": "",
      "ram": "",
      "output": [
Y
YOUR_NAME 已提交
241 242
        "libwifi_hal.so",
        "libwifi_driver_client.so"
M
mamingshuai 已提交
243
      ],
Y
YOUR_NAME 已提交
244 245
      "adapted_board": [],
      "adapted_kernel": [
feisty2011's avatar
feisty2011 已提交
246 247 248
        "liteos_a",
        "linux"
      ],
Y
YOUR_NAME 已提交
249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "hilog",
          "adapter_uhdf"
        ]
      }
    },
    {
      "component": "peripheral_audio",
      "description": "",
      "optional": "true",
      "dirs": ["drivers/peripheral/audio"],
      "targets": [],
      "rom": "",
      "ram": "",
      "output": [],
      "adapted_board": [],
      "adapted_kernel": [
feisty2011's avatar
feisty2011 已提交
271 272 273
        "liteos_a",
        "linux"
      ],
M
mamingshuai 已提交
274 275 276 277 278 279 280
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "hilog",
Y
YOUR_NAME 已提交
281
          "adapter_uhdf"
M
mamingshuai 已提交
282 283
        ]
      }
Z
zianed 已提交
284 285 286 287 288 289 290 291 292 293
    },
    {
      "component": "peripheral_usb",
      "description": "",
      "optional": "true",
      "dirs": ["drivers/peripheral/usb"],
      "targets": [
        "//drivers/peripheral/usb/sample/device/liteos:usbfn_sample",
        "//drivers/peripheral/usb/sample/host:usbhost_ddk_test",
        "//drivers/peripheral/usb/sample/host/liteos_test:liteos_host_speed_test",
J
JasonYujia 已提交
294
        "//drivers/peripheral/usb/test:hdf_test_usb_device"
Z
zianed 已提交
295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313
      ],
      "rom": "",
      "ram": "",
      "output": [],
      "adapted_board": [],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "hilog",
          "adapter_uhdf"
        ]
      }
G
guan_renjie 已提交
314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
    },
    {
      "component": "peripheral_camera",
      "description": "",
      "optional": "true",
      "dirs": ["drivers/peripheral/camera"],
      "targets": [
        "//drivers/peripheral/camera/hal:camera_hal",
        "//drivers/peripheral/camera/hal:unittest"
      ],
      "rom": "",
      "ram": "",
      "output": [],
      "adapted_board": [],
      "adapted_kernel": [
        "liteos_a",
        "linux"
      ],
      "features": [],
      "deps": {
        "third_party": [
          "bounds_checking_function"
        ],
        "components": [
          "hilog",
          "adapter_uhdf"
        ]
      }
M
mamingshuai 已提交
342 343 344
    }
  ]
}