[ALPS04723991] mmservice 1.3

1. update mmservice to 1.3
2. PQ func sup in MMS by FD

MTK-Commit-Id: 667fe3cc027eb10d8f637b53ed95191f0775fdc0

Change-Id: I2519b020e10af3036ad30c59d7761cf741417456
CR-Id: ALPS04723991
Feature: [Module]MDP Driver
This commit is contained in:
Chris-YC Chen 2020-01-18 10:19:11 +08:00
parent b913b95845
commit 6af540cfae
2 changed files with 4 additions and 2 deletions

View File

@ -551,8 +551,8 @@
#PQ hal #PQ hal
/(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.pq@2\.2-service u:object_r:mtk_hal_pq_exec:s0 /(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.pq@2\.2-service u:object_r:mtk_hal_pq_exec:s0
#MMS hal #MMS hal
/(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.mms@1\.2-service u:object_r:mtk_hal_mms_exec:s0 /(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.mms@1\.3-service u:object_r:mtk_hal_mms_exec:s0
/(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.mms@1\.2-service-lazy u:object_r:mtk_hal_mms_exec:s0 /(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.mms@1\.3-service-lazy u:object_r:mtk_hal_mms_exec:s0
# Keymaster Attestation Hal # Keymaster Attestation Hal
/(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.keymaster_attestation@1\.1-service u:object_r:hal_keymaster_attestation_exec:s0 /(system\/vendor|vendor)/bin/hw/vendor\.mediatek\.hardware\.keymaster_attestation@1\.1-service u:object_r:hal_keymaster_attestation_exec:s0
#ST NFC 1.2 hidl service #ST NFC 1.2 hidl service

View File

@ -51,3 +51,5 @@ allowxperm mtk_hal_mms proc_mtk_jpeg:file ioctl {
JPG_BRIDGE_ENC_IO_DEINIT JPG_BRIDGE_ENC_IO_DEINIT
JPG_BRIDGE_ENC_IO_START JPG_BRIDGE_ENC_IO_START
}; };
# Allow to use mms by JPEG with handle
allow mtk_hal_mms platform_app:fd use;