dubai: Setup UDFPS overlay

Change-Id: I230cbdf0f72ff98684b2411c6343307a296d5b08
This commit is contained in:
AdarshGrewal 2022-08-25 21:28:46 -06:00 committed by Marc Bourgoin
parent b0ae4e8029
commit 26e7d71e12
6 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,9 @@
//
// Copyright (C) 2022 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "LineageSystemUIDubai",
vendor: true,
}

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.systemui.dubai.lineage">
<overlay
android:isStatic="true"
android:priority="800"
android:targetPackage="com.android.systemui" />
</manifest>

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- HBM type of UDFPS overlay.
0 - GLOBAL HBM
1 - LOCAL HBM
-->
<integer name="config_udfpsHbmType">0</integer>
</resources>