]> git.proxmox.com Git - mirror_edk2.git/commit - EmulatorPkg/EmulatorPkg.dsc
Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framework...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 30 Jan 2012 18:57:30 +0000 (18:57 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 30 Jan 2012 18:57:30 +0000 (18:57 +0000)
commit63f9b9b9312f3e08c92a2ea3cdbe01e723ef653b
tree343c98a61e10e79df6b01c2b3ea7a637ef80020f
parent8bb7441edd2d41b03af0666367ce0bc7a78080a5
Add a new SMBIOS Library, and platform SMBIOS driver that does not use Framework or Hii.

Note: The SmbiosLib should probably be moved to MdePkg after a full code review.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12966 6f19259b-4bc3-4df7-8a09-765794883524
EmulatorPkg/EmulatorPkg.dec
EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg/EmulatorPkg.fdf
EmulatorPkg/Include/Library/SmbiosLib.h [new file with mode: 0644]
EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c [new file with mode: 0644]
EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf [new file with mode: 0644]
EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c [new file with mode: 0644]