summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAnusha Gugale <external.agogale@jp.adit-jv.com>2020-12-17 15:08:36 +0530
committerMarius Vlad <marius.vlad@collabora.com>2021-01-12 11:01:21 +0000
commite1e8c07e202ffccc7b56f8f116a2ef1624028f91 (patch)
tree4f77d49747f380ced89fce12ef14d01b20c0505a /meson_options.txt
parent838efcb58cbe08ca31dedbda9a140f4968dd7d29 (diff)
Added rba policy implementationkoi_10.92.0koi/10.92.010.92.0
- 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 <external.agogale@jp.adit-jv.com> Change-Id: Iffd4ac16d9abe768476d025556cbe98a31553288
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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'
)