• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2024 The ChromiumOS Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // TODO: b/360918766 - Add support for real version and build info
6 #define CROS_EC_VERSION32 "UNKNOWN_EC_VERSION32"
7 #define CROS_ECTOOL_VERSION "UNKNOWN_ECTOOL_VERSION"
8 #define CROS_STM32MON_VERSION "UNKNOWN_STM32MON_VERSION"
9 #define VERSION "UNKNOWN_VERSION"
10 #define BUILDER "UNKNOWN_USER@UNKNOWN_HOSTNAME"
11 #define DATE "UNKNOWN_DATE"
12