From e1e8c07e202ffccc7b56f8f116a2ef1624028f91 Mon Sep 17 00:00:00 2001 From: Anusha Gugale Date: Thu, 17 Dec 2020 15:08:36 +0530 Subject: Added rba policy implementation - Added rba-policy option in meson file - Created new rba adapter file to call rba interfaces from librba - All the application from Homescreen will be allowed to display through rba policy as its added in RBAModel.json Bug-AGL: SPEC-3738 Signed-off-by: Anusha Gugale Change-Id: Iffd4ac16d9abe768476d025556cbe98a31553288 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 72a0365..dd1f3c0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ option( 'policy-default', type: 'combo', - choices: [ 'auto', 'allow-all', 'deny-all' ], + choices: [ 'auto', 'allow-all', 'deny-all', 'rba' ], value: 'allow-all', description: 'Default policy when no specific policy was set' ) -- cgit 1.2.3-korg