blob: 9749b0b60dc92dd6fce09c36762757f61dcad236 [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",
Ivailo Karamanolev1415cb82020-01-22 19:22:52 +010031 "android.hardware.light-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080032 "android.hardware.media.bufferpool@1.0",
Vic Yangefd249e2018-11-12 20:19:56 -080033 "android.hardware.neuralnetworks@1.0",
34 "android.hardware.neuralnetworks@1.1",
35 "android.hardware.neuralnetworks@1.2",
Colin Cross5b00c212019-10-10 22:58:07 +000036 "android.hardware.neuralnetworks@1.3",
Vic Yangefd249e2018-11-12 20:19:56 -080037 "android.hardware.nfc@1.2",
38 "android.hardware.oemlock@1.0",
39 "android.hardware.power.stats@1.0",
Wei Wang6c016182020-01-14 17:31:10 -080040 "android.hardware.power-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080041 "android.hardware.power@1.0",
42 "android.hardware.power@1.1",
43 "android.hardware.radio@1.4",
Steven Morelandde0bac52020-01-06 13:22:03 -080044 "android.hardware.rebootescrow-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080045 "android.hardware.secure_element@1.0",
46 "android.hardware.sensors@1.0",
47 "android.hardware.soundtrigger@2.0",
48 "android.hardware.soundtrigger@2.0-core",
49 "android.hardware.soundtrigger@2.1",
50 "android.hardware.tetheroffload.config@1.0",
51 "android.hardware.tetheroffload.control@1.0",
Steven Moreland8aca9022020-01-06 13:40:50 -080052 "android.hardware.vibrator-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080053 "android.hardware.weaver@1.0",
54 "android.hardware.wifi.hostapd@1.0",
55 "android.hardware.wifi.offload@1.0",
56 "android.hardware.wifi.supplicant@1.0",
57 "android.hardware.wifi.supplicant@1.1",
Vic Yangefd249e2018-11-12 20:19:56 -080058 "android.hardware.wifi@1.1",
59 "android.hardware.wifi@1.2",
60 "android.hardwareundtrigger@2.0",
61 "android.hardwareundtrigger@2.0-core",
62 "android.hardwareundtrigger@2.1",
Vic Yangefd249e2018-11-12 20:19:56 -080063 "libaudioroute",
Vic Yangefd249e2018-11-12 20:19:56 -080064 "libbinder",
65 "libcamera_metadata",
Vic Yang1fe88122019-04-04 23:32:25 -070066 "libcodec2_hidl@1.0",
67 "libcodec2_vndk",
Vic Yangefd249e2018-11-12 20:19:56 -080068 "libcrypto",
Vic Yangefd249e2018-11-12 20:19:56 -080069 "libexpat",
Vic Yangdb1cb102019-04-02 13:10:23 -070070 "libgatekeeper",
Vic Yangefd249e2018-11-12 20:19:56 -080071 "libgui",
72 "libhidlcache",
Vic Yangdb1cb102019-04-02 13:10:23 -070073 "libkeymaster_messages",
74 "libkeymaster_portable",
Vic Yang987ebeb2020-01-21 20:38:37 +000075 "libmedia_omx",
Vic Yang7f438b12019-09-09 10:37:34 -070076 "libprotobuf-cpp-full",
77 "libprotobuf-cpp-lite",
Vic Yangefd249e2018-11-12 20:19:56 -080078 "libpuresoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -080079 "libselinux",
80 "libsoftkeymasterdevice",
81 "libsqlite",
82 "libssl",
Vic Yangdb1cb102019-04-02 13:10:23 -070083 "libstagefright_amrnb_common",
Vic Yang1fe88122019-04-04 23:32:25 -070084 "libstagefright_bufferpool@2.0",
Vic Yangefd249e2018-11-12 20:19:56 -080085 "libstagefright_bufferqueue_helper",
Vic Yangdb1cb102019-04-02 13:10:23 -070086 "libstagefright_enc_common",
Vic Yangefd249e2018-11-12 20:19:56 -080087 "libstagefright_flacdec",
88 "libstagefright_foundation",
89 "libstagefright_omx",
90 "libstagefright_omx_utils",
91 "libstagefright_soft_aacdec",
92 "libstagefright_soft_aacenc",
93 "libstagefright_soft_amrdec",
94 "libstagefright_soft_amrnbenc",
95 "libstagefright_soft_amrwbenc",
96 "libstagefright_soft_avcdec",
97 "libstagefright_soft_avcenc",
98 "libstagefright_soft_flacdec",
99 "libstagefright_soft_flacenc",
100 "libstagefright_soft_g711dec",
101 "libstagefright_soft_gsmdec",
102 "libstagefright_soft_hevcdec",
103 "libstagefright_soft_mp3dec",
104 "libstagefright_soft_mpeg2dec",
105 "libstagefright_soft_mpeg4dec",
106 "libstagefright_soft_mpeg4enc",
107 "libstagefright_soft_opusdec",
108 "libstagefright_soft_rawdec",
109 "libstagefright_soft_vorbisdec",
110 "libstagefright_soft_vpxdec",
111 "libstagefright_soft_vpxenc",
Vic Yange95e0c92019-04-05 16:05:50 -0700112 "libstagefright_softomx",
Vic Yangefd249e2018-11-12 20:19:56 -0800113 "libstagefright_xmlparser",
Vic Yangefd249e2018-11-12 20:19:56 -0800114 "libui",
115 "libvorbisidec",
116 "libxml2",
Vic Yangdb1cb102019-04-02 13:10:23 -0700117 "libyuv",
Vic Yangefd249e2018-11-12 20:19:56 -0800118}