Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 1 | // 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 | |
| 15 | package 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. |
| 20 | var VndkMustUseVendorVariantList = []string{ |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 21 | "android.hardware.automotive.evs@1.0", |
| 22 | "android.hardware.automotive.vehicle@2.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 23 | "android.hardware.broadcastradio@2.0", |
| 24 | "android.hardware.camera.device@1.0", |
| 25 | "android.hardware.camera.device@3.2", |
| 26 | "android.hardware.camera.device@3.3", |
| 27 | "android.hardware.camera.device@3.4", |
| 28 | "android.hardware.camera.provider@2.4", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 29 | "android.hardware.fastboot@1.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 30 | "android.hardware.media.bufferpool@1.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 31 | "android.hardware.neuralnetworks@1.0", |
| 32 | "android.hardware.neuralnetworks@1.1", |
| 33 | "android.hardware.neuralnetworks@1.2", |
Slava Shklyaev | 7779766 | 2019-08-23 15:30:41 +0100 | [diff] [blame] | 34 | "android.hardware.neuralnetworks@1.3", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 35 | "android.hardware.nfc@1.2", |
| 36 | "android.hardware.oemlock@1.0", |
| 37 | "android.hardware.power.stats@1.0", |
Wei Wang | 6c01618 | 2020-01-14 17:31:10 -0800 | [diff] [blame] | 38 | "android.hardware.power-ndk_platform", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 39 | "android.hardware.power@1.0", |
| 40 | "android.hardware.power@1.1", |
| 41 | "android.hardware.radio@1.4", |
| 42 | "android.hardware.secure_element@1.0", |
| 43 | "android.hardware.sensors@1.0", |
| 44 | "android.hardware.soundtrigger@2.0", |
| 45 | "android.hardware.soundtrigger@2.0-core", |
| 46 | "android.hardware.soundtrigger@2.1", |
| 47 | "android.hardware.tetheroffload.config@1.0", |
| 48 | "android.hardware.tetheroffload.control@1.0", |
Steven Moreland | 9dbe403 | 2020-01-06 13:40:50 -0800 | [diff] [blame] | 49 | "android.hardware.vibrator-ndk_platform", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 50 | "android.hardware.weaver@1.0", |
| 51 | "android.hardware.wifi.hostapd@1.0", |
| 52 | "android.hardware.wifi.offload@1.0", |
| 53 | "android.hardware.wifi.supplicant@1.0", |
| 54 | "android.hardware.wifi.supplicant@1.1", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 55 | "android.hardware.wifi@1.1", |
| 56 | "android.hardware.wifi@1.2", |
| 57 | "android.hardwareundtrigger@2.0", |
| 58 | "android.hardwareundtrigger@2.0-core", |
| 59 | "android.hardwareundtrigger@2.1", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 60 | "libaudioroute", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 61 | "libbinder", |
| 62 | "libcamera_metadata", |
| 63 | "libcrypto", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 64 | "libexpat", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 65 | "libgatekeeper", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 66 | "libgui", |
| 67 | "libhidlcache", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 68 | "libkeymaster_messages", |
| 69 | "libkeymaster_portable", |
Vic Yang | 7f438b1 | 2019-09-09 10:37:34 -0700 | [diff] [blame] | 70 | "libprotobuf-cpp-full", |
| 71 | "libprotobuf-cpp-lite", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 72 | "libpuresoftkeymasterdevice", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 73 | "libselinux", |
| 74 | "libsoftkeymasterdevice", |
| 75 | "libsqlite", |
| 76 | "libssl", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 77 | "libstagefright_amrnb_common", |
Vic Yang | 8c38ecb | 2020-01-10 21:01:18 -0800 | [diff] [blame] | 78 | "libstagefright_bufferpool@2.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 79 | "libstagefright_bufferqueue_helper", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 80 | "libstagefright_enc_common", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 81 | "libstagefright_flacdec", |
| 82 | "libstagefright_foundation", |
| 83 | "libstagefright_omx", |
| 84 | "libstagefright_omx_utils", |
| 85 | "libstagefright_soft_aacdec", |
| 86 | "libstagefright_soft_aacenc", |
| 87 | "libstagefright_soft_amrdec", |
| 88 | "libstagefright_soft_amrnbenc", |
| 89 | "libstagefright_soft_amrwbenc", |
| 90 | "libstagefright_soft_avcdec", |
| 91 | "libstagefright_soft_avcenc", |
| 92 | "libstagefright_soft_flacdec", |
| 93 | "libstagefright_soft_flacenc", |
| 94 | "libstagefright_soft_g711dec", |
| 95 | "libstagefright_soft_gsmdec", |
| 96 | "libstagefright_soft_hevcdec", |
| 97 | "libstagefright_soft_mp3dec", |
| 98 | "libstagefright_soft_mpeg2dec", |
| 99 | "libstagefright_soft_mpeg4dec", |
| 100 | "libstagefright_soft_mpeg4enc", |
| 101 | "libstagefright_soft_opusdec", |
| 102 | "libstagefright_soft_rawdec", |
| 103 | "libstagefright_soft_vorbisdec", |
| 104 | "libstagefright_soft_vpxdec", |
| 105 | "libstagefright_soft_vpxenc", |
| 106 | "libstagefright_xmlparser", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 107 | "libui", |
| 108 | "libvorbisidec", |
| 109 | "libxml2", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 110 | "libyuv", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 111 | } |