1# SPDX-License-Identifier:      GPL-2.0+
2
3# Owner guid
4GUID = '11111111-2222-3333-4444-123456789abc'
5
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.
8# The path must terminate with '/'.
9EFITOOLS_PATH = ''
10
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 = ''
15