• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import("//build/ohos.gni")
2if (is_standard_system) {
3  ohos_prebuilt_etc("hdf_audio_json") {
4    source = "//drivers/peripheral/audio/config/adapter_config.json"
5    relative_install_dir = "hdfconfig"
6    subsystem_name = "hdf"
7    part_name = "hdf"
8  }
9
10  ohos_prebuilt_etc("hdf_audio_path_json") {
11    source = "//drivers/peripheral/audio/config/parse.json"
12    relative_install_dir = "hdfconfig"
13    subsystem_name = "hdf"
14    part_name = "hdf"
15  }
16}
17