- API_AVAILABLE(macos(10.15.2), ios(13.3), tvos(13.3), watchos(6.1.1))
+ API_DEPRECATED_WITH_REPLACEMENT( \
+ "img4_firmware_t", \
+ macos(10.15.2, 11.0), \
+ ios(13.3, 14.0), \
+ tvos(13.3, 14.0), \
+ watchos(6.1.1, 7.0))
+#define IMG4_API_AVAILABLE_20191108 \
+ API_DEPRECATED_WITH_REPLACEMENT( \
+ "img4_firmware_t", \
+ macos(11.0, 11.0), \
+ ios(14.0, 14.0), \
+ tvos(14.0, 14.0), \
+ watchos(7.0, 7.0))
+#define IMG4_API_AVAILABLE_20200221 \
+ API_DEPRECATED_WITH_REPLACEMENT( \
+ "img4_firmware_t", \
+ macos(11.0, 11.0), \
+ ios(14.0, 14.0), \
+ tvos(14.0, 14.0), \
+ watchos(7.0, 7.0))
+#define IMG4_API_AVAILABLE_20200310 \
+ API_DEPRECATED_WITH_REPLACEMENT( \
+ "img4_firmware_t", \
+ macos(11.0, 11.0), \
+ ios(14.0, 14.0), \
+ tvos(14.0, 14.0), \
+ watchos(7.0, 7.0))
+#define IMG4_API_AVAILABLE_20200508 \
+ API_AVAILABLE( \
+ macos(11.0), \
+ ios(14.0), \
+ tvos(14.0), \
+ watchos(7.0), \
+ bridgeos(5.0))
+#define IMG4_API_AVAILABLE_20200608 \
+ API_AVAILABLE( \
+ macos(11.0), \
+ ios(14.0), \
+ tvos(14.0), \
+ watchos(7.0), \
+ bridgeos(5.0))
+#define IMG4_API_AVAILABLE_20200724 \
+ API_AVAILABLE( \
+ macos(11.0), \
+ ios(14.0), \
+ tvos(14.0), \
+ watchos(7.0), \
+ bridgeos(5.0))