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