hidl: biometrics: fingerprint: Rebrand to Xiaomi

Change-Id: Icd5dfab05ca571ef36e8b2b1ce1bad9239877282
This commit is contained in:
Sebastiano Barezzi 2022-04-30 23:06:03 +02:00
parent 285a312393
commit 5ca97f754e
No known key found for this signature in database
GPG Key ID: 47760583F393BC44
5 changed files with 7 additions and 7 deletions

View File

@ -8,10 +8,10 @@ package {
}
cc_binary {
name: "android.hardware.biometrics.fingerprint@2.1-service",
name: "android.hardware.biometrics.fingerprint@2.1-service.xiaomi",
defaults: ["hidl_defaults"],
init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.xml"],
init_rc: ["android.hardware.biometrics.fingerprint@2.1-service.xiaomi.rc"],
vintf_fragments: ["android.hardware.biometrics.fingerprint@2.1-service.xiaomi.xml"],
vendor: true,
relative_install_path: "hw",
srcs: [

View File

@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service"
#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service"
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi"
#define LOG_VERBOSE "android.hardware.biometrics.fingerprint@2.1-service.xiaomi"
#include <hardware/hw_auth_token.h>

View File

@ -1,4 +1,4 @@
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service.xiaomi
# "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.1-service"
#define LOG_TAG "android.hardware.biometrics.fingerprint@2.1-service.xiaomi"
#include <android/log.h>
#include <hidl/HidlSupport.h>