blob: d4fcf7cacded9c6399a0ec03c69115ea50931c60 [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.
Jeongik Cha57272382021-01-26 10:20:49 +090020// TODO(b/150578172): clean up unstable and non-versioned aidl module
Vic Yangefd249e2018-11-12 20:19:56 -080021var VndkMustUseVendorVariantList = []string{
Jiyong Park44a13ac2021-07-22 03:06:58 +000022 "android.hardware.authsecret-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090023 "android.hardware.authsecret-V1-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000024 "android.hardware.authsecret-ndk_platform",
25 "android.hardware.authsecret-unstable-ndk_platform",
26 "android.hardware.automotive.occupant_awareness-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090027 "android.hardware.automotive.occupant_awareness-V1-ndk_platform",
Jiyong Park6ede9362021-07-27 10:37:58 +090028 "android.hardware.health.storage-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090029 "android.hardware.health.storage-V1-ndk_platform",
Yifan Hong78d0f482021-01-13 16:10:28 -080030 "android.hardware.health.storage-ndk_platform",
31 "android.hardware.health.storage-unstable-ndk_platform",
Jiyong Park6ede9362021-07-27 10:37:58 +090032 "android.hardware.identity-V2-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090033 "android.hardware.identity-V2-ndk_platform",
David Zeuthenb71fe842020-02-12 10:02:20 -050034 "android.hardware.identity-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000035 "android.hardware.light-V1-ndk",
36 "android.hardware.light-V1-ndk_platform",
37 "android.hardware.light-ndk_platform",
38 "android.hardware.memtrack-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090039 "android.hardware.memtrack-V1-ndk_platform",
40 "android.hardware.memtrack-ndk_platform",
Kalesh Singh7b63b262020-12-09 19:15:20 -050041 "android.hardware.memtrack-unstable-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000042 "android.hardware.nfc@1.2",
43 "android.hardware.oemlock-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090044 "android.hardware.oemlock-V1-ndk_platform",
45 "android.hardware.oemlock-ndk_platform",
ChengYou Ho142b28a2021-01-01 12:50:37 +080046 "android.hardware.oemlock-unstable-ndk_platform",
Jiyong Park6ede9362021-07-27 10:37:58 +090047 "android.hardware.power-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090048 "android.hardware.power-V1-ndk_platform",
Wei Wang6c016182020-01-14 17:31:10 -080049 "android.hardware.power-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000050 "android.hardware.rebootescrow-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090051 "android.hardware.rebootescrow-V1-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000052 "android.hardware.power.stats-V1-ndk",
Benjamin Schwartz6ff77ea2021-02-04 17:12:03 -080053 "android.hardware.power.stats-V1-ndk_platform",
Benjamin Schwartz71dfb342020-10-06 08:36:33 -070054 "android.hardware.power.stats-ndk_platform",
55 "android.hardware.power.stats-unstable-ndk_platform",
Sarah Chinb03e9682021-06-16 15:58:04 -070056 "android.hardware.radio-V1-ndk",
57 "android.hardware.radio-V1-ndk_platform",
Serik Beketayev319c7732021-09-15 17:16:46 -070058 "android.hardware.radio.config-V1-ndk",
59 "android.hardware.radio.config-V1-ndk_platform",
Steven Morelandde0bac52020-01-06 13:22:03 -080060 "android.hardware.rebootescrow-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000061 "android.hardware.security.keymint-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090062 "android.hardware.security.keymint-V1-ndk_platform",
63 "android.hardware.security.keymint-ndk_platform",
Shawn Willden7831d3e2020-12-11 06:06:36 -070064 "android.hardware.security.keymint-unstable-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000065 "android.hardware.security.secureclock-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090066 "android.hardware.security.secureclock-V1-ndk_platform",
Jeongik Cha57272382021-01-26 10:20:49 +090067 "android.hardware.security.secureclock-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000068 "android.hardware.security.secureclock-unstable-ndk_platform",
69 "android.hardware.security.sharedsecret-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090070 "android.hardware.security.sharedsecret-V1-ndk_platform",
Chirag Pathakcfa22052020-12-07 22:22:19 +000071 "android.hardware.security.sharedsecret-ndk_platform",
72 "android.hardware.security.sharedsecret-unstable-ndk_platform",
Jiyong Park6ede9362021-07-27 10:37:58 +090073 "android.hardware.vibrator-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090074 "android.hardware.vibrator-V1-ndk_platform",
Steven Moreland8aca9022020-01-06 13:40:50 -080075 "android.hardware.vibrator-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000076 "android.hardware.weaver-V1-ndk",
Jeongik Cha57272382021-01-26 10:20:49 +090077 "android.hardware.weaver-V1-ndk_platform",
78 "android.hardware.weaver-ndk_platform",
ChengYou Ho4b197e12021-01-20 01:57:20 +080079 "android.hardware.weaver-unstable-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000080 "android.system.keystore2-V1-ndk",
Chris Ye50ef6e22021-07-16 10:40:46 -070081 "android.hardware.wifi.hostapd-V1-ndk",
82 "android.hardware.wifi.hostapd-V1-ndk_platform",
Jeongik Cha57272382021-01-26 10:20:49 +090083 "android.system.keystore2-V1-ndk_platform",
84 "android.system.keystore2-ndk_platform",
Janis Danisevskise8f655c2020-09-30 14:45:28 -070085 "android.system.keystore2-unstable-ndk_platform",
Jiyong Park44a13ac2021-07-22 03:06:58 +000086 "android.system.suspend-V1-ndk",
Kalesh Singhada357a2021-07-22 00:36:17 +000087 "android.system.suspend-V1-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -080088 "libbinder",
Vic Yangefd249e2018-11-12 20:19:56 -080089 "libcrypto",
Vic Yangefd249e2018-11-12 20:19:56 -080090 "libexpat",
Albal Tai7667b622020-02-19 06:17:51 +000091 "libgatekeeper",
Vic Yangefd249e2018-11-12 20:19:56 -080092 "libgui",
Albal Tai7667b622020-02-19 06:17:51 +000093 "libhidlcache",
94 "libkeymaster_messages",
95 "libkeymaster_portable",
96 "libmedia_omx",
97 "libpuresoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -080098 "libselinux",
Albal Tai7667b622020-02-19 06:17:51 +000099 "libsoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -0800100 "libsqlite",
101 "libssl",
Albal Tai7667b622020-02-19 06:17:51 +0000102 "libstagefright_bufferpool@2.0",
Vic Yangefd249e2018-11-12 20:19:56 -0800103 "libstagefright_bufferqueue_helper",
Vic Yangefd249e2018-11-12 20:19:56 -0800104 "libstagefright_foundation",
105 "libstagefright_omx",
106 "libstagefright_omx_utils",
Vic Yangefd249e2018-11-12 20:19:56 -0800107 "libstagefright_xmlparser",
Vic Yangefd249e2018-11-12 20:19:56 -0800108 "libui",
Vic Yangefd249e2018-11-12 20:19:56 -0800109 "libxml2",
Vic Yangefd249e2018-11-12 20:19:56 -0800110}