diff options
Diffstat (limited to 'roms/u-boot/test/py/tests/test_efi_capsule/capsule_defs.py')
-rw-r--r-- | roms/u-boot/test/py/tests/test_efi_capsule/capsule_defs.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roms/u-boot/test/py/tests/test_efi_capsule/capsule_defs.py b/roms/u-boot/test/py/tests/test_efi_capsule/capsule_defs.py new file mode 100644 index 000000000..4fd6353c2 --- /dev/null +++ b/roms/u-boot/test/py/tests/test_efi_capsule/capsule_defs.py @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ + +# Directories +CAPSULE_DATA_DIR = '/EFI/CapsuleTestData' +CAPSULE_INSTALL_DIR = '/EFI/UpdateCapsule' |