mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-19 11:16:59 +00:00
minor change
This commit is contained in:
parent
5fec15135e
commit
ad42776179
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user