blob: b7a2a11851189f879ae1217d1be9e95a471176dc [file] [log] [blame]
AKASHI Takahiro58c95c22020-04-14 11:51:49 +09001# SPDX-License-Identifier: GPL-2.0+
2
AKASHI Takahiro58c95c22020-04-14 11:51:49 +09003# Owner guid
AKASHI Takahiro719e89d2020-07-08 14:01:58 +09004GUID = '11111111-2222-3333-4444-123456789abc'
AKASHI Takahiro58c95c22020-04-14 11:51:49 +09005
6# v1.5.1 or earlier of efitools has a bug in sha256 calculation, and
7# you need build a newer version on your own.
AKASHI Takahiro79f428e2020-07-21 19:35:24 +09008# The path must terminate with '/'.
AKASHI Takahiro719e89d2020-07-08 14:01:58 +09009EFITOOLS_PATH = ''
AKASHI Takahiro79f428e2020-07-21 19:35:24 +090010
11# "--addcert" option of sbsign must be available, otherwise
12# you need build a newer version on your own.
13# The path must terminate with '/'.
14SBSIGN_PATH = ''