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:
parent
f323bc8dc7
commit
edf14e100e
2 changed files with 1 additions and 10 deletions
6
whitechapel/vendor/google/device.te
vendored
6
whitechapel/vendor/google/device.te
vendored
|
@ -1,8 +1,5 @@
|
||||||
# Block Devices
|
# Block Devices
|
||||||
type efs_block_device, dev_type;
|
|
||||||
type modem_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;
|
type mfg_data_block_device, dev_type;
|
||||||
|
|
||||||
# Exynos devices
|
# Exynos devices
|
||||||
|
@ -40,6 +37,3 @@ type st33spi_device, dev_type;
|
||||||
# GPS
|
# GPS
|
||||||
type vendor_gnss_device, dev_type;
|
type vendor_gnss_device, dev_type;
|
||||||
|
|
||||||
# Storage firmware upgrade
|
|
||||||
type ufs_internal_block_device, dev_type;
|
|
||||||
|
|
||||||
|
|
5
whitechapel/vendor/google/file.te
vendored
5
whitechapel/vendor/google/file.te
vendored
|
@ -75,10 +75,6 @@ type proc_f2fs, proc_type, fs_type;
|
||||||
|
|
||||||
type bootdevice_sysdev, dev_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
|
# ZRam
|
||||||
type per_boot_file, file_type, data_file_type, core_data_file_type;
|
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
|
# WLC
|
||||||
type sysfs_wlc, sysfs_type, fs_type;
|
type sysfs_wlc, sysfs_type, fs_type;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue