blob: 28eb50947e498fea81c7514012aec5bd36d63af2 [file] [log] [blame]
Vic Yangefd249e2018-11-12 20:19:56 -08001// Copyright 2019 Google Inc. All rights reserved.
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15package config
16
17// List of VNDK libraries that have different core variant and vendor variant.
18// For these libraries, the vendor variants must be installed even if the device
19// has VndkUseCoreVariant set.
20var VndkMustUseVendorVariantList = []string{
21 "android.frameworks.sensorservice@1.0",
22 "android.hardware.atrace@1.0",
23 "android.hardware.audio.common@5.0",
24 "android.hardware.audio.effect@2.0",
25 "android.hardware.audio.effect@4.0",
26 "android.hardware.audio.effect@5.0",
27 "android.hardware.audio@2.0",
28 "android.hardware.audio@4.0",
29 "android.hardware.audio@5.0",
30 "android.hardware.automotive.evs@1.0",
31 "android.hardware.automotive.vehicle@2.0",
32 "android.hardware.bluetooth.audio@2.0",
33 "android.hardware.boot@1.0",
34 "android.hardware.broadcastradio@1.0",
35 "android.hardware.broadcastradio@1.1",
36 "android.hardware.broadcastradio@2.0",
37 "android.hardware.camera.device@1.0",
38 "android.hardware.camera.device@3.2",
39 "android.hardware.camera.device@3.3",
40 "android.hardware.camera.device@3.4",
41 "android.hardware.camera.provider@2.4",
42 "android.hardware.cas.native@1.0",
43 "android.hardware.cas@1.0",
44 "android.hardware.configstore@1.0",
45 "android.hardware.configstore@1.1",
46 "android.hardware.contexthub@1.0",
47 "android.hardware.drm@1.0",
48 "android.hardware.drm@1.1",
49 "android.hardware.fastboot@1.0",
50 "android.hardware.gatekeeper@1.0",
51 "android.hardware.gnss@1.0",
52 "android.hardware.graphics.allocator@2.0",
53 "android.hardware.graphics.bufferqueue@1.0",
54 "android.hardware.graphics.composer@2.1",
55 "android.hardware.graphics.composer@2.2",
56 "android.hardware.health@1.0",
57 "android.hardware.health@2.0",
58 "android.hardware.ir@1.0",
59 "android.hardware.keymaster@3.0",
60 "android.hardware.keymaster@4.0",
61 "android.hardware.light@2.0",
62 "android.hardware.media.bufferpool@1.0",
63 "android.hardware.media.omx@1.0",
64 "android.hardware.memtrack@1.0",
65 "android.hardware.neuralnetworks@1.0",
66 "android.hardware.neuralnetworks@1.1",
67 "android.hardware.neuralnetworks@1.2",
Colin Cross5b00c212019-10-10 22:58:07 +000068 "android.hardware.neuralnetworks@1.3",
Vic Yangdb1cb102019-04-02 13:10:23 -070069 "android.hardware.nfc@1.0",
Vic Yangefd249e2018-11-12 20:19:56 -080070 "android.hardware.nfc@1.1",
71 "android.hardware.nfc@1.2",
72 "android.hardware.oemlock@1.0",
73 "android.hardware.power.stats@1.0",
74 "android.hardware.power@1.0",
75 "android.hardware.power@1.1",
76 "android.hardware.radio@1.4",
77 "android.hardware.secure_element@1.0",
78 "android.hardware.sensors@1.0",
79 "android.hardware.soundtrigger@2.0",
80 "android.hardware.soundtrigger@2.0-core",
81 "android.hardware.soundtrigger@2.1",
82 "android.hardware.tetheroffload.config@1.0",
83 "android.hardware.tetheroffload.control@1.0",
84 "android.hardware.thermal@1.0",
85 "android.hardware.tv.cec@1.0",
86 "android.hardware.tv.input@1.0",
87 "android.hardware.vibrator@1.0",
88 "android.hardware.vibrator@1.1",
89 "android.hardware.vibrator@1.2",
90 "android.hardware.weaver@1.0",
91 "android.hardware.wifi.hostapd@1.0",
92 "android.hardware.wifi.offload@1.0",
93 "android.hardware.wifi.supplicant@1.0",
94 "android.hardware.wifi.supplicant@1.1",
95 "android.hardware.wifi@1.0",
96 "android.hardware.wifi@1.1",
97 "android.hardware.wifi@1.2",
98 "android.hardwareundtrigger@2.0",
99 "android.hardwareundtrigger@2.0-core",
100 "android.hardwareundtrigger@2.1",
101 "android.hidl.allocator@1.0",
102 "android.hidl.token@1.0",
103 "android.hidl.token@1.0-utils",
104 "android.system.net.netd@1.0",
105 "android.system.wifi.keystore@1.0",
106 "libaudioroute",
107 "libaudioutils",
108 "libbinder",
109 "libcamera_metadata",
Vic Yang1fe88122019-04-04 23:32:25 -0700110 "libcodec2_hidl@1.0",
111 "libcodec2_vndk",
Vic Yangefd249e2018-11-12 20:19:56 -0800112 "libcrypto",
113 "libdiskconfig",
114 "libdumpstateutil",
115 "libexpat",
116 "libfmq",
Vic Yangdb1cb102019-04-02 13:10:23 -0700117 "libgatekeeper",
Vic Yangefd249e2018-11-12 20:19:56 -0800118 "libgui",
119 "libhidlcache",
Vic Yangdb1cb102019-04-02 13:10:23 -0700120 "libkeymaster_messages",
121 "libkeymaster_portable",
Vic Yangefd249e2018-11-12 20:19:56 -0800122 "libmedia_helper",
123 "libmedia_omx",
124 "libmemtrack",
125 "libnetutils",
Vic Yang7f438b12019-09-09 10:37:34 -0700126 "libprotobuf-cpp-full",
127 "libprotobuf-cpp-lite",
Vic Yangefd249e2018-11-12 20:19:56 -0800128 "libpuresoftkeymasterdevice",
129 "libradio_metadata",
130 "libselinux",
131 "libsoftkeymasterdevice",
132 "libsqlite",
133 "libssl",
Vic Yangdb1cb102019-04-02 13:10:23 -0700134 "libstagefright_amrnb_common",
Vic Yang1fe88122019-04-04 23:32:25 -0700135 "libstagefright_bufferpool@2.0",
Vic Yangefd249e2018-11-12 20:19:56 -0800136 "libstagefright_bufferqueue_helper",
Vic Yangdb1cb102019-04-02 13:10:23 -0700137 "libstagefright_enc_common",
Vic Yangefd249e2018-11-12 20:19:56 -0800138 "libstagefright_flacdec",
139 "libstagefright_foundation",
140 "libstagefright_omx",
141 "libstagefright_omx_utils",
142 "libstagefright_soft_aacdec",
143 "libstagefright_soft_aacenc",
144 "libstagefright_soft_amrdec",
145 "libstagefright_soft_amrnbenc",
146 "libstagefright_soft_amrwbenc",
147 "libstagefright_soft_avcdec",
148 "libstagefright_soft_avcenc",
149 "libstagefright_soft_flacdec",
150 "libstagefright_soft_flacenc",
151 "libstagefright_soft_g711dec",
152 "libstagefright_soft_gsmdec",
153 "libstagefright_soft_hevcdec",
154 "libstagefright_soft_mp3dec",
155 "libstagefright_soft_mpeg2dec",
156 "libstagefright_soft_mpeg4dec",
157 "libstagefright_soft_mpeg4enc",
158 "libstagefright_soft_opusdec",
159 "libstagefright_soft_rawdec",
160 "libstagefright_soft_vorbisdec",
161 "libstagefright_soft_vpxdec",
162 "libstagefright_soft_vpxenc",
Vic Yange95e0c92019-04-05 16:05:50 -0700163 "libstagefright_softomx",
Vic Yangefd249e2018-11-12 20:19:56 -0800164 "libstagefright_xmlparser",
165 "libsysutils",
Vic Yangdb1cb102019-04-02 13:10:23 -0700166 "libtinyxml2",
Vic Yangefd249e2018-11-12 20:19:56 -0800167 "libui",
168 "libvorbisidec",
169 "libxml2",
Vic Yangdb1cb102019-04-02 13:10:23 -0700170 "libyuv",
Vic Yangefd249e2018-11-12 20:19:56 -0800171 "libziparchive",
172}