Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9abdf4b authored by Michael Bestas's avatar Michael Bestas Committed by Bruno Martins
Browse files

common: Remove fastcharge HIDL rules

Change-Id: I43b9cf91d93bc5fd75268765204b18d5021f28f4
parent ecde5946
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
# HWBinder IPC from client to server
binder_call(hal_lineage_fastcharge_client, hal_lineage_fastcharge_server)

hal_attribute_hwservice(hal_lineage_fastcharge, hal_lineage_fastcharge_hwservice)

# Allow binder communication with platform_app
binder_call(hal_lineage_fastcharge, platform_app)
+0 −1
Original line number Diff line number Diff line
type hal_lineage_fastcharge_hwservice, hwservice_manager_type;
type hal_lineage_livedisplay_hwservice, hwservice_manager_type;
+0 −1
Original line number Diff line number Diff line
motorola.hardware.health::IMotHealth                                    u:object_r:hal_health_hwservice:s0
vendor.lineage.fastcharge::IFastCharge                                  u:object_r:hal_lineage_fastcharge_hwservice:s0
vendor.lineage.livedisplay::IAdaptiveBacklight                          u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IAntiFlicker                                u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IAutoContrast                               u:object_r:hal_lineage_livedisplay_hwservice:s0
+0 −3
Original line number Diff line number Diff line
# Allow NFC service to be found
allow platform_app nfc_service:service_manager find;

# Allow FastCharge HAL service to be found
hal_client_domain(platform_app, hal_lineage_fastcharge)

# Allow LiveDisplay HAL service to be found
hal_client_domain(platform_app, hal_lineage_livedisplay)

+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ get_prop(system_app, custom_version_prop)
get_prop(system_app, vendor_security_patch_level_prop)

# Allow access to the HALs
hal_client_domain(system_app, hal_lineage_fastcharge)
hal_client_domain(system_app, hal_lineage_livedisplay)
hal_client_domain(system_app, hal_lineage_touch)

Loading