Skip to content
Snippets Groups Projects
Commit 1a729d6f authored by Nolen Johnson's avatar Nolen Johnson Committed by Joshua Blanchard
Browse files

beckham: Include Moto Health HAL

- Adapted for beckham's needs.

Change-Id: I48803eeb72499fe8459805f6ef80ef5f868f431e
parent d8af4e34
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,13 @@
</interface>
<fqname>@1.0::IEQServiceHIDL/default</fqname>
</hal>
<hal format="hidl">
<name>motorola.hardware.health</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IMotHealth</name>
<instance>default</instance>
</interface>
</hal>
</manifest>
......@@ -455,6 +455,12 @@ vendor/lib64/libkeymasterdeviceutils.so
vendor/lib64/libkeymasterprovision.so
vendor/lib64/libkeymasterutils.so
# MotHealth
vendor/bin/hw/motorola.hardware.health@1.0-service
vendor/etc/init/motorola.hardware.health@1.0-service.rc
vendor/lib/motorola.hardware.health@1.0.so
vendor/lib64/motorola.hardware.health@1.0.so
# Moto Mods
-system/priv-app/ModFmwkProxyService/ModFmwkProxyService.apk|37a020b2350748a5f684870d652a1e3e31d8d1e2
-system/priv-app/ModService/ModService.apk|c823ccd189721d1c39ba667e8a7d1151cdf88a8d
......
/(vendor|system/vendor)/bin/hw/motorola\.hardware\.health@1\.0-service u:object_r:hal_health_default_exec:s0
/(vendor|system/vendor)/bin/init\.gbmods\.sh u:object_r:init_mods_exec:s0
/(vendor|system/vendor)/bin/mods_camd u:object_r:mods_camd_exec:s0
/(vendor|system/vendor)/lib(64)?/libmodmanager\.so u:object_r:same_process_hal_file:s0
......
allow hal_health_default sysfs_greybus:dir r_dir_perms;
allow hal_health_default sysfs_greybus:file rw_file_perms;
allow hal_health_default {
sysfs_battery_supply
sysfs_greybus
sysfs
}:dir r_dir_perms;
allow hal_health_default {
sysfs_battery_supply
sysfs_greybus
sysfs
}:file rw_file_perms;
allow hal_health_default self:binder call;
com.motorola.mod::IModManager u:object_r:hal_modmanager_hwservice:s0
motorola.hardware.health::IMotHealth u:object_r:hal_health_hwservice:s0
motorola.hardware.vibrator::IMotVibrator u:object_r:hal_motvibrator_hwservice:s0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment