Skip to content

Commit

Permalink
issue_896: first cut (again) at trying to introduce the new component…
Browse files Browse the repository at this point in the history
… registries.
  • Loading branch information
ThatSilentCoder committed Jan 30, 2025
1 parent 03c6bbc commit 7fc1a08
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@

private static final String SMBIOS_COMPONENT_REGISTRY = "2.23.133.18.3.3";

private static final String PCIE_BASED_COMPONENT_REGISTRY = "2.23.133.18.3.4";
private static final String STORAGE_COMPONENT_REGISTRY = "2.23.133.18.3.5";

private static final Path WINDOWS_JSON_PATH = FileSystems.getDefault().getPath(
"C:/", "ProgramData", "hirs", "aca", "default-properties", "component-class.json");

Expand Down

0 comments on commit 7fc1a08

Please sign in to comment.