1# SPDX-License-Identifier:      GPL-2.0+
2
3"""Constants used for secure boot test."""
4
5# Owner guid
6GUID = '11111111-2222-3333-4444-123456789abc'
7
8# v1.5.1 or earlier of efitools has a bug in sha256 calculation, and
9# you need build a newer version on your own.
10# The path must terminate with '/'.
11EFITOOLS_PATH = ''
12
13# "--addcert" option of sbsign must be available, otherwise
14# you need build a newer version on your own.
15# The path must terminate with '/'.
16SBSIGN_PATH = ''
17