File: version.c.in

package info (click to toggle)
shim 16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,356 kB
  • sloc: ansic: 171,211; asm: 1,715; sh: 1,420; makefile: 1,173; python: 284
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (5)
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";