capsule_defs.py 330 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0+
  2. # Directories
  3. CAPSULE_DATA_DIR = '/EFI/CapsuleTestData'
  4. CAPSULE_INSTALL_DIR = '/EFI/UpdateCapsule'
  5. # v1.5.1 or earlier of efitools has a bug in sha256 calculation, and
  6. # you need build a newer version on your own.
  7. # The path must terminate with '/' if it is not null.
  8. EFITOOLS_PATH = ''