From da591d7cf608f13c94e734af31ac137e82f32265 Mon Sep 17 00:00:00 2001 From: SergeySlice Date: Mon, 31 Aug 2020 21:51:55 +0300 Subject: [PATCH] include headers into inf files as required by build system Signed-off-by: SergeySlice --- Library/OcAfterBootCompatLib/OcAfterBootCompatLib.inf | 1 + Library/OcAppleBootPolicyLib/OcAppleBootPolicyLib.inf | 1 + Library/OcAppleChunklistLib/OcAppleChunklistLib.inf | 1 + Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf | 1 + Library/OcAppleKeyMapLib/OcAppleKeyMapLib.inf | 1 + Library/OcAppleKeysLib/OcAppleKeysLib.inf | 1 + Library/OcAppleRamDiskLib/OcAppleRamDiskLib.inf | 1 + Library/OcBootManagementLib/OcBootManagementLib.inf | 1 + Library/OcCompressionLib/OcCompressionLib.inf | 1 + Library/OcConsoleLib/OcConsoleLib.inf | 1 + Library/OcCpuLib/OcCpuLib.inf | 1 + Library/OcCryptoLib/OcCryptoLib.inf | 1 + Library/OcDevicePathLib/OcDevicePathLib.inf | 1 + Library/OcFileLib/OcFileLib.inf | 1 + Library/OcMemoryLib/OcMemoryLib.inf | 1 + Library/OcMiscLib/OcMiscLib.inf | 1 + Library/OcOSInfoLib/OcOSInfoLib.inf | 1 + Library/OcRngLib/OcRngLib.inf | 1 + Library/OcRtcLib/OcRtcLib.inf | 1 + Library/OcStringLib/OcStringLib.inf | 1 + Library/OcXmlLib/OcXmlLib.inf | 1 + rEFIt_UEFI/refit.inf | 1 + 22 files changed, 22 insertions(+) diff --git a/Library/OcAfterBootCompatLib/OcAfterBootCompatLib.inf b/Library/OcAfterBootCompatLib/OcAfterBootCompatLib.inf index 9b0c17c10..e89ff8080 100644 --- a/Library/OcAfterBootCompatLib/OcAfterBootCompatLib.inf +++ b/Library/OcAfterBootCompatLib/OcAfterBootCompatLib.inf @@ -39,6 +39,7 @@ # All headers should go to [Sources], this sounds like a bug in EDK II Build System. Ia32/ContextSwitch.h X64/ContextSwitch.h + ../../Include/Library/OcAfterBootCompatLib.h [Sources.Ia32] Ia32/ContextSwitchSupport.c diff --git a/Library/OcAppleBootPolicyLib/OcAppleBootPolicyLib.inf b/Library/OcAppleBootPolicyLib/OcAppleBootPolicyLib.inf index 0ac231c17..6566c1177 100644 --- a/Library/OcAppleBootPolicyLib/OcAppleBootPolicyLib.inf +++ b/Library/OcAppleBootPolicyLib/OcAppleBootPolicyLib.inf @@ -32,6 +32,7 @@ [Sources] OcAppleBootPolicyLib.c + ../../Include/Library/OcAppleBootPolicyLib.h [Packages] CloverPkg.dec diff --git a/Library/OcAppleChunklistLib/OcAppleChunklistLib.inf b/Library/OcAppleChunklistLib/OcAppleChunklistLib.inf index 31d0f2a5f..27abdc1d6 100644 --- a/Library/OcAppleChunklistLib/OcAppleChunklistLib.inf +++ b/Library/OcAppleChunklistLib/OcAppleChunklistLib.inf @@ -33,3 +33,4 @@ [Sources] OcAppleChunklistLib.c + ../../Include/Library/OcAppleChunklistLib.h diff --git a/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf b/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf index 5e7b45903..1556fe6e1 100644 --- a/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf +++ b/Library/OcAppleDiskImageLib/OcAppleDiskImageLib.inf @@ -47,3 +47,4 @@ OcAppleDiskImageLib.c OcAppleDiskImageLibInternal.c OcAppleDiskImageLibInternal.h + ../../Include/Library/OcAppleDiskImageLib.h diff --git a/Library/OcAppleKeyMapLib/OcAppleKeyMapLib.inf b/Library/OcAppleKeyMapLib/OcAppleKeyMapLib.inf index ef7fa40a9..f618e7946 100644 --- a/Library/OcAppleKeyMapLib/OcAppleKeyMapLib.inf +++ b/Library/OcAppleKeyMapLib/OcAppleKeyMapLib.inf @@ -32,6 +32,7 @@ [Sources] OcAppleKeyMapLib.c + ../../Include/Library/OcAppleKeyMapLib.h [Packages] CloverPkg.dec diff --git a/Library/OcAppleKeysLib/OcAppleKeysLib.inf b/Library/OcAppleKeysLib/OcAppleKeysLib.inf index e78da4d24..dd279e28a 100644 --- a/Library/OcAppleKeysLib/OcAppleKeysLib.inf +++ b/Library/OcAppleKeysLib/OcAppleKeysLib.inf @@ -30,6 +30,7 @@ [Sources] OcAppleKeysLib.c + ../../Include/Library/OcAppleKeysLib.h [Packages] CloverPkg.dec diff --git a/Library/OcAppleRamDiskLib/OcAppleRamDiskLib.inf b/Library/OcAppleRamDiskLib/OcAppleRamDiskLib.inf index 0e2059272..dc9c6b493 100644 --- a/Library/OcAppleRamDiskLib/OcAppleRamDiskLib.inf +++ b/Library/OcAppleRamDiskLib/OcAppleRamDiskLib.inf @@ -34,3 +34,4 @@ [Sources] OcAppleRamDiskLib.c + ../../Include/Library/OcAppleRamDiskLib.h diff --git a/Library/OcBootManagementLib/OcBootManagementLib.inf b/Library/OcBootManagementLib/OcBootManagementLib.inf index d99e8b3a0..1141f9c9e 100644 --- a/Library/OcBootManagementLib/OcBootManagementLib.inf +++ b/Library/OcBootManagementLib/OcBootManagementLib.inf @@ -44,6 +44,7 @@ PolicyManagement.c OcBootManagementLib.c VariableManagement.c + ../../Include/Library/OcBootManagementLib.h [Packages] CloverPkg.dec diff --git a/Library/OcCompressionLib/OcCompressionLib.inf b/Library/OcCompressionLib/OcCompressionLib.inf index e6cc683e1..08daad516 100644 --- a/Library/OcCompressionLib/OcCompressionLib.inf +++ b/Library/OcCompressionLib/OcCompressionLib.inf @@ -30,6 +30,7 @@ [Sources] OcCompressionLib.c + ../../Include/Library/OcCompressionLib.h lzss/lzss.c lzss/lzss.h diff --git a/Library/OcConsoleLib/OcConsoleLib.inf b/Library/OcConsoleLib/OcConsoleLib.inf index 366d290cc..c48d00b4d 100644 --- a/Library/OcConsoleLib/OcConsoleLib.inf +++ b/Library/OcConsoleLib/OcConsoleLib.inf @@ -48,6 +48,7 @@ TextOutputNull.c TextOutputSystem.c UgaPassThrough.c + ../../Include/Library/OcConsoleLib.h [Packages] CloverPkg.dec diff --git a/Library/OcCpuLib/OcCpuLib.inf b/Library/OcCpuLib/OcCpuLib.inf index 415746d82..dc1734a10 100755 --- a/Library/OcCpuLib/OcCpuLib.inf +++ b/Library/OcCpuLib/OcCpuLib.inf @@ -51,6 +51,7 @@ FrequencyDetect.c OcCpuLib.c OcCpuInternals.h + ../../Include/Library/OcCpuLib.h [Sources.Ia32] Ia32/Atomic.nasm diff --git a/Library/OcCryptoLib/OcCryptoLib.inf b/Library/OcCryptoLib/OcCryptoLib.inf index 06fd965ee..63a036b64 100644 --- a/Library/OcCryptoLib/OcCryptoLib.inf +++ b/Library/OcCryptoLib/OcCryptoLib.inf @@ -41,6 +41,7 @@ BigNumLibInternal.h BigNumPrimitives.c BigNumMontgomery.c + ../../Include/Library/OcCryptoLib.h [Sources.Ia32] Ia32/BigNumWordMul64.c diff --git a/Library/OcDevicePathLib/OcDevicePathLib.inf b/Library/OcDevicePathLib/OcDevicePathLib.inf index 73b9c9d45..029d590c9 100755 --- a/Library/OcDevicePathLib/OcDevicePathLib.inf +++ b/Library/OcDevicePathLib/OcDevicePathLib.inf @@ -33,6 +33,7 @@ [Sources] OcDevicePathLib.c ExpandDevicePath.c + ../../Include/Library/OcDevicePathLib.h [Packages] CloverPkg.dec diff --git a/Library/OcFileLib/OcFileLib.inf b/Library/OcFileLib/OcFileLib.inf index 85840fcf9..7821de1f7 100755 --- a/Library/OcFileLib/OcFileLib.inf +++ b/Library/OcFileLib/OcFileLib.inf @@ -36,6 +36,7 @@ GptPartitionEntry.c FirmwareFile.c FsConnectQuirk.c + ../../Include/Library/OcFileLib.h [Packages] CloverPkg.dec diff --git a/Library/OcMemoryLib/OcMemoryLib.inf b/Library/OcMemoryLib/OcMemoryLib.inf index 2a5e5ade9..22ec6c7ba 100755 --- a/Library/OcMemoryLib/OcMemoryLib.inf +++ b/Library/OcMemoryLib/OcMemoryLib.inf @@ -54,3 +54,4 @@ LegacyRegionUnLock.c UmmMalloc.c VirtualMemory.c + ../../Include/Library/OcMemoryLib.h diff --git a/Library/OcMiscLib/OcMiscLib.inf b/Library/OcMiscLib/OcMiscLib.inf index 3921cc7d1..5e296ff3e 100755 --- a/Library/OcMiscLib/OcMiscLib.inf +++ b/Library/OcMiscLib/OcMiscLib.inf @@ -50,3 +50,4 @@ ReleaseUsbOwnership.c ProtocolSupport.c Math.c + ../../Include/Library/OcMiscLib.h diff --git a/Library/OcOSInfoLib/OcOSInfoLib.inf b/Library/OcOSInfoLib/OcOSInfoLib.inf index 9be43613a..266575f28 100755 --- a/Library/OcOSInfoLib/OcOSInfoLib.inf +++ b/Library/OcOSInfoLib/OcOSInfoLib.inf @@ -32,6 +32,7 @@ [Sources] OcOSInfoLib.c + ../../Include/Library/OcOSInfoLib.h [Packages] CloverPkg.dec diff --git a/Library/OcRngLib/OcRngLib.inf b/Library/OcRngLib/OcRngLib.inf index c6c38672c..91e0739ea 100644 --- a/Library/OcRngLib/OcRngLib.inf +++ b/Library/OcRngLib/OcRngLib.inf @@ -31,6 +31,7 @@ [Sources.Ia32, Sources.X64] OcRngLib.c OcRngInternals.h + ../../Include/Library/OcRngLib.h [Sources.Ia32] Ia32/RngDelay.nasm diff --git a/Library/OcRtcLib/OcRtcLib.inf b/Library/OcRtcLib/OcRtcLib.inf index 2eb20f14d..52750654e 100644 --- a/Library/OcRtcLib/OcRtcLib.inf +++ b/Library/OcRtcLib/OcRtcLib.inf @@ -32,6 +32,7 @@ AppleRtcRam.c OcRtcLib.c OcRtcLibInternal.h + ../../Include/Library/OcRtcLib.h [Packages] CloverPkg.dec diff --git a/Library/OcStringLib/OcStringLib.inf b/Library/OcStringLib/OcStringLib.inf index 664684b13..d940f750a 100755 --- a/Library/OcStringLib/OcStringLib.inf +++ b/Library/OcStringLib/OcStringLib.inf @@ -33,6 +33,7 @@ [Sources] OcAsciiLib.c OcUnicodeLib.c + ../../Include/Library/OcStringLib.h [Packages] CloverPkg.dec diff --git a/Library/OcXmlLib/OcXmlLib.inf b/Library/OcXmlLib/OcXmlLib.inf index 5bdc9fbd9..51894e183 100755 --- a/Library/OcXmlLib/OcXmlLib.inf +++ b/Library/OcXmlLib/OcXmlLib.inf @@ -30,6 +30,7 @@ [Sources] OcXmlLib.c + ../../Include/Library/OcXmlLib.h [Packages] CloverPkg.dec diff --git a/rEFIt_UEFI/refit.inf b/rEFIt_UEFI/refit.inf index e0db3d2ec..c58909ac5 100644 --- a/rEFIt_UEFI/refit.inf +++ b/rEFIt_UEFI/refit.inf @@ -298,6 +298,7 @@ cpp_unit_test/strncmp_test.h cpp_unit_test/XArray_tests.cpp cpp_unit_test/XArray_tests.h + cpp_unit_test/XBuffer_tests.h cpp_unit_test/XObjArray_tests.cpp cpp_unit_test/XObjArray_tests.h cpp_unit_test/XString_test.cpp