diff options
| author | Diogo Ferreira <defer@cyngn.com> | 2016-04-07 16:51:42 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-09 02:40:31 +0200 |
| commit | 39034433b25a4da4733580df8dbd70e0adc25c04 (patch) | |
| tree | 6ad8931fd571ff145945ab87acdf37ed3dde12e8 /rootdir | |
| parent | 303581aac31a1ce2f2cc74612d0863530ae544bf (diff) | |
mt6735: Add PersistentStorage and UniqueDeviceId.
Adds cmhw implementations for the unique device id interface using the
EMMC id and persist storage in /persist_s.
Change-Id: Ic2dba55586453b31f31844b344ad43480472e13a
Diffstat (limited to 'rootdir')
| -rwxr-xr-x | rootdir/init.mt6735.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.mt6735.rc b/rootdir/init.mt6735.rc index 12eb576..4334469 100755 --- a/rootdir/init.mt6735.rc +++ b/rootdir/init.mt6735.rc @@ -97,6 +97,8 @@ on post-fs chown system system /protect_s chmod 0770 /protect_s + mkdir /protect_s/properties 0770 system system + mkdir /nvdata/APCFG 0770 system camera mkdir /nvdata/APCFG/APRDCL 0770 system camera mkdir /nvdata/APCFG/APRDEB 0770 system camera |
