marble: add support for new Wi-Fi firmware and configuration files

- Introduced symlinks for WCNSS_qcom_cfg.ini and wlan_mac.bin for qca6490 and qca6750.
- Updated BoardConfig.mk to enable vendor RIL service and set security patch level.
- Enhanced device.mk with additional packages for Wi-Fi, USB, and sensors.
- Removed obsolete GNSS-related files from proprietary-files.txt.
- Updated setup-makefiles.py and sort-blobs-list.sh to executable permissions.
- Created public.libraries.txt for shared libraries.
- Added prebuilt IDCs and keylayouts for fingerprint sensors (uinput-fpc and uinput-goodix).
- Implemented new HAL configuration for sensors.
- Enhanced WLAN configuration files with additional parameters for performance optimization.
- Updated wpa_supplicant_overlay.conf and p2p_supplicant_overlay.conf for improved Wi-Fi functionality.
This commit is contained in:
2025-06-20 11:27:03 +09:00
parent f09e486236
commit e58aaaa2ef
18 changed files with 906 additions and 21 deletions

11
keylayout/Android.bp Normal file
View File

@ -0,0 +1,11 @@
prebuilt_usr_keylayout {
name: "uinput-fpc.kl",
src: "uinput-fpc.kl",
vendor: true,
}
prebuilt_usr_keylayout {
name: "uinput-goodix.kl",
src: "uinput-goodix.kl",
vendor: true,
}

29
keylayout/uinput-fpc.kl Normal file
View File

@ -0,0 +1,29 @@
# MIUI ADD:Fingerprint_MIUIFingerprintFrame
# FPC1020 Touch sensor driver
#
# Copyright (c) 2013,2014 Fingerprint Cards AB <tech@fingerprints.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License Version 2
# as published by the Free Software Foundation.
#
#key 304 DPAD_CENTER VIRTUAL
#key 102 HOME VIRTUAL
#key 108 SYSTEM_NAVIGATION_DOWN
#key 103 SYSTEM_NAVIGATION_DOWN
# Swipe Up
#key 103 DPAD_UP VIRTUAL
# Swipe Down
#key 108 DPAD_DOWN VIRTUAL
# Single Tap
key 105 DPAD_CENTER VIRTUAL
# Double Tap
key 106 BUTTON_C VIRTUAL
# Keymap between kernel and framework.
# Refer to input-event-codes.h(kernel) and KeyEvent.java(framework) for more details.
#END Fingerprint_MIUIFingerprintFrame

View File

@ -0,0 +1,19 @@
# MIUI ADD:Fingerprint_MIUIFingerprintFrame
# FPC1020 Touch sensor driver
#
# Copyright (c) 2013,2014 Fingerprint Cards AB <tech@fingerprints.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License Version 2
# as published by the Free Software Foundation.
#
#single click
key 353 DPAD_CENTER VIRTUAL
#double click
key 306 BUTTON_C VIRTUAL
# HOME --> DPAD_CENTER
key 102 DPAD_CENTER VIRTUAL
#key 105 DPAD_LEFT VIRTUAL
#key 106 DPAD_RIGHT VIRTUAL
#END Fingerprint_MIUIFingerprintFrame