From e16845cd0116833ee53f317f37c622840203f76b Mon Sep 17 00:00:00 2001 From: Joonsub Lee Date: Wed, 3 Feb 2016 19:29:54 +0900 Subject: [PATCH] Tizen:Mobile/TV: Add dbuspolicy value Change-Id: I1396174264ea82ffea1645265a148c2fb25445e9 Signed-off-by: Joonsub Lee --- Tizen:Mobile/_config | 14 ++++++++++++++ Tizen:TV/_config | 10 ++++++++++ 2 files changed, 24 insertions(+) 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" -- 2.7.4