sapphire: sepolicy: Create compatibility mapping files

This commit is contained in:
Liekoo
2025-10-17 00:28:32 +00:00
parent e0f5509cb5
commit 9b0f0c6ee7

View File

@@ -0,0 +1,15 @@
;; new_objects - a collection of types that have been introduced that have no
;; analogue in older policy. Thus, we do not need to map these types to
;; previous ones. Add here to pass checkapi tests.
(type new_objects)
(typeattribute new_objects)
(typeattributeset new_objects
( new_objects
hal_touchfeature_xiaomi_default
hal_touchfeature_xiaomi_default_exec
hal_touchfeature_xiaomi_hwservice
touchfeature_device
vendor_hal_displayfeature_xiaomi_default
vendor_hal_displayfeature_xiaomi_default_exec
vendor_hal_displayfeature_xiaomi_hwservice
displayfeature))