mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
include headers into inf files as required by build system
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
8449a39e4f
commit
da591d7cf6
@ -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
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
[Sources]
|
||||
OcAppleBootPolicyLib.c
|
||||
../../Include/Library/OcAppleBootPolicyLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -33,3 +33,4 @@
|
||||
|
||||
[Sources]
|
||||
OcAppleChunklistLib.c
|
||||
../../Include/Library/OcAppleChunklistLib.h
|
||||
|
@ -47,3 +47,4 @@
|
||||
OcAppleDiskImageLib.c
|
||||
OcAppleDiskImageLibInternal.c
|
||||
OcAppleDiskImageLibInternal.h
|
||||
../../Include/Library/OcAppleDiskImageLib.h
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
[Sources]
|
||||
OcAppleKeyMapLib.c
|
||||
../../Include/Library/OcAppleKeyMapLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
[Sources]
|
||||
OcAppleKeysLib.c
|
||||
../../Include/Library/OcAppleKeysLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -34,3 +34,4 @@
|
||||
|
||||
[Sources]
|
||||
OcAppleRamDiskLib.c
|
||||
../../Include/Library/OcAppleRamDiskLib.h
|
||||
|
@ -44,6 +44,7 @@
|
||||
PolicyManagement.c
|
||||
OcBootManagementLib.c
|
||||
VariableManagement.c
|
||||
../../Include/Library/OcBootManagementLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
[Sources]
|
||||
OcCompressionLib.c
|
||||
../../Include/Library/OcCompressionLib.h
|
||||
|
||||
lzss/lzss.c
|
||||
lzss/lzss.h
|
||||
|
@ -48,6 +48,7 @@
|
||||
TextOutputNull.c
|
||||
TextOutputSystem.c
|
||||
UgaPassThrough.c
|
||||
../../Include/Library/OcConsoleLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -51,6 +51,7 @@
|
||||
FrequencyDetect.c
|
||||
OcCpuLib.c
|
||||
OcCpuInternals.h
|
||||
../../Include/Library/OcCpuLib.h
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/Atomic.nasm
|
||||
|
@ -41,6 +41,7 @@
|
||||
BigNumLibInternal.h
|
||||
BigNumPrimitives.c
|
||||
BigNumMontgomery.c
|
||||
../../Include/Library/OcCryptoLib.h
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/BigNumWordMul64.c
|
||||
|
@ -33,6 +33,7 @@
|
||||
[Sources]
|
||||
OcDevicePathLib.c
|
||||
ExpandDevicePath.c
|
||||
../../Include/Library/OcDevicePathLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -36,6 +36,7 @@
|
||||
GptPartitionEntry.c
|
||||
FirmwareFile.c
|
||||
FsConnectQuirk.c
|
||||
../../Include/Library/OcFileLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -54,3 +54,4 @@
|
||||
LegacyRegionUnLock.c
|
||||
UmmMalloc.c
|
||||
VirtualMemory.c
|
||||
../../Include/Library/OcMemoryLib.h
|
||||
|
@ -50,3 +50,4 @@
|
||||
ReleaseUsbOwnership.c
|
||||
ProtocolSupport.c
|
||||
Math.c
|
||||
../../Include/Library/OcMiscLib.h
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
[Sources]
|
||||
OcOSInfoLib.c
|
||||
../../Include/Library/OcOSInfoLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -31,6 +31,7 @@
|
||||
[Sources.Ia32, Sources.X64]
|
||||
OcRngLib.c
|
||||
OcRngInternals.h
|
||||
../../Include/Library/OcRngLib.h
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/RngDelay.nasm
|
||||
|
@ -32,6 +32,7 @@
|
||||
AppleRtcRam.c
|
||||
OcRtcLib.c
|
||||
OcRtcLibInternal.h
|
||||
../../Include/Library/OcRtcLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -33,6 +33,7 @@
|
||||
[Sources]
|
||||
OcAsciiLib.c
|
||||
OcUnicodeLib.c
|
||||
../../Include/Library/OcStringLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
[Sources]
|
||||
OcXmlLib.c
|
||||
../../Include/Library/OcXmlLib.h
|
||||
|
||||
[Packages]
|
||||
CloverPkg.dec
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user