Storage: label ufs firmware upgrade script

Bug: 361093041
Test: local build
Change-Id: I0f1c9222f16351bde2ef9dd478a5e0c143e49e5a
Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
Randall Huang 2024-09-02 14:46:32 +08:00
parent afbc02068d
commit f323bc8dc7
2 changed files with 8 additions and 0 deletions

View file

@ -39,3 +39,7 @@ type st33spi_device, dev_type;
# GPS
type vendor_gnss_device, dev_type;
# Storage firmware upgrade
type ufs_internal_block_device, dev_type;

View file

@ -75,6 +75,10 @@ type proc_f2fs, proc_type, fs_type;
type bootdevice_sysdev, dev_type;
# Storage firmware upgrade
type ufs_firmware_update, domain;
type ufs_firmware_update_exec, vendor_file_type, exec_type, file_type;
# ZRam
type per_boot_file, file_type, data_file_type, core_data_file_type;