Build Trust HAL
[GitHub/mt8127/android_device_alcatel_ttab.git] / hidl.mk
CommitLineData
5b7d0bae
S
1#
2# Copyright (C) 2017 The The LineageOS Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# Audio
18PRODUCT_PACKAGES += \
19 android.hardware.audio@2.0-impl \
20 android.hardware.audio.effect@2.0-impl
21
22# Bluetooth
23PRODUCT_PACKAGES += \
24 android.hardware.bluetooth@1.0-impl
25
26# Camera
27PRODUCT_PACKAGES += \
28 camera.device@3.2-impl \
29 camera.device@1.0-impl-legacy \
30 android.hardware.camera.provider@2.4-impl-legacy \
31
32# DRM
33PRODUCT_PACKAGES += \
34 android.hardware.drm@1.0-impl \
35 android.hardware.drm@1.0-service
36
37# GNSS
38PRODUCT_PACKAGES += \
39 android.hardware.gnss@1.0-impl \
40 android.hardware.gnss@1.0-service
41
42# Graphics
43PRODUCT_PACKAGES += \
44 android.hardware.configstore@1.0-service \
45 android.hardware.memtrack@1.0-impl \
46 android.hardware.graphics.allocator@2.0-impl \
47 android.hardware.graphics.allocator@2.0-service \
48 android.hardware.graphics.composer@2.1-impl \
49 android.hardware.graphics.mapper@2.0-impl \
50 libhwc2on1adapter
51
52# Health
53PRODUCT_PACKAGES += \
54 android.hardware.health@1.0-convert \
55 android.hardware.health@1.0-impl \
56 android.hardware.health@1.0-service
57
58# Keymaster
59PRODUCT_PACKAGES += \
60 android.hardware.keymaster@3.0-impl \
61 android.hardware.keymaster@3.0-service
62
63# Light
64PRODUCT_PACKAGES += \
65 android.hardware.light@2.0-impl
66
67# Power
68PRODUCT_PACKAGES += \
69 android.hardware.power@1.0-impl
70
71# RenderScript
72PRODUCT_PACKAGES += \
73 android.hardware.renderscript@1.0-impl
74
75# Sensors
76PRODUCT_PACKAGES += \
77 android.hardware.sensors@1.0-impl
78
f59b6f21
J
79# Trust HAL
80PRODUCT_PACKAGES += \
81 vendor.lineage.trust@1.0-service
82
bb47501f
BM
83# USB
84PRODUCT_PACKAGES += \
85 android.hardware.usb@1.0-service.basic
86
5b7d0bae
S
87# Wi-Fi
88PRODUCT_PACKAGES += \
89 android.hardware.wifi@1.0 \
90 android.hardware.wifi@1.0-impl \
91 android.hardware.wifi@1.0-service