From cd766839527174d84ab8b87ed88529051a246a88 Mon Sep 17 00:00:00 2001 From: daiyujia Date: Thu, 27 Feb 2025 11:43:28 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#IBPBOX=20Description:=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=95=B0=E6=8D=AE=E5=BA=93=E5=BC=82=E5=B8=B8=E6=89=93?= =?UTF-8?q?=E7=82=B9=E4=BA=8B=E4=BB=B6=20Sig:bundleManager=20Feature=20or?= =?UTF-8?q?=20Bugfix:BugFix=20Binary=20Source:No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: daiyujia Change-Id: Ic2f63b25d3f4671d3e500faa69fa60e617c81f43 --- interfaces/native/innerkits/hisysevent/include/hisysevent.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/native/innerkits/hisysevent/include/hisysevent.h b/interfaces/native/innerkits/hisysevent/include/hisysevent.h index 610006b..149fe0f 100644 --- a/interfaces/native/innerkits/hisysevent/include/hisysevent.h +++ b/interfaces/native/innerkits/hisysevent/include/hisysevent.h @@ -96,6 +96,7 @@ public: static constexpr char BIOMETRICS[] = "BIOMETRICS"; static constexpr char BLUETOOTH[] = "BLUETOOTH"; static constexpr char BT_SERVICE[] = "BT_SERVICE"; + static constexpr char BUNDLE_MANAGER[] = "BUNDLE_MANAGER"; static constexpr char BUNDLEMANAGER_UE[] = "BUNDLEMANAGER_UE"; static constexpr char CAM_DRV[] = "CAM_DRV"; static constexpr char CAMERA[] = "CAMERA"; -- Gitee