mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
1f52dd3c27
* 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
11 lines
270 B
Groovy
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'
|