eqs: initial conversion from dubai

This commit is contained in:
SGCMarkus
2022-10-18 22:53:03 +02:00
parent 865bfdcecd
commit 954ee7661c
61 changed files with 5438 additions and 6320 deletions

View File

@@ -1,8 +1,8 @@
cc_binary {
name: "android.hardware.biometrics.fingerprint@2.3-service.dubai",
name: "android.hardware.biometrics.fingerprint@2.3-service.eqs",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.dubai.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.dubai.xml"],
init_rc: ["android.hardware.biometrics.fingerprint@2.3-service.eqs.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.3-service.eqs.xml"],
relative_install_path: "hw",
srcs: [
"service.cpp",
@@ -22,7 +22,7 @@ cc_binary {
}
cc_library_static {
name: "libudfps_extension.dubai",
name: "libudfps_extension.eqs",
srcs: ["UdfpsExtension.cpp"],
include_dirs: [
"frameworks/native/services/surfaceflinger/CompositionEngine/include"

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.3-service.dubai"
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.3-service.eqs"
#include "BiometricsFingerprint.h"

View File

@@ -1,4 +1,4 @@
service fps_hal.dubai /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.dubai
service fps_hal.eqs /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.3-service.eqs
# "class hal" causes a race condition on some devices due to files created
# in /data. As a workaround, postpone startup until later in boot once
# /data is mounted.

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.3-service.dubai"
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.3-service.eqs"
#include <android-base/logging.h>
#include <hidl/HidlTransportSupport.h>
#include "BiometricsFingerprint.h"