From b9e3c08b9f5fa268360a9ff0730a271bc114cda8 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 9 Oct 2020 21:21:08 +0200 Subject: [PATCH] davinci: sepolicy: Switch away from hal_attribute() macro Change-Id: I0cf3c3e9ce42254915b142c10b846db6c7a52e63 --- sepolicy/public/attributes | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sepolicy/public/attributes b/sepolicy/public/attributes index e2c5fa6..a147288 100644 --- a/sepolicy/public/attributes +++ b/sepolicy/public/attributes @@ -1,3 +1,7 @@ -hal_attribute(motor) +attribute hal_motor; +attribute hal_motor_client; +attribute hal_motor_server; -hal_attribute(touchfeature) +attribute hal_touchfeature; +attribute hal_touchfeature_client; +attribute hal_touchfeature_server;