Consider lineage_ttab product via the AOSP way
[GitHub/mt8127/android_device_alcatel_ttab.git] / hidl.mk
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
18 PRODUCT_PACKAGES += \
19 android.hardware.audio@2.0-impl \
20 android.hardware.audio.effect@2.0-impl
21
22 # Bluetooth
23 PRODUCT_PACKAGES += \
24 android.hardware.bluetooth@1.0-impl
25
26 # Camera
27 PRODUCT_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
33 PRODUCT_PACKAGES += \
34 android.hardware.drm@1.0-impl \
35 android.hardware.drm@1.0-service
36
37 # GNSS
38 PRODUCT_PACKAGES += \
39 android.hardware.gnss@1.0-impl \
40 android.hardware.gnss@1.0-service
41
42 # Graphics
43 PRODUCT_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
53 PRODUCT_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
59 PRODUCT_PACKAGES += \
60 android.hardware.keymaster@3.0-impl \
61 android.hardware.keymaster@3.0-service
62
63 # Light
64 PRODUCT_PACKAGES += \
65 android.hardware.light@2.0-impl
66
67 # Power
68 PRODUCT_PACKAGES += \
69 android.hardware.power@1.0-impl
70
71 # RenderScript
72 PRODUCT_PACKAGES += \
73 android.hardware.renderscript@1.0-impl
74
75 # Sensors
76 PRODUCT_PACKAGES += \
77 android.hardware.sensors@1.0-impl
78
79 # Wi-Fi
80 PRODUCT_PACKAGES += \
81 android.hardware.wifi@1.0 \
82 android.hardware.wifi@1.0-impl \
83 android.hardware.wifi@1.0-service