mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-01 00:45:36 +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
|
* Filesystem path of vendor-table.json
|
||||||
*/
|
*/
|
||||||
private static final Path JSON_PATH = FileSystems.getDefault().getPath("/etc",
|
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
|
* 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
|
* Reference to the vendor-table json object
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user