Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1602874c authored by Sanket Padawe's avatar Sanket Padawe Committed by android-build-merger
Browse files

Develop HIDL interface for radio (RIL).

am: 76372496

Change-Id: I28766948c19660f1fbf6c327d2e3582f03cb9e94
parents 903da658 76372496
Loading
Loading
Loading
Loading
+16 −8
Original line number Diff line number Diff line
@@ -7,12 +7,14 @@ genrule {
    srcs: [
        "types.hal",
        "IRadio.hal",
        "IRadioCallback.hal",
        "IRadioIndication.hal",
        "IRadioResponse.hal",
    ],
    out: [
        "android/hardware/radio/1.0/types.cpp",
        "android/hardware/radio/1.0/RadioAll.cpp",
        "android/hardware/radio/1.0/RadioCallbackAll.cpp",
        "android/hardware/radio/1.0/RadioIndicationAll.cpp",
        "android/hardware/radio/1.0/RadioResponseAll.cpp",
    ],
}

@@ -23,7 +25,8 @@ genrule {
    srcs: [
        "types.hal",
        "IRadio.hal",
        "IRadioCallback.hal",
        "IRadioIndication.hal",
        "IRadioResponse.hal",
    ],
    out: [
        "android/hardware/radio/1.0/types.h",
@@ -32,11 +35,16 @@ genrule {
        "android/hardware/radio/1.0/BnRadio.h",
        "android/hardware/radio/1.0/BpRadio.h",
        "android/hardware/radio/1.0/BsRadio.h",
        "android/hardware/radio/1.0/IRadioCallback.h",
        "android/hardware/radio/1.0/IHwRadioCallback.h",
        "android/hardware/radio/1.0/BnRadioCallback.h",
        "android/hardware/radio/1.0/BpRadioCallback.h",
        "android/hardware/radio/1.0/BsRadioCallback.h",
        "android/hardware/radio/1.0/IRadioIndication.h",
        "android/hardware/radio/1.0/IHwRadioIndication.h",
        "android/hardware/radio/1.0/BnRadioIndication.h",
        "android/hardware/radio/1.0/BpRadioIndication.h",
        "android/hardware/radio/1.0/BsRadioIndication.h",
        "android/hardware/radio/1.0/IRadioResponse.h",
        "android/hardware/radio/1.0/IHwRadioResponse.h",
        "android/hardware/radio/1.0/BnRadioResponse.h",
        "android/hardware/radio/1.0/BpRadioResponse.h",
        "android/hardware/radio/1.0/BsRadioResponse.h",
    ],
}

Loading