HIRS/settings.gradle
chubtub 1f52dd3c27
[#217] Support reading conf settings from a json file (#218)
* Support reading conf settings from a json file

* Add optional RIM attributes

* Add xml signature element

* New commandline arguments for attributes conf file and privatekey or cert specification

* Add fields to satisfy NIST checks

* Print generated base rim contents to console also
2020-02-21 07:43:40 -05:00

11 lines
270 B
Groovy

rootProject.name = 'HIRS'
include 'TPM_Utils',
'HIRS_Utils',
'HIRS_Provisioner',
'HIRS_ProvisionerTPM2',
'HIRS_Structs',
'HIRS_AttestationCA',
'HIRS_AttestationCAPortal',
'tpm_module',
'tools/tcg_rim_tool'