Commit Graph

4 Commits

Author SHA1 Message Date
iadgovuser26
804015da42 minor adjustments to the NOTICE file 2022-03-16 11:12:44 -04:00
iadgovuser26
a7bb213db7 updated the NOTICE file 2022-03-16 10:13:15 -04:00
Cyrus
35c63efe19
[#24] Implementation of Component Class field (#114)
* This is new code that parses a new field in the upcoming TCG spec for the platform components fields. The new field indicates the type of hardware (ex Memory - DDR3). This information wasn't provided before so it wasn't always clear what the component was. The new information is provided in a json file. A unit test was created to test the different variations. This commit does not include hooks in the base code to use this class yet. This commit is mainly to include the added library and correct bug and checkstyle issues associated with the new code.

Closes #24

* Removed duplicate CONSTANT variable.

* Added newline

* Added Newline

* Updated variable names for json object.

* Fixed line length style error.
2019-03-25 11:14:19 -04:00
apldev4
d7e44b8310 Initial release 2018-09-06 09:47:33 -04:00