diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-09 19:31:56 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-09 19:31:56 +0000 |
commit | 572287f8bb38953891c53a43d2231ce1e3f36523 (patch) | |
tree | 8988cc903ba760ec37a0248c9dd177cbf8ca0afb /InOsEmuPkg/Unix/UnixX64.fdf | |
parent | 1812735204688fed3d4399dc02a29eaed311a640 (diff) | |
download | edk2-platforms-572287f8bb38953891c53a43d2231ce1e3f36523.tar.xz |
InOsEmuPkg: Add the EFI parts of the Simple Network Protocol
This only adds the EFI parts and not the OS specific implementation. Since the EFI parts no longer use system include files this is safe to do. Also fix two minor typos.
Signed-off-by:andrewfish
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11781 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg/Unix/UnixX64.fdf')
-rw-r--r-- | InOsEmuPkg/Unix/UnixX64.fdf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/InOsEmuPkg/Unix/UnixX64.fdf b/InOsEmuPkg/Unix/UnixX64.fdf index 4058815ee5..1f2fe7e633 100644 --- a/InOsEmuPkg/Unix/UnixX64.fdf +++ b/InOsEmuPkg/Unix/UnixX64.fdf @@ -224,6 +224,7 @@ INF InOsEmuPkg/EmuBusDriverDxe/EmuBusDriverDxe.inf INF InOsEmuPkg/EmuGopDxe/EmuGopDxe.inf
INF InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystemDxe.inf
INF InOsEmuPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf
+INF InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.inf
INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|