File: version.c.in

package info (click to toggle)
shim 15.8-1~deb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,096 kB
  • sloc: ansic: 168,639; asm: 1,802; sh: 1,284; makefile: 1,151
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: BSD-2-Clause-Patent

#include <efi.h>

#include "version.h"

CHAR8 shim_version[] __attribute__((section (".data.ident"))) =
	"UEFI SHIM\n"
	"$Version: @@VERSION@@ $\n"
	"$BuildMachine: @@UNAME@@ $\n"
	"$Commit: @@COMMIT@@ $\n";