• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "hardware_interfaces_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
10filegroup {
11    name: "VehicleHalDefaultProperties_JSON",
12    srcs: ["DefaultProperties.json"],
13}
14
15filegroup {
16    name: "VehicleHalTestProperties_JSON",
17    srcs: ["TestProperties.json"],
18}
19
20filegroup {
21    name: "VehicleHalVendorClusterTestProperties_JSON",
22    srcs: ["VendorClusterTestProperties.json"],
23}
24
25prebuilt_etc {
26    name: "Prebuilt_VehicleHalDefaultProperties_JSON",
27    filename_from_src: true,
28    src: "DefaultProperties.json",
29    sub_dir: "automotive/vhalconfig/",
30    vendor: true,
31}
32
33prebuilt_etc {
34    name: "Prebuilt_VehicleHalTestProperties_JSON",
35    filename_from_src: true,
36    src: "TestProperties.json",
37    sub_dir: "automotive/vhalconfig/",
38    vendor: true,
39}
40
41prebuilt_etc {
42    name: "Prebuilt_VehicleHalVendorClusterTestProperties_JSON",
43    filename_from_src: true,
44    src: "VendorClusterTestProperties.json",
45    sub_dir: "automotive/vhalconfig/",
46    vendor: true,
47}
48