defs.py 358 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0+
  2. # Disk image name
  3. EFI_SECBOOT_IMAGE_NAME = 'test_efi_secboot.img'
  4. # Owner guid
  5. GUID = '11111111-2222-3333-4444-123456789abc'
  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. EFITOOLS_PATH = ''
  9. # Hello World application for sandbox
  10. HELLO_PATH = ''