blob: db69ce785d83e6123ce8b7a546e1727ce34c8633 [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 Chaf5c418c2021-01-22 16:54:03 +090020// TODO(b/150578172): clean up unstable and non-versioned aidl module
Vic Yangefd249e2018-11-12 20:19:56 -080021var VndkMustUseVendorVariantList = []string{
Jiyong Parkb58719c2021-07-22 03:06:58 +000022 "android.hardware.authsecret-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090023 "android.hardware.authsecret-V1-ndk_platform",
Jiyong Parkb58719c2021-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 Chaf5c418c2021-01-22 16:54:03 +090027 "android.hardware.automotive.occupant_awareness-V1-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000028 "android.hardware.automotive.occupant_awareness-ndk_platform",
Edwin655bf072021-09-16 16:26:52 -070029 "android.hardware.drm-V1-ndk",
Alex Hong88a40df2022-03-30 00:42:11 +080030 "android.hardware.dumpstate-V1-ndk",
Jiyong Parkb58719c2021-07-22 03:06:58 +000031 "android.hardware.gnss-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090032 "android.hardware.gnss-V1-ndk_platform",
Yi-Yo Chiang85001982022-05-19 16:19:36 +080033 "android.hardware.gnss-V2-ndk",
Jiyong Parkb58719c2021-07-22 03:06:58 +000034 "android.hardware.gnss-ndk_platform",
35 "android.hardware.gnss-unstable-ndk_platform",
Yifan Hong932920f2021-01-21 16:53:26 -080036 "android.hardware.health-V1-ndk",
37 "android.hardware.health-ndk",
Jiyong Parkb58719c2021-07-22 03:06:58 +000038 "android.hardware.health.storage-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090039 "android.hardware.health.storage-V1-ndk_platform",
Yifan Hongcaaef4d2021-01-13 16:06:11 -080040 "android.hardware.health.storage-ndk_platform",
41 "android.hardware.health.storage-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090042 "android.hardware.identity-V2-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000043 "android.hardware.identity-V3-ndk",
Jiyong Parkc110a432021-05-24 23:00:41 +090044 "android.hardware.identity-V3-ndk_platform",
David Zeuthenb71fe842020-02-12 10:02:20 -050045 "android.hardware.identity-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000046 "android.hardware.light-V1-ndk",
47 "android.hardware.light-V1-ndk_platform",
48 "android.hardware.light-ndk_platform",
49 "android.hardware.memtrack-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090050 "android.hardware.memtrack-V1-ndk_platform",
51 "android.hardware.memtrack-ndk_platform",
Kalesh Singh7b63b262020-12-09 19:15:20 -050052 "android.hardware.memtrack-unstable-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000053 "android.hardware.nfc@1.2",
54 "android.hardware.oemlock-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090055 "android.hardware.oemlock-V1-ndk_platform",
56 "android.hardware.oemlock-ndk_platform",
ChengYou Ho142b28a2021-01-01 12:50:37 +080057 "android.hardware.oemlock-unstable-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090058 "android.hardware.power-V1-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000059 "android.hardware.power-V2-ndk",
Jiyong Parkc110a432021-05-24 23:00:41 +090060 "android.hardware.power-V2-ndk_platform",
Wei Wang6c016182020-01-14 17:31:10 -080061 "android.hardware.power-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000062 "android.hardware.power.stats-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090063 "android.hardware.power.stats-V1-ndk_platform",
Benjamin Schwartz399394b2020-10-06 08:36:33 -070064 "android.hardware.power.stats-ndk_platform",
65 "android.hardware.power.stats-unstable-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000066 "android.hardware.rebootescrow-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090067 "android.hardware.rebootescrow-V1-ndk_platform",
Steven Morelandde0bac52020-01-06 13:22:03 -080068 "android.hardware.rebootescrow-ndk_platform",
Sarah Chinc10d5da2021-06-16 15:58:04 -070069 "android.hardware.radio-V1-ndk",
70 "android.hardware.radio-V1-ndk_platform",
Serik Beketayev48e0e332021-09-15 17:16:46 -070071 "android.hardware.radio.config-V1-ndk",
72 "android.hardware.radio.config-V1-ndk_platform",
Sarah Chin84fdadf2021-09-20 14:16:28 -070073 "android.hardware.radio.data-V1-ndk",
74 "android.hardware.radio.data-V1-ndk_platform",
75 "android.hardware.radio.messaging-V1-ndk",
76 "android.hardware.radio.messaging-V1-ndk_platform",
77 "android.hardware.radio.modem-V1-ndk",
78 "android.hardware.radio.modem-V1-ndk_platform",
79 "android.hardware.radio.network-V1-ndk",
80 "android.hardware.radio.network-V1-ndk_platform",
81 "android.hardware.radio.sim-V1-ndk",
82 "android.hardware.radio.sim-V1-ndk_platform",
83 "android.hardware.radio.voice-V1-ndk",
84 "android.hardware.radio.voice-V1-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000085 "android.hardware.security.keymint-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090086 "android.hardware.security.keymint-V1-ndk_platform",
87 "android.hardware.security.keymint-ndk_platform",
Shawn Willden7831d3e2020-12-11 06:06:36 -070088 "android.hardware.security.keymint-unstable-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000089 "android.hardware.security.secureclock-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090090 "android.hardware.security.secureclock-V1-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090091 "android.hardware.security.secureclock-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +000092 "android.hardware.security.secureclock-unstable-ndk_platform",
93 "android.hardware.security.sharedsecret-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +090094 "android.hardware.security.sharedsecret-V1-ndk_platform",
Chirag Pathakcfa22052020-12-07 22:22:19 +000095 "android.hardware.security.sharedsecret-ndk_platform",
96 "android.hardware.security.sharedsecret-unstable-ndk_platform",
Arthur Ishiguro6941b9d2021-10-14 16:15:13 +000097 "android.hardware.sensors-V1-ndk",
Jiyong Parkb58719c2021-07-22 03:06:58 +000098 "android.hardware.soundtrigger3-V1-ndk",
Ytai Ben-Tsvi10d7e362021-03-22 12:44:18 -070099 "android.hardware.soundtrigger3-V1-ndk_platform",
Roshan Pius64e8e772021-08-09 15:59:14 -0700100 "android.hardware.uwb-V1-ndk",
101 "android.hardware.uwb-V1-ndk_platform",
Jeongik Chaf5c418c2021-01-22 16:54:03 +0900102 "android.hardware.vibrator-V1-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +0000103 "android.hardware.vibrator-V2-ndk",
Jiyong Parkc110a432021-05-24 23:00:41 +0900104 "android.hardware.vibrator-V2-ndk_platform",
Steven Moreland8aca9022020-01-06 13:40:50 -0800105 "android.hardware.vibrator-ndk_platform",
Jiyong Parkb58719c2021-07-22 03:06:58 +0000106 "android.hardware.weaver-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +0900107 "android.hardware.weaver-V1-ndk_platform",
108 "android.hardware.weaver-ndk_platform",
ChengYou Ho4b197e12021-01-20 01:57:20 +0800109 "android.hardware.weaver-unstable-ndk_platform",
Jiyong Parkb7e666f2021-07-26 11:43:46 +0900110 "android.system.suspend-V1-ndk",
Jiyong Parkb58719c2021-07-22 03:06:58 +0000111 "android.system.keystore2-V1-ndk",
Rajesh Nyamagoud3e4a4882021-09-14 16:48:09 +0000112 "android.se.omapi-V1-ndk_platform",
113 "android.se.omapi-ndk_platform",
114 "android.se.omapi-unstable-ndk_platform",
Chris Ye50ef6e22021-07-16 10:40:46 -0700115 "android.hardware.wifi.hostapd-V1-ndk",
116 "android.hardware.wifi.hostapd-V1-ndk_platform",
Gabriel Birenf355d3c2021-10-15 22:29:33 +0000117 "android.hardware.wifi.supplicant-V1-ndk",
Jeongik Chaf5c418c2021-01-22 16:54:03 +0900118 "android.system.keystore2-V1-ndk_platform",
119 "android.system.keystore2-ndk_platform",
Janis Danisevskise8f655c2020-09-30 14:45:28 -0700120 "android.system.keystore2-unstable-ndk_platform",
Colin Crossdb4604c2021-07-23 16:26:45 -0700121 "android.system.suspend-V1-ndk",
Kalesh Singh32b0b9f2021-07-22 00:36:17 +0000122 "android.system.suspend-V1-ndk_platform",
Vic Yangefd249e2018-11-12 20:19:56 -0800123 "libbinder",
Vic Yangefd249e2018-11-12 20:19:56 -0800124 "libcrypto",
Vic Yangefd249e2018-11-12 20:19:56 -0800125 "libexpat",
Albal Tai7667b622020-02-19 06:17:51 +0000126 "libgatekeeper",
Vic Yangefd249e2018-11-12 20:19:56 -0800127 "libgui",
Albal Tai7667b622020-02-19 06:17:51 +0000128 "libhidlcache",
129 "libkeymaster_messages",
130 "libkeymaster_portable",
131 "libmedia_omx",
132 "libpuresoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -0800133 "libselinux",
Albal Tai7667b622020-02-19 06:17:51 +0000134 "libsoftkeymasterdevice",
Vic Yangefd249e2018-11-12 20:19:56 -0800135 "libsqlite",
136 "libssl",
Albal Tai7667b622020-02-19 06:17:51 +0000137 "libstagefright_bufferpool@2.0",
Vic Yangefd249e2018-11-12 20:19:56 -0800138 "libstagefright_bufferqueue_helper",
Vic Yangefd249e2018-11-12 20:19:56 -0800139 "libstagefright_foundation",
140 "libstagefright_omx",
141 "libstagefright_omx_utils",
Vic Yangefd249e2018-11-12 20:19:56 -0800142 "libstagefright_xmlparser",
Vic Yangefd249e2018-11-12 20:19:56 -0800143 "libui",
Vic Yangefd249e2018-11-12 20:19:56 -0800144 "libxml2",
Vic Yangefd249e2018-11-12 20:19:56 -0800145}