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", |
Tim Joines | 5af2790 | 2020-01-06 14:30:53 -0800 | [diff] [blame] | 22 | "android.hardware.automotive.occupant_awareness-ndk_platform", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 23 | "android.hardware.automotive.vehicle@2.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 24 | "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 Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 30 | "android.hardware.fastboot@1.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 31 | "android.hardware.media.bufferpool@1.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 32 | "android.hardware.neuralnetworks@1.0", |
| 33 | "android.hardware.neuralnetworks@1.1", |
| 34 | "android.hardware.neuralnetworks@1.2", |
Colin Cross | 5b00c21 | 2019-10-10 22:58:07 +0000 | [diff] [blame] | 35 | "android.hardware.neuralnetworks@1.3", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 36 | "android.hardware.nfc@1.2", |
| 37 | "android.hardware.oemlock@1.0", |
| 38 | "android.hardware.power.stats@1.0", |
Wei Wang | 6c01618 | 2020-01-14 17:31:10 -0800 | [diff] [blame] | 39 | "android.hardware.power-ndk_platform", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 40 | "android.hardware.power@1.0", |
| 41 | "android.hardware.power@1.1", |
| 42 | "android.hardware.radio@1.4", |
Steven Moreland | de0bac5 | 2020-01-06 13:22:03 -0800 | [diff] [blame] | 43 | "android.hardware.rebootescrow-ndk_platform", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 44 | "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 Moreland | 8aca902 | 2020-01-06 13:40:50 -0800 | [diff] [blame] | 51 | "android.hardware.vibrator-ndk_platform", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 52 | "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 Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 57 | "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 Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 62 | "libaudioroute", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 63 | "libbinder", |
| 64 | "libcamera_metadata", |
Vic Yang | 1fe8812 | 2019-04-04 23:32:25 -0700 | [diff] [blame] | 65 | "libcodec2_hidl@1.0", |
| 66 | "libcodec2_vndk", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 67 | "libcrypto", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 68 | "libexpat", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 69 | "libgatekeeper", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 70 | "libgui", |
| 71 | "libhidlcache", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 72 | "libkeymaster_messages", |
| 73 | "libkeymaster_portable", |
Vic Yang | 987ebeb | 2020-01-21 20:38:37 +0000 | [diff] [blame] | 74 | "libmedia_omx", |
Vic Yang | 7f438b1 | 2019-09-09 10:37:34 -0700 | [diff] [blame] | 75 | "libprotobuf-cpp-full", |
| 76 | "libprotobuf-cpp-lite", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 77 | "libpuresoftkeymasterdevice", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 78 | "libselinux", |
| 79 | "libsoftkeymasterdevice", |
| 80 | "libsqlite", |
| 81 | "libssl", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 82 | "libstagefright_amrnb_common", |
Vic Yang | 1fe8812 | 2019-04-04 23:32:25 -0700 | [diff] [blame] | 83 | "libstagefright_bufferpool@2.0", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 84 | "libstagefright_bufferqueue_helper", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 85 | "libstagefright_enc_common", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 86 | "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 Yang | e95e0c9 | 2019-04-05 16:05:50 -0700 | [diff] [blame] | 111 | "libstagefright_softomx", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 112 | "libstagefright_xmlparser", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 113 | "libui", |
| 114 | "libvorbisidec", |
| 115 | "libxml2", |
Vic Yang | db1cb10 | 2019-04-02 13:10:23 -0700 | [diff] [blame] | 116 | "libyuv", |
Vic Yang | efd249e | 2018-11-12 20:19:56 -0800 | [diff] [blame] | 117 | } |