Jayashree Dhanapal | 4ec8056 | 2022-06-28 15:41:47 +0530 | [diff] [blame] | 1 | #pragma once |
Patrick Williams | 2405ae9 | 2023-05-10 07:50:09 -0500 | [diff] [blame] | 2 | #include <string> |
Jayashree Dhanapal | 4ec8056 | 2022-06-28 15:41:47 +0530 | [diff] [blame] | 3 | |
| 4 | inline static const std::string hostInstances = @INSTANCES@; |
Bonnie Lo | 4ae63e7 | 2023-02-09 15:27:54 +0800 | [diff] [blame] | 5 | |
| 6 | inline static const size_t postCodeSize = @POST_CODE_BYTES@; |
Peter Yin | b340aa2 | 2024-07-08 16:07:55 +0800 | [diff] [blame] | 7 | |
| 8 | inline static const size_t debugCardFrameSize = @DEBUG_CARD_FRAME_SIZE@; |