From 2ef091e8d91a97bf1d6fb7e3995c882bd4b3fe0f Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 25 Jan 2024 16:21:08 -0500 Subject: [PATCH] Update Darwin availability annotations. (#31685) Make sure we don't expose new UnitTesting stuff in the public API. --- .../Framework/CHIP/templates/availability.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/darwin/Framework/CHIP/templates/availability.yaml b/src/darwin/Framework/CHIP/templates/availability.yaml index 4850889f6ce132..526df9ba2f07c8 100644 --- a/src/darwin/Framework/CHIP/templates/availability.yaml +++ b/src/darwin/Framework/CHIP/templates/availability.yaml @@ -8579,6 +8579,10 @@ - SetpointHoldExpiryTimestamp - QueuedPreset - ActiveScheduleHandle + UnitTesting: + # Ideally none of UnitTesting would be exposed as public API, but + # for now just start doing that for new additions to it. + - MeiInt8u commands: DoorLock: # Aliro is not ready yet. @@ -8596,6 +8600,11 @@ RVCOperationalState: # Targeting Spring 2024 Matter release - GoHome + UnitTesting: + # Ideally none of UnitTesting would be exposed as public API, but + # for now just start doing that for new additions to it. + - TestDifferentVendorMeiRequest + - TestDifferentVendorMeiResponse structs: Thermostat: # Targeting Spring 2024 Matter release @@ -8605,6 +8614,11 @@ - PresetTypeStruct - ScheduleTypeStruct - QueuedPresetStruct + events: + UnitTesting: + # Ideally none of UnitTesting would be exposed as public API, but + # for now just start doing that for new additions to it. + - TestDifferentVendorMeiEvent enums: Thermostat: # Targeting Spring 2024 Matter release