From 18e4fe857962c79738862a095ac7451bdff4594c Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Thu, 28 Jan 2016 13:45:53 +0100 Subject: [PATCH] Add define PKGMGR_INSTALLER_CLEAR_EVENT_STR Change-Id: I377dc2e4a45f8d57302941d75911e96006ca5805 --- comm/pkgmgr_installer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/comm/pkgmgr_installer.h b/comm/pkgmgr_installer.h index e3020c4..db76868 100644 --- a/comm/pkgmgr_installer.h +++ b/comm/pkgmgr_installer.h @@ -56,6 +56,7 @@ typedef void* pkgmgr_instcertinfo_h; #define PKGMGR_INSTALLER_INSTALL_EVENT_STR "install" #define PKGMGR_INSTALLER_UNINSTALL_EVENT_STR "uninstall" +#define PKGMGR_INSTALLER_CLEAR_EVENT_STR "clear" #define PKGMGR_INSTALLER_MOVE_EVENT_STR "move" #define PKGMGR_INSTALLER_UPGRADE_EVENT_STR "update" #define PKGMGR_INSTALLER_OK_EVENT_STR "ok" -- 2.7.4