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

Commit 20105c8b authored by Nick Desaulniers's avatar Nick Desaulniers
Browse files

Fingerprint VTS

Bug: 34179855
Test:
  make vts;
  adb push
    out/host/linux-x86/vts/android-vts/testcases/DATA/nativetest64/fingerprint_hidl_hal_test/fingerprint_hidl_hal_test
    /data/local/tmp/.;
  adb shell /data/local/tmp/fingerprint_hidl_hal_test;

Change-Id: If9174dc34d0802388a9af8cda88b28329248bc42
parent 9bb90a55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
// This is an autogenerated file, do not edit.
subdirs = [
    "fingerprint/2.1",
    "fingerprint/2.1/vts/functional"
]
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright (C) 2016 The Android Open Source Project
 * Copyright (C) 2017 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright (C) 2016 The Android Open Source Project
 * Copyright (C) 2017 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
+1 −1
Original line number Diff line number Diff line
/*
 * Copyright (C) 2016 The Android Open Source Project
 * Copyright (C) 2017 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ enum RequestStatus : int32_t {
 * followed by ERROR_CANCELED.
 */
enum FingerprintError : int32_t {
  /* Used for testing, no error returned */
  ERROR_NO_ERROR = 0,
  /* The hardware has an error that can't be resolved. */
  ERROR_HW_UNAVAILABLE = 1,
  /* Bad data; operation can't continue */
Loading