tpm2-software / tpm2-tss

OSS implementation of the TCG TPM2 Software Stack (TSS2)
https://tpm2-software.github.io
BSD 2-Clause "Simplified" License
730 stars 359 forks source link

Still need to install some more head files #125

Closed gwei3 closed 8 years ago

gwei3 commented 8 years ago

Below header files are used by resourcemgr/tpmclient/tpmtest and tpm2.0-tools, so need to install them into /usr/local/include too. Otherwise, tpm2.0-tools can't build.

endianConv.h sys_api_marshalUnmarshal.h sysapi_util.h tcti_util.h

flihp commented 8 years ago

This needs to be solved in the tpm2.0-tools repo. IMHO, exposing non-standard APIs through the TSS library is not the solution we want. I've got a PR in the tools repo to solve this: https://github.com/01org/tpm2.0-tools/pull/29

@gwei3 : Please take a look at the PR above and see if it addresses the concerns you've raised here.

gwei3 commented 8 years ago

you are right. I agree and merged your PR 01org/tpm2.0-tools#29

flihp commented 8 years ago

Many thanks @gwei3 :smile: