blob: d2574aaaeb1e78a026cd6337b6ff52d617d3eaa7 [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{
Vic Yangefd249e2018-11-12 20:19:56 -080021 "android.hardware.automotive.evs@1.0",
Tim Joines5af27902020-01-06 14:30:53 -080022 "android.hardware.automotive.occupant_awareness-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080023 "android.hardware.automotive.vehicle@2.0",
Vic Yangefd249e2018-11-12 20:19:56 -080024 "android.hardware.broadcastradio@2.0",
25 "android.hardware.camera.device@1.0",
26 "android.hardware.camera.device@3.2",
27 "android.hardware.camera.device@3.3",
28 "android.hardware.camera.device@3.4",
29 "android.hardware.camera.provider@2.4",
Vic Yangefd249e2018-11-12 20:19:56 -080030 "android.hardware.fastboot@1.0",
Vic Yangefd249e2018-11-12 20:19:56 -080031 "android.hardware.media.bufferpool@1.0",
Vic Yangefd249e2018-11-12 20:19:56 -080032 "android.hardware.neuralnetworks@1.0",
33 "android.hardware.neuralnetworks@1.1",
34 "android.hardware.neuralnetworks@1.2",
Colin Cross5b00c212019-10-10 22:58:07 +000035 "android.hardware.neuralnetworks@1.3",
Vic Yangefd249e2018-11-12 20:19:56 -080036 "android.hardware.nfc@1.2",
37 "android.hardware.oemlock@1.0",
38 "android.hardware.power.stats@1.0",
Wei Wang6c016182020-01-14 17:31:10 -080039 "android.hardware.power-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080040 "android.hardware.power@1.0",
41 "android.hardware.power@1.1",
42 "android.hardware.radio@1.4",
Steven Morelandde0bac52020-01-06 13:22:03 -080043 "android.hardware.rebootescrow-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080044 "android.hardware.secure_element@1.0",
45 "android.hardware.sensors@1.0",
46 "android.hardware.soundtrigger@2.0",
47 "android.hardware.soundtrigger@2.0-core",
48 "android.hardware.soundtrigger@2.1",
49 "android.hardware.tetheroffload.config@1.0",
50 "android.hardware.tetheroffload.control@1.0",
Steven Moreland8aca9022020-01-06 13:40:50 -080051 "android.hardware.vibrator-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080052 "android.hardware.weaver@1.0",
53 "android.hardware.wifi.hostapd@1.0",
54 "android.hardware.wifi.offload@1.0",
55 "android.hardware.wifi.supplicant@1.0",
56 "android.hardware.wifi.supplicant@1.1",
Vic Yangefd249e2018-11-12 20:19:56 -080057 "android.hardware.wifi@1.1",
58 "android.hardware.wifi@1.2",
59 "android.hardwareundtrigger@2.0",
60 "android.hardwareundtrigger@2.0-core",
61 "android.hardwareundtrigger@2.1",
Vic Yangefd249e2018-11-12 20:19:56 -080062 "libaudioroute",
Vic Yangefd249e2018-11-12 20:19:56 -080063 "libbinder",
64 "libcamera_metadata",
Vic Yang1fe88122019-04-04 23:32:25 -070065 "libcodec2_hidl@1.0",
66 "libcodec2_vndk",
Vic Yangefd249e2018-11-12 20:19:56 -080067 "libcrypto",
Vic Yangefd249e2018-11-12 20:19:56 -080068 "libexpat",
Vic Yangdb1cb102019-04-02 13:10:23 -070069 "libgatekeeper",
Vic Yangefd249e2018-11-12 20:19:56 -080070 "libgui",
71 "libhidlcache",
Vic Yangdb1cb102019-04-02 13:10:23 -070072 "libkeymaster_messages",
73 "libkeymaster_portable",
Vic Yang987ebeb2020-01-21 20:38:37 +000074 "libmedia_omx",
Vic Yang7f438b12019-09-09 10:37:34 -070075 "libprotobuf-cpp-full",
76 "libprotobuf-cpp-lite",
Vic Yangefd249e2018-11-12 20:19:56 -080077 "libpuresoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -080078 "libselinux",
79 "libsoftkeymasterdevice",
80 "libsqlite",
81 "libssl",
Vic Yangdb1cb102019-04-02 13:10:23 -070082 "libstagefright_amrnb_common",
Vic Yang1fe88122019-04-04 23:32:25 -070083 "libstagefright_bufferpool@2.0",
Vic Yangefd249e2018-11-12 20:19:56 -080084 "libstagefright_bufferqueue_helper",
Vic Yangdb1cb102019-04-02 13:10:23 -070085 "libstagefright_enc_common",
Vic Yangefd249e2018-11-12 20:19:56 -080086 "libstagefright_flacdec",
87 "libstagefright_foundation",
88 "libstagefright_omx",
89 "libstagefright_omx_utils",
90 "libstagefright_soft_aacdec",
91 "libstagefright_soft_aacenc",
92 "libstagefright_soft_amrdec",
93 "libstagefright_soft_amrnbenc",
94 "libstagefright_soft_amrwbenc",
95 "libstagefright_soft_avcdec",
96 "libstagefright_soft_avcenc",
97 "libstagefright_soft_flacdec",
98 "libstagefright_soft_flacenc",
99 "libstagefright_soft_g711dec",
100 "libstagefright_soft_gsmdec",
101 "libstagefright_soft_hevcdec",
102 "libstagefright_soft_mp3dec",
103 "libstagefright_soft_mpeg2dec",
104 "libstagefright_soft_mpeg4dec",
105 "libstagefright_soft_mpeg4enc",
106 "libstagefright_soft_opusdec",
107 "libstagefright_soft_rawdec",
108 "libstagefright_soft_vorbisdec",
109 "libstagefright_soft_vpxdec",
110 "libstagefright_soft_vpxenc",
Vic Yange95e0c92019-04-05 16:05:50 -0700111 "libstagefright_softomx",
Vic Yangefd249e2018-11-12 20:19:56 -0800112 "libstagefright_xmlparser",
Vic Yangefd249e2018-11-12 20:19:56 -0800113 "libui",
114 "libvorbisidec",
115 "libxml2",
Vic Yangdb1cb102019-04-02 13:10:23 -0700116 "libyuv",
Vic Yangefd249e2018-11-12 20:19:56 -0800117}