From: Joonsub Lee Date: Wed, 3 Feb 2016 10:29:54 +0000 (+0900) Subject: Tizen:Mobile/TV: Add dbuspolicy value X-Git-Tag: submit/trunk/20170904.073139~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e16845cd0116833ee53f317f37c622840203f76b;p=scm%2Fmeta%2Fobs.git Tizen:Mobile/TV: Add dbuspolicy value Change-Id: I1396174264ea82ffea1645265a148c2fb25445e9 Signed-off-by: Joonsub Lee --- diff --git a/Tizen:Mobile/_config b/Tizen:Mobile/_config index 335e722..4207f85 100755 --- a/Tizen:Mobile/_config +++ b/Tizen:Mobile/_config @@ -114,6 +114,20 @@ Substitute: mesa-libEGL coregl #%endif +###################### Activate Dbus Policy ###################### + +# Owner : hyotaek.shim@samsung.com +# This configuration flag enables the support of Cynara-based Dbus Policy +%if "%_repository" == "target-TM1" + +%define _with_dbuspolicy 1 + +Macros: +%_with_dbuspolicy 1 +:Macros + +%endif + ############################# wayland repositories ############################# %if "%_repository" == "atom-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland" || "%_repository" == "arm64-wayland" || "%_repository" == "target-TM1" diff --git a/Tizen:TV/_config b/Tizen:TV/_config index 28aa8f5..c3dfd3d 100755 --- a/Tizen:TV/_config +++ b/Tizen:TV/_config @@ -115,6 +115,16 @@ Macros: %endif +###################### Activate Dbus Policy ###################### + +# Owner : hyotaek.shim@samsung.com +# This configuration flag enables the support of Cynara-based Dbus Policy +%define _with_dbuspolicy 1 + +Macros: +%_with_dbuspolicy 1 +:Macros + ############################# wayland repositories ############################# %if "%_repository" == "ia32-wayland" || "%_repository" == "x86_64-wayland" || "%_repository" == "arm-wayland"|| "%_repository" == "arm"|| "%_repository" == "arm64" || "%_repository" == "arm64-wayland" || "%_repository" == "wayland" || "%_repository" == "standard"