summaryrefslogblamecommitdiffstats
blob: 4987004815e12eaed3d280618b106f6a1e5d321d (plain) (tree)
































































                                                                                                                                                             






                                     

      
// This file is autogenerated by hidl-gen. Do not edit manually.

filegroup {
    name: "android.hardware.radio@1.1_hal",
    srcs: [
        "IRadio.hal",
        "IRadioIndication.hal",
        "IRadioResponse.hal",
    ],
}

genrule {
    name: "android.hardware.radio@1.1_genc++",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio@1.1",
    srcs: [
        ":android.hardware.radio@1.1_hal",
    ],
    out: [
        "android/hardware/radio/1.1/RadioAll.cpp",
        "android/hardware/radio/1.1/RadioIndicationAll.cpp",
        "android/hardware/radio/1.1/RadioResponseAll.cpp",
    ],
}

genrule {
    name: "android.hardware.radio@1.1_genc++_headers",
    tools: ["hidl-gen"],
    cmd: "$(location hidl-gen) -o $(genDir) -Lc++ -randroid.hardware:hardware/interfaces -randroid.hidl:system/libhidl/transport android.hardware.radio@1.1",
    srcs: [
        ":android.hardware.radio@1.1_hal",
    ],
    out: [
        "android/hardware/radio/1.1/IRadio.h",
        "android/hardware/radio/1.1/IHwRadio.h",
        "android/hardware/radio/1.1/BnHwRadio.h",
        "android/hardware/radio/1.1/BpHwRadio.h",
        "android/hardware/radio/1.1/BsRadio.h",
        "android/hardware/radio/1.1/IRadioIndication.h",
        "android/hardware/radio/1.1/IHwRadioIndication.h",
        "android/hardware/radio/1.1/BnHwRadioIndication.h",
        "android/hardware/radio/1.1/BpHwRadioIndication.h",
        "android/hardware/radio/1.1/BsRadioIndication.h",
        "android/hardware/radio/1.1/IRadioResponse.h",
        "android/hardware/radio/1.1/IHwRadioResponse.h",
        "android/hardware/radio/1.1/BnHwRadioResponse.h",
        "android/hardware/radio/1.1/BpHwRadioResponse.h",
        "android/hardware/radio/1.1/BsRadioResponse.h",
    ],
}

cc_library_shared {
    name: "android.hardware.radio@1.1",
    generated_sources: ["android.hardware.radio@1.1_genc++"],
    generated_headers: ["android.hardware.radio@1.1_genc++_headers"],
    export_generated_headers: ["android.hardware.radio@1.1_genc++_headers"],
    vendor_available: true,
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libutils",
        "libcutils",
        "android.hardware.radio@1.0",
    ],
    export_shared_lib_headers: [
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "android.hardware.radio@1.0",
    ],
}