From ad4277617970b03c80cc58bbdb75f589bfc7c5ed Mon Sep 17 00:00:00 2001 From: iadgovuser58 <124906646+iadgovuser58@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:39:00 -0400 Subject: [PATCH] minor change --- .../main/java/hirs/utils/tpm/eventlog/uefi/UefiGuid.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/uefi/UefiGuid.java b/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/uefi/UefiGuid.java index 5d37abf9..9ea03d23 100644 --- a/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/uefi/UefiGuid.java +++ b/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/uefi/UefiGuid.java @@ -31,11 +31,14 @@ public class UefiGuid { * Filesystem path of vendor-table.json */ private static final Path JSON_PATH = FileSystems.getDefault().getPath("/etc", - "hirs", "aca", "default-properties", "vendor-table.json"); + "hirs", "aca", "default-properties", "vendor-table3.json"); /** * Name of vendor-table file in code */ - private static final String JSON_FILENAME = "vendor-table2.json"; + private static final String JSON_FILENAME = "vendor-table.json"; +// private static final String JSON_FILENAME = "vendor-table2.json"; +// private static final String JSON_FILENAME = "../../../HIRS_AttestationCA/src/main/resources/vendor-table.json"; +// private static final String JSON_FILENAME = "/src/main/resources/vendor-table2.json"; /** * Reference to the vendor-table json object */