[ALPS04668607] NLO: Add define for nlop device

Add define for nlop device.

MTK-Commit-Id: 1312261b0c1b3c20ea8f2d6259e4b46257dc947f

Change-Id: Iee00cf9779af3455ff0235fe5482d41b0d7cb8da
CR-Id: ALPS04668607
Feature: Network Latency Optimization
This commit is contained in:
Jia-Hua Yang 2020-01-18 10:17:49 +08:00
parent 5eaf34477d
commit c0ac513d46
2 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,7 @@ type otp_device, dev_type;
type otp_part_block_device, dev_type; type otp_part_block_device, dev_type;
type qemu_pipe_device, dev_type; type qemu_pipe_device, dev_type;
type icusb_device, dev_type; type icusb_device, dev_type;
type nlop_device, dev_type;
type irtx_device, dev_type; type irtx_device, dev_type;
type pmic_ftm_device, dev_type; type pmic_ftm_device, dev_type;
type charger_ftm_device, dev_type; type charger_ftm_device, dev_type;

View File

@ -314,6 +314,7 @@
/dev/ttyC1 u:object_r:mdlog_device:s0 /dev/ttyC1 u:object_r:mdlog_device:s0
/dev/ttyC2 u:object_r:agps_device:s0 /dev/ttyC2 u:object_r:agps_device:s0
/dev/ttyC3 u:object_r:icusb_device:s0 /dev/ttyC3 u:object_r:icusb_device:s0
/dev/ttyC6 u:object_r:nlop_device:s0
/dev/ttyGS.* u:object_r:ttyGS_device:s0 /dev/ttyGS.* u:object_r:ttyGS_device:s0
/dev/ttyMT.* u:object_r:ttyMT_device:s0 /dev/ttyMT.* u:object_r:ttyMT_device:s0
/dev/ttyS.* u:object_r:ttyS_device:s0 /dev/ttyS.* u:object_r:ttyS_device:s0