Merge "Enable read/write access to st33spi_state for euiccpixel_app" into tm-qpr-dev am: 4fa7fee2b6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/18868549 Change-Id: I62a86133ad56bf0688a68d51724c505fda6b1439 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
32834dce39
1 changed files with 5 additions and 0 deletions
|
@ -136,6 +136,11 @@ on init && property:ro.bootmode=factory
|
||||||
on property:persist.vendor.se.ese2.mode=ctsmode
|
on property:persist.vendor.se.ese2.mode=ctsmode
|
||||||
write /sys/class/st33spi/st33spi/st33spi_state 33
|
write /sys/class/st33spi/st33spi/st33spi_state 33
|
||||||
|
|
||||||
|
# Allow secure_element group to read / write ST33 SPI state
|
||||||
|
on post-fs-data
|
||||||
|
chown secure_element secure_element /sys/class/st33spi/st33spi/st33spi_state
|
||||||
|
chmod 0660 /sys/class/st33spi/st33spi/st33spi_state
|
||||||
|
|
||||||
# charger driver exposes now finer grain control, map demo mode to those properties
|
# charger driver exposes now finer grain control, map demo mode to those properties
|
||||||
# NOTE: demo mode can only be exit wiping data (which reset the persist properties)
|
# NOTE: demo mode can only be exit wiping data (which reset the persist properties)
|
||||||
on property:sys.retaildemo.enabled=1
|
on property:sys.retaildemo.enabled=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue