storage: move storage related device type to common folder

Bug: 364225000
Test: forrest build
Change-Id: I779edca2e5cecfb34ede65dccf93f207a3dbcf2f
Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
Randall Huang 2024-09-04 00:02:23 +08:00
parent f323bc8dc7
commit edf14e100e
2 changed files with 1 additions and 10 deletions

View file

@ -1,8 +1,5 @@
# Block Devices
type efs_block_device, dev_type;
type modem_block_device, dev_type;
type modem_userdata_block_device, dev_type;
type persist_block_device, dev_type;
type mfg_data_block_device, dev_type;
# Exynos devices
@ -40,6 +37,3 @@ 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,10 +75,6 @@ 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;
@ -165,3 +161,4 @@ type sysfs_bootctl, sysfs_type, fs_type;
# WLC
type sysfs_wlc, sysfs_type, fs_type;