mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Organize tree
This commit is contained in:
parent
3f7b6ce7aa
commit
340f28fe4b
64 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1,18 @@
|
|||
// This file is autogenerated by hidl-gen -Landroidbp.
|
||||
|
||||
hidl_interface {
|
||||
name: "vendor.samsung.hardware.radio@2.1",
|
||||
root: "vendor.samsung.hardware",
|
||||
srcs: [
|
||||
"ISehRadio.hal",
|
||||
"ISehRadioIndication.hal",
|
||||
"ISehRadioResponse.hal",
|
||||
"types.hal"
|
||||
],
|
||||
interfaces: [
|
||||
"android.hardware.radio@1.0",
|
||||
"android.hidl.base@1.0",
|
||||
"vendor.samsung.hardware.radio@2.0",
|
||||
],
|
||||
gen_java: true,
|
||||
}
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
package vendor.samsung.hardware.radio@2.1;
|
||||
|
||||
import vendor.samsung.hardware.radio@2.0::ISehRadio;
|
||||
|
||||
interface ISehRadio extends @2.0::ISehRadio {
|
||||
oneway setNrMode(int32_t serial, int32_t mode);
|
||||
oneway getNrMode(int32_t serial);
|
||||
oneway getNrIconType(int32_t serial);
|
||||
};
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package vendor.samsung.hardware.radio@2.1;
|
||||
|
||||
import @2.0::ISehRadioIndication;
|
||||
|
||||
interface ISehRadioIndication extends @2.0::ISehRadioIndication {};
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package vendor.samsung.hardware.radio@2.1;
|
||||
|
||||
import @2.0::ISehRadioResponse;
|
||||
|
||||
interface ISehRadioResponse extends @2.0::ISehRadioResponse {};
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
package vendor.samsung.hardware.radio@2.1;
|
||||
|
||||
import @2.0::SehCardStatus;
|
||||
|
||||
struct SehCardStatus {
|
||||
@2.0::SehCardStatus base;
|
||||
string eid;
|
||||
};
|
||||
|
||||
Loading…
Reference in a new issue