1// This file is autogenerated by hidl-gen -Landroidbp.
2
3hidl_interface {
4    name: "android.hardware.graphics.common@1.1",
5    root: "android.hardware",
6    vndk: {
7        enabled: true,
8        support_system_process: true,
9    },
10    srcs: [
11        "types.hal",
12    ],
13    interfaces: [
14        "android.hardware.graphics.common@1.0",
15    ],
16    types: [
17        "BufferUsage",
18        "ColorMode",
19        "Dataspace",
20        "PixelFormat",
21        "RenderIntent",
22    ],
23    gen_java: true,
24    gen_java_constants: true,
25}
26
27