From 7f371d28ac166ab5416e3389caa525d40c790675 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Mon, 7 Oct 2024 07:00:44 +0900 Subject: [PATCH] [TRE-3212] Modify Event API block The esd-mod-dbus-event module was deleted to remove a dependency of DBus. The esd-mod-group module is used instead. The esd package added a dependency of the esd-mod-group module to install. Change-Id: Ifab57dfed2afa746c878898f9638cd7cec4f71e8 Signed-off-by: Hwankyu Jhun --- packaging/domain-apis-appfw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index 220b62c..003efc7 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -109,7 +109,7 @@ Summary: App Event API Requires: capi-appfw-event Requires: esd Requires: esd-mod-cion -Requires: esd-mod-dbus-event +Requires: esd-mod-group %description sub2-domain_API-AppFramework-Event_API This block supports system event listening for applications. It also supports event broadcasting among applications. %files sub2-domain_API-AppFramework-Event_API -- 2.34.1