mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
- Add interface AIDL files - Add default example service. Example service is setup as a lazy service. - Add VTS test having same coverage as dumpstate device HIDL 1.1 VTS tests Bug: 205760700 Test: VtsHalDumpstateTargetTest, dumpstate, dumpstate_test, dumpsys Change-Id: I63f177af5e1e16cad392ce594f1b438e5610d757
9 lines
214 B
XML
9 lines
214 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.dumpstate</name>
|
|
<version>1</version>
|
|
<fqname>IDumpstateDevice/default</fqname>
|
|
</hal>
|
|
</manifest>
|
|
|