minor change

This commit is contained in:
iadgovuser58 2024-06-04 16:39:00 -04:00
parent 5fec15135e
commit ad42776179

View File

@ -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
*/