1package { 2 // See: http://go/android-license-faq 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6aidl_interface { 7 name: "com.google.hardware.pixel.display", 8 owner: "google", 9 vendor_available: true, 10 srcs: [ 11 "com/google/hardware/pixel/display/*.aidl", 12 ], 13 14 stability: "vintf", 15 16 defaults: [ 17 "android.hardware.graphics.common-latest", 18 ], 19 imports: [ 20 "android.hardware.common-V2", 21 ], 22 23 backend: { 24 java: { 25 platform_apis: true, 26 }, 27 cpp: { 28 enabled: false, 29 }, 30 }, 31 versions_with_info: [ 32 { 33 version: "1", 34 imports: [ 35 "android.hardware.common-V2", 36 "android.hardware.graphics.common-V6", 37 ], 38 }, 39 { 40 version: "2", 41 imports: [ 42 "android.hardware.common-V2", 43 "android.hardware.graphics.common-V6", 44 ], 45 }, 46 { 47 version: "3", 48 imports: [ 49 "android.hardware.common-V2", 50 "android.hardware.graphics.common-V6", 51 ], 52 }, 53 { 54 version: "4", 55 imports: [ 56 "android.hardware.common-V2", 57 "android.hardware.graphics.common-V6", 58 ], 59 }, 60 { 61 version: "5", 62 imports: [ 63 "android.hardware.common-V2", 64 "android.hardware.graphics.common-V6", 65 ], 66 }, 67 { 68 version: "6", 69 imports: [ 70 "android.hardware.common-V2", 71 "android.hardware.graphics.common-V6", 72 ], 73 }, 74 { 75 version: "7", 76 imports: [ 77 "android.hardware.common-V2", 78 "android.hardware.graphics.common-V6", 79 ], 80 }, 81 { 82 version: "8", 83 imports: [ 84 "android.hardware.common-V2", 85 "android.hardware.graphics.common-V6", 86 ], 87 }, 88 { 89 version: "9", 90 imports: [ 91 "android.hardware.common-V2", 92 "android.hardware.graphics.common-V6", 93 ], 94 }, 95 { 96 version: "10", 97 imports: [ 98 "android.hardware.common-V2", 99 "android.hardware.graphics.common-V6", 100 ], 101 }, 102 { 103 version: "11", 104 imports: [ 105 "android.hardware.common-V2", 106 "android.hardware.graphics.common-V6", 107 ], 108 }, 109 { 110 version: "12", 111 imports: [ 112 "android.hardware.common-V2", 113 "android.hardware.graphics.common-V6", 114 ], 115 }, 116 { 117 version: "13", 118 imports: [ 119 "android.hardware.common-V2", 120 "android.hardware.graphics.common-V6", 121 ], 122 }, 123 124 ], 125 frozen: true, 126 127} 128