build_message.h 392 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2024, Arm Limited. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef BUILD_MESSAGE_H
  7. #define BUILD_MESSAGE_H
  8. static const char build_message[] = "Built : " BUILD_MESSAGE_TIMESTAMP;
  9. static const char build_version_string[] = BUILD_MESSAGE_VERSION_STRING;
  10. static const char build_version[] = BUILD_MESSAGE_VERSION;
  11. #endif /* BUILD_MESSAGE_H */