Changes to allow compilation of ActivateCredential.c
This patch provides plumbing necessary to compile
ActivateCredential.c. Most of the new files are currently empty - they
are listed as includes, but no information from them is required for
this particular compilation.
The *_fp.h files provide necessary function prototypes, only few of
these prototypes are required at this time.
TPM_Types.h is a purged copy of
https://github.com/tianocore/edk2.git:MdePkg/Include/IndustryStandard/Tpm20.h
(at e9a1e37), which can not be copied directly due to some definition
collisions with this package. Some more items will be copied later.
BUG=none
TEST=running make now results in the ./build directory created:
$ make 2>/dev/null > /dev/null # Suppress other compile errors
$ ls build
ActivateCredential.o
Change-Id: Ie3e52923306d33ee697e2b9e739f715cbb8913aa
Signed-off-by: Vadim Bendebury <[email protected]>
40 files changed