Bug: 196916111 Test: boot with dmd launched successfully Change-Id: Ic962ab09dcd7697c27f9b2ab68400a0060573888
24 lines
652 B
Text
24 lines
652 B
Text
type hal_vendor_telephony_hwservice, hwservice_manager_type;
|
|
type hal_vendor_surfaceflinger_hwservice, hwservice_manager_type;
|
|
|
|
# rild service
|
|
type hal_exynos_rild_hwservice, hwservice_manager_type;
|
|
|
|
# GRIL service
|
|
type hal_radioext_hwservice, hwservice_manager_type;
|
|
|
|
# Audio
|
|
type hal_audio_ext_hwservice, hwservice_manager_type;
|
|
|
|
# WLC
|
|
type hal_wlc_hwservice, hwservice_manager_type;
|
|
|
|
# Bluetooth HAL extension
|
|
type hal_bluetooth_coexistence_hwservice, hwservice_manager_type, vendor_hwservice_type;
|
|
|
|
# Fingerprint
|
|
type hal_fingerprint_ext_hwservice, hwservice_manager_type;
|
|
|
|
# AudioMetric
|
|
type hal_audiometricext_hwservice, hwservice_manager_type;
|
|
|