diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2017-10-01 13:55:44 -0400 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2019-06-25 18:29:25 +0300 |
| commit | e4c393cc5be0ebeac515bb79388a2f46e22d88b6 (patch) | |
| tree | 6f249540e5b1c9ca390a6a8f794e898a3a664dee | |
| parent | 5bcf9bc45d09f8dee50a2ce3c92040f2796eaa01 (diff) | |
gzosp/interfaces: Move fingerprint 2.0 service to fingerprint/2.0
Change-Id: I5072c69c57e93c9e5c7567978762dc0c2da24a0e
| -rw-r--r-- | biometrics/fingerprint/2.0/Android.bp | 32 | ||||
| -rw-r--r-- | biometrics/fingerprint/2.0/BiometricsFingerprint.cpp (renamed from biometrics/fingerprint/BiometricsFingerprint.cpp) | 0 | ||||
| -rw-r--r-- | biometrics/fingerprint/2.0/BiometricsFingerprint.h (renamed from biometrics/fingerprint/BiometricsFingerprint.h) | 0 | ||||
| -rw-r--r-- | biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc (renamed from biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.0-service.rc) | 0 | ||||
| -rw-r--r-- | biometrics/fingerprint/2.0/service.cpp (renamed from biometrics/fingerprint/service.cpp) | 0 | ||||
| -rw-r--r-- | biometrics/fingerprint/Android.bp | 35 |
6 files changed, 35 insertions, 32 deletions
diff --git a/biometrics/fingerprint/2.0/Android.bp b/biometrics/fingerprint/2.0/Android.bp new file mode 100644 index 0000000..372f84e --- /dev/null +++ b/biometrics/fingerprint/2.0/Android.bp @@ -0,0 +1,32 @@ +// +// Copyright (C) 2017 The Android Open Source Project +// Copyright (C) 2017 The LineageOS Project +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +cc_binary { + name: "android.hardware.biometrics.fingerprint@2.0-service", + defaults: ["hidl_defaults"], + relative_install_path: "hw", + init_rc: ["android.hardware.biometrics.fingerprint@2.0-service.rc"], + srcs: ["service.cpp", "BiometricsFingerprint.cpp"], + shared_libs: [ + "libutils", + "liblog", + "libhidlbase", + "libhidltransport", + "libhardware", + "libhwbinder", + "android.hardware.biometrics.fingerprint@2.1", + ], + proprietary: true, +} diff --git a/biometrics/fingerprint/BiometricsFingerprint.cpp b/biometrics/fingerprint/2.0/BiometricsFingerprint.cpp index 3c5b78f..3c5b78f 100644 --- a/biometrics/fingerprint/BiometricsFingerprint.cpp +++ b/biometrics/fingerprint/2.0/BiometricsFingerprint.cpp diff --git a/biometrics/fingerprint/BiometricsFingerprint.h b/biometrics/fingerprint/2.0/BiometricsFingerprint.h index 6d64e3d..6d64e3d 100644 --- a/biometrics/fingerprint/BiometricsFingerprint.h +++ b/biometrics/fingerprint/2.0/BiometricsFingerprint.h diff --git a/biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.0-service.rc b/biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc index 7d7ee76..7d7ee76 100644 --- a/biometrics/fingerprint/android.hardware.biometrics.fingerprint@2.0-service.rc +++ b/biometrics/fingerprint/2.0/android.hardware.biometrics.fingerprint@2.0-service.rc diff --git a/biometrics/fingerprint/service.cpp b/biometrics/fingerprint/2.0/service.cpp index edfaac4..edfaac4 100644 --- a/biometrics/fingerprint/service.cpp +++ b/biometrics/fingerprint/2.0/service.cpp diff --git a/biometrics/fingerprint/Android.bp b/biometrics/fingerprint/Android.bp index 372f84e..5f8a18f 100644 --- a/biometrics/fingerprint/Android.bp +++ b/biometrics/fingerprint/Android.bp @@ -1,32 +1,3 @@ -// -// Copyright (C) 2017 The Android Open Source Project -// Copyright (C) 2017 The LineageOS Project -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -cc_binary { - name: "android.hardware.biometrics.fingerprint@2.0-service", - defaults: ["hidl_defaults"], - relative_install_path: "hw", - init_rc: ["android.hardware.biometrics.fingerprint@2.0-service.rc"], - srcs: ["service.cpp", "BiometricsFingerprint.cpp"], - shared_libs: [ - "libutils", - "liblog", - "libhidlbase", - "libhidltransport", - "libhardware", - "libhwbinder", - "android.hardware.biometrics.fingerprint@2.1", - ], - proprietary: true, -} +subdirs = [ + "2.0", +] |
