universal7885: parts: hidl: Move to /system

* Sepolicy issues, need to be in /system to write data to files. While we're on it, move fm radio hal too
This commit is contained in:
roynatech2544 2022-04-27 13:30:58 +09:00
commit af754b5f92
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
22 changed files with 50 additions and 54 deletions

View file

@ -2,7 +2,6 @@
cc_binary {
name: "vendor.eureka.hardware.fmradio@1.2-service",
proprietary: true,
srcs: [
"FMRadio.cpp",
"service.cpp",

View file

@ -1,4 +1,4 @@
service vendor.fm-hal /vendor/bin/vendor.eureka.hardware.fmradio@1.2-service
service fm-hal /system/bin/vendor.eureka.hardware.fmradio@1.2-service
interface vendor.eureka.hardware.fmradio@1.0::IFMRadio default
interface vendor.eureka.hardware.fmradio@1.1::IFMRadio default
interface vendor.eureka.hardware.fmradio@1.2::IFMRadio default

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<manifest version="1.0" type="device">
<hal format="hidl">
<manifest version="1.0" type="framework">
<hal>
<name>vendor.eureka.hardware.fmradio</name>
<transport>hwbinder</transport>
<version>1.2</version>

View file

@ -2,7 +2,6 @@
cc_binary {
name: "vendor.eureka.hardware.parts@1.0-service",
proprietary: true,
srcs: [
"Battery.cpp",
"FlashLight.cpp",

View file

@ -1,4 +1,4 @@
service vendor.parts-hal /vendor/bin/vendor.eureka.hardware.parts@1.0-service
service parts-hal /system/bin/vendor.eureka.hardware.parts@1.0-service
interface vendor.eureka.hardware.parts@1.0::IBatteryStats default
interface vendor.eureka.hardware.parts@1.0::IDisplayConfigs default
interface vendor.eureka.hardware.parts@1.0::IFlashBrightness default

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<manifest version="1.0" type="device">
<hal format="hidl">
<manifest version="1.0" type="framework">
<hal>
<name>vendor.eureka.hardware.parts</name>
<transport>hwbinder</transport>
<version>1.0</version>