diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-01-30 18:57:30 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-01-30 18:57:30 +0000 |
commit | 63f9b9b9312f3e08c92a2ea3cdbe01e723ef653b (patch) | |
tree | 343c98a61e10e79df6b01c2b3ea7a637ef80020f /EmulatorPkg/EmulatorPkg.dec | |
parent | 8bb7441edd2d41b03af0666367ce0bc7a78080a5 (diff) | |
download | edk2-63f9b9b9312f3e08c92a2ea3cdbe01e723ef653b.tar.gz edk2-63f9b9b9312f3e08c92a2ea3cdbe01e723ef653b.tar.bz2 edk2-63f9b9b9312f3e08c92a2ea3cdbe01e723ef653b.zip |
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
Diffstat (limited to 'EmulatorPkg/EmulatorPkg.dec')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.dec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EmulatorPkg/EmulatorPkg.dec b/EmulatorPkg/EmulatorPkg.dec index b3d461de37..25f79c92c9 100644 --- a/EmulatorPkg/EmulatorPkg.dec +++ b/EmulatorPkg/EmulatorPkg.dec @@ -30,6 +30,7 @@ EmuThunkLib|Include/Library/EmuThunkLib.h
KeyMap|Include/Library/KeyMapLib.h
PpiListLib|Include/Library/PpiListLib.h
+ SmbiosLib|Include/Library/SmbiosLib.h
[Protocols]
gEmuThunkProtocolGuid = { 0x5CF32E0B, 0x8EDF, 0x2E44, { 0x9C, 0xDA, 0x93, 0x20, 0x5E, 0x99, 0xEC, 0x1C } }
|