summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Unix/Sec/SecMain.inf
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-20 21:58:05 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-20 21:58:05 +0000
commitb8800fc547440d8648e49c189a60547bfc4a1615 (patch)
tree107dfd9ca56bb3d31a08a7428b96b15a1873d830 /InOsEmuPkg/Unix/Sec/SecMain.inf
parent7af94c1d0af9b8595ef536c8a2f7ff930b54a43a (diff)
downloadedk2-platforms-b8800fc547440d8648e49c189a60547bfc4a1615.tar.xz
InOsEmuPkg/Unix/Sec: Add BaseMemoryLib implementation to thunk layer
This implementation only covers a few BaseMemoryLib functions. The implementation leverates malloc/free in stdlib. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11866 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg/Unix/Sec/SecMain.inf')
-rw-r--r--InOsEmuPkg/Unix/Sec/SecMain.inf5
1 files changed, 3 insertions, 2 deletions
diff --git a/InOsEmuPkg/Unix/Sec/SecMain.inf b/InOsEmuPkg/Unix/Sec/SecMain.inf
index e3ceb99ef9..4dc0a67008 100644
--- a/InOsEmuPkg/Unix/Sec/SecMain.inf
+++ b/InOsEmuPkg/Unix/Sec/SecMain.inf
@@ -35,8 +35,9 @@
Pthreads.c
PosixFileSystem.c
BlockIo.c
- LinuxPacketFilter.c
- BerkeleyPacketFilter.c
+ LinuxPacketFilter.c
+ BerkeleyPacketFilter.c
+ MemoryAllocationLib.c
[Sources.X64]
X64/Gasket.S # convert between Emu x86_64 ABI and EFI X64 ABI