mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 05:56:34 +00:00
Add haveSomeMemoryBlock to test transport of the hidl_memory_block. Add set(hidl_memory) & get(IMemoryToken) to test IMemoryToken Test: hidl_test Bug: 68295540 Change-Id: I08bcfae256de9db7dd647cde0ccbee214b598f47
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.tests.memory@1.0",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"IMemoryTest.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hidl.memory.token@1.0",
|
|
"android.hidl.memory.block@1.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: false,
|
|
}
|
|
|