Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I4f44e29bc967b7d2208193e21aeeef8b96afcc69
21 lines
669 B
Plaintext
21 lines
669 B
Plaintext
## @file
|
|
# Secure Boot Variable File
|
|
#
|
|
# Builds a firmware volume to contain Secure Boot keys
|
|
#
|
|
# Copyright (c) 2021, Star Labs Online Limited. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
[Defines]
|
|
PLATFORM_NAME = SecureBoot
|
|
PLATFORM_GUID = 1035eeff-543e-4abb-ac7e-bcd68cb530f8
|
|
PLATFORM_VERSION = 0.1
|
|
OUTPUT_DIRECTORY = Build/UefiVariableBinary
|
|
SUPPORTED_ARCHITECTURES = IA32|X64
|
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
FLASH_DEFINITION = UefiVariableBinary/UefiVariableBinary.fdf
|
|
|
|
|