dre: Remove Iris display features

Change-Id: I97fbae7764f15051dfab42f1a5b2b92c8879c60e
This commit is contained in:
Albert Tang 2022-05-25 19:42:44 -05:00
parent a925fae1c0
commit 9616129e96
6 changed files with 0 additions and 18 deletions

View file

@ -11,10 +11,6 @@ attribute hal_display;
attribute hal_display_client; attribute hal_display_client;
attribute hal_display_server; attribute hal_display_server;
attribute hal_display_iris;
attribute hal_display_iris_client;
attribute hal_display_iris_server;
attribute hal_param; attribute hal_param;
attribute hal_param_client; attribute hal_param_client;
attribute hal_param_server; attribute hal_param_server;

View file

@ -41,8 +41,6 @@
/(vendor|system/vendor)/bin/hw/vendor\.oneplus\.hardware\.charger@1\.0-service u:object_r:hal_charger_default_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.oneplus\.hardware\.charger@1\.0-service u:object_r:hal_charger_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.oneplus\.hardware\.display@1\.0-service u:object_r:hal_display_default_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.oneplus\.hardware\.display@1\.0-service u:object_r:hal_display_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.oneplus\.hardware\.param@1\.0-service u:object_r:hal_param_default_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.oneplus\.hardware\.param@1\.0-service u:object_r:hal_param_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.pixelworks\.hardware\.display\.iris-service u:object_r:hal_graphics_composer_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.pixelworks\.hardware\.feature\.irisfeature-service u:object_r:hal_graphics_composer_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.qti\.hardware\.vibrator\.service\.oneplus u:object_r:hal_vibrator_default_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.qti\.hardware\.vibrator\.service\.oneplus u:object_r:hal_vibrator_default_exec:s0
# Init scripts # Init scripts

View file

@ -1,4 +0,0 @@
binder_call(hal_display_iris_client, hal_display_iris_server)
binder_call(hal_display_iris_server, hal_display_iris_client)
hal_attribute_hwservice(hal_display_iris, hal_display_iris_hwservice)

View file

@ -1,8 +1,3 @@
hal_client_domain(hal_graphics_composer_default, hal_display_iris)
hal_server_domain(hal_graphics_composer_default, hal_display_iris)
add_hwservice(hal_graphics_composer_default, hal_display_iris_hwservice)
allow hal_graphics_composer_default vendor_persist_file:file rw_file_perms; allow hal_graphics_composer_default vendor_persist_file:file rw_file_perms;
allow hal_graphics_composer_default sysfs_devices_system_cpu:file rw_file_perms; allow hal_graphics_composer_default sysfs_devices_system_cpu:file rw_file_perms;

View file

@ -1,5 +1,4 @@
type hal_cameraHIDL_hwservice, hwservice_manager_type; type hal_cameraHIDL_hwservice, hwservice_manager_type;
type hal_charger_hwservice, hwservice_manager_type; type hal_charger_hwservice, hwservice_manager_type;
type hal_display_hwservice, hwservice_manager_type; type hal_display_hwservice, hwservice_manager_type;
type hal_display_iris_hwservice, hwservice_manager_type;
type hal_param_hwservice, hwservice_manager_type; type hal_param_hwservice, hwservice_manager_type;

View file

@ -6,5 +6,3 @@ vendor.oneplus.hardware.CameraMDMHIDL::IOnePlusCameraMDM u:obj
vendor.oneplus.hardware.charger::ICharger u:object_r:hal_charger_hwservice:s0 vendor.oneplus.hardware.charger::ICharger u:object_r:hal_charger_hwservice:s0
vendor.oneplus.hardware.display::IOneplusDisplay u:object_r:hal_display_hwservice:s0 vendor.oneplus.hardware.display::IOneplusDisplay u:object_r:hal_display_hwservice:s0
vendor.oneplus.hardware.param::IOneplusParam u:object_r:hal_param_hwservice:s0 vendor.oneplus.hardware.param::IOneplusParam u:object_r:hal_param_hwservice:s0
vendor.pixelworks.hardware.display::IIris u:object_r:hal_display_iris_hwservice:s0
vendor.pixelworks.hardware.feature::IIrisFeature u:object_r:hal_display_iris_hwservice:s0