add missing files to inf

This commit is contained in:
asava 2020-03-21 18:38:20 +02:00
parent a2c1624723
commit 3f1eb9a02e
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@
[Sources] [Sources]
MemLogLib.c MemLogLib.c
GenericIch.h GenericIch.h
printf_lite.h
printf_lite.c printf_lite.c
[Packages] [Packages]

View File

@ -100,9 +100,12 @@
Platform/Posix/stddef.h Platform/Posix/stddef.h
Platform/Posix/stdint.h Platform/Posix/stdint.h
Platform/Posix/stdlib.h Platform/Posix/stdlib.h
Platform/Posix/stdio.h
Platform/Posix/stdio.cpp Platform/Posix/stdio.cpp
Platform/Posix/strcmp.cpp Platform/Posix/strcmp.cpp
Platform/Posix/string.h
Platform/Posix/strlen.cpp Platform/Posix/strlen.cpp
Platform/Posix/wchar.h
Platform/Posix/wchar.cpp Platform/Posix/wchar.cpp
Platform/Posix/abort.cpp Platform/Posix/abort.cpp
Platform/AcpiPatcher.cpp Platform/AcpiPatcher.cpp