diff --git a/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf b/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf index 23185d3d..b43d5bc9 100644 --- a/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf +++ b/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf @@ -46,3 +46,4 @@ OcAppleDiskImageBlockIo.c OcAppleDiskImageLib.c OcAppleDiskImageLibInternal.c + OcAppleDiskImageLibInternal.h diff --git a/Library/OcGuardLib/OcGuardLib.inf b/Library/OcGuardLib/OcGuardLib.inf index 4eacf1d7..d2bbc321 100644 --- a/Library/OcGuardLib/OcGuardLib.inf +++ b/Library/OcGuardLib/OcGuardLib.inf @@ -35,6 +35,7 @@ TripleOverflow.c UbsanPrintf.c Ubsan.c + Ubsan.h [Packages] MdePkg/MdePkg.dec diff --git a/Library/OcMachoLib/OcMachoLib.inf b/Library/OcMachoLib/OcMachoLib.inf index 453aea3f..049242ca 100644 --- a/Library/OcMachoLib/OcMachoLib.inf +++ b/Library/OcMachoLib/OcMachoLib.inf @@ -30,7 +30,8 @@ OcGuardLib [Sources] - Header.c - Symbols.c CxxSymbols.c + Header.c + OcMachoLibInternal.h Relocations.c + Symbols.c diff --git a/Library/OcSmbiosLib/OcSmbiosLib.inf b/Library/OcSmbiosLib/OcSmbiosLib.inf index 21c6cf89..1ee351ba 100755 --- a/Library/OcSmbiosLib/OcSmbiosLib.inf +++ b/Library/OcSmbiosLib/OcSmbiosLib.inf @@ -28,6 +28,7 @@ [Sources] DebugSmbios.c + DebugSmbios.h SmbiosPatch.c SmbiosInternal.c SmbiosInternal.h diff --git a/Tests/CryptoTest/CryptoTest.inf b/Tests/CryptoTest/CryptoTest.inf index 02035bd2..13942716 100644 --- a/Tests/CryptoTest/CryptoTest.inf +++ b/Tests/CryptoTest/CryptoTest.inf @@ -36,6 +36,7 @@ [Sources] CryptoTest.c + CryptoSamples.h [Packages] OcSupportPkg/OcSupportPkg.dec diff --git a/Tests/CryptoTest/CryptoTestApp.inf b/Tests/CryptoTest/CryptoTestApp.inf index a006583f..c28ea638 100644 --- a/Tests/CryptoTest/CryptoTestApp.inf +++ b/Tests/CryptoTest/CryptoTestApp.inf @@ -33,6 +33,7 @@ [Sources] CryptoTest.c + CryptoSamples.h [Packages] OcSupportPkg/OcSupportPkg.dec