mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 18:07:35 +00:00
eqs: initial conversion from dubai
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user