Files
hardware_interfaces/secure_element/aidl/default/Android.bp
Steven Moreland 6fe6954dd4 secure-element to AIDL
Bug: 205762050
Test: atest VtsHalSecureElementTargetTest (8/8 passed)
Test: atest CtsOmapiTestCases
    - all tests pass except testStatusWordTransmit,
      testTransmitApdu, and testSelectNext. This is because
      these tests don't increase coverage of the HAL API
      except they call 'transmit' several times. Doing a full
      mock OMAPI/APDU implementation for cuttlefish/AOSP is
      tracked in b/123254068

Change-Id: I0ec0eb08fbcc4207d8c07427ccdf7ff106995627
2022-11-24 01:24:13 +00:00

16 lines
366 B
Plaintext

cc_binary {
name: "android.hardware.secure_element-service.example",
relative_install_path: "hw",
vendor: true,
init_rc: ["secure_element.rc"],
vintf_fragments: ["secure_element.xml"],
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.secure_element-V1-ndk",
],
srcs: [
"main.cpp",
],
}