From 12175419c1e4468d47fb31a3daa102b20e5ca339 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 3 Nov 2023 17:52:53 -0400 Subject: [PATCH] Add shim for ApplicationLauncher::ApplicationLanucherStatusEnum (#30202) Co-authored-by: Andrei Litvin --- src/app/CompatEnumNames.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/CompatEnumNames.h b/src/app/CompatEnumNames.h index 0882b0aa27b712..abf9950cc8dba2 100644 --- a/src/app/CompatEnumNames.h +++ b/src/app/CompatEnumNames.h @@ -42,6 +42,11 @@ using OTAChangeReasonEnum = ChangeReasonEnum; using OTAUpdateStateEnum = UpdateStateEnum; } // namespace OtaSoftwareUpdateRequestor +namespace ApplicationLauncher { +// https://github.com/project-chip/connectedhomeip/pull/30134 renamed this +using ApplicationLauncherStatusEnum = StatusEnum; +} // namespace ApplicationLauncher + namespace Channel { using ChannelStatusEnum = StatusEnum; } // namespace Channel