• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "audio_device_driver",
3  "description": "audio device driver",
4  "version": "3.1",
5  "license": "Apache License 2.0",
6  "component": {
7    "name": "audio_device_driver",
8    "subsystem": "hdf",
9    "syscap": [ "" ],
10    "adapter_system_type": ["standard", "small"],
11    "rom": "1035KB",
12    "ram": "8600KB",
13    "deps": {
14      "components": [
15        "hiviewdfx_hilog_native",
16        "device_driver_framework",
17        "utils_base"
18      ],
19      "third_part": [
20        "bounds_checking_function",
21        "googletest",
22        "tinyalsa"
23      ]
24    },
25    "build": {
26      "sub_component": [
27        "//drivers/peripheral/audio:hdi_audio",
28        "//drivers/peripheral/audio:audio_sample_client"
29      ],
30      "test": [
31        "//drivers/peripheral/audio:audio_test_entry"
32      ]
33    }
34  }
35}
36