Storage: label ufs firmware upgrade script

Bug: 361093041
Test: local build
Change-Id: I312d071ecaaedb09b54976e6b3bfe05e7bc6cdea
Signed-off-by: Randall Huang <huangrandall@google.com>
This commit is contained in:
Randall Huang 2024-09-02 14:51:29 +08:00
parent 150634f087
commit 5e8b0722d0

View file

@ -1,3 +1,4 @@
# device.te
type modem_block_device, dev_type;
type custom_ab_block_device, dev_type;
type persist_block_device, dev_type;
@ -20,3 +21,6 @@ type fips_block_device, dev_type;
# SecureElement SPI device
type st54spi_device, dev_type;
type st33spi_device, dev_type;
# Storage firmware upgrade
type ufs_internal_block_device, dev_type;