From 5248a18c75cf53470b307122c30d83fd31b3b592 Mon Sep 17 00:00:00 2001 From: Wook Song Date: Thu, 22 Dec 2016 13:41:00 +0900 Subject: [PATCH] pmqos: Make PMQoS feature work using EDbus This patch makes the PMQoS feature work on PASS. In order to receive DBus method call messages related to the PMQoS scenarios, the PMQoS feature currently relies on EDbus (EFL D-BUS wrapper). Signed-off-by: Wook Song --- packaging/pass.spec | 1 + src/core/edbus-handler.c | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/pass.spec b/packaging/pass.spec index fa84feb..4ba0766 100644 --- a/packaging/pass.spec +++ b/packaging/pass.spec @@ -108,6 +108,7 @@ PASS systemd daemon. -DPROFILE=%{profile} \ -DSTANDARD_MIX=%{standard_mix} \ -DPASS_MODULE=%{pass_module} \ + -DPMQOS_MODULE=%{pmqos_module} \ #eol %build diff --git a/src/core/edbus-handler.c b/src/core/edbus-handler.c index 5c00b89..aa36b5f 100644 --- a/src/core/edbus-handler.c +++ b/src/core/edbus-handler.c @@ -55,6 +55,7 @@ static struct edbus_object { { DEVICED_PATH_KEY , DEVICED_INTERFACE_KEY , NULL, NULL }, { DEVICED_PATH_SYSNOTI, DEVICED_INTERFACE_SYSNOTI, NULL, NULL }, { DEVICED_PATH_USB , DEVICED_INTERFACE_USB , NULL, NULL }, + { DEVICED_PATH_PMQOS , DEVICED_INTERFACE_PMQOS , NULL, NULL }, /* Add new object & interface here*/ }; -- 2.7.4