diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-03 14:35:24 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-03 14:35:24 +0000 |
commit | 51ebae6b69f88c0e4b72202d7e97c5b280bd074a (patch) | |
tree | 951e55deb6a8368d57ae090a049f5bbab0f7fd0f /OptionRomPkg/OptionRomPkg.dsc | |
parent | e02a0e9245dd026e44c2f3158add4259df33d4a8 (diff) | |
download | edk2-51ebae6b69f88c0e4b72202d7e97c5b280bd074a.zip edk2-51ebae6b69f88c0e4b72202d7e97c5b280bd074a.tar.gz edk2-51ebae6b69f88c0e4b72202d7e97c5b280bd074a.tar.bz2 |
add UndiRuntimeDxe from MdeModulePkg to OptionRomPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8738 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OptionRomPkg/OptionRomPkg.dsc')
-rw-r--r-- | OptionRomPkg/OptionRomPkg.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OptionRomPkg/OptionRomPkg.dsc b/OptionRomPkg/OptionRomPkg.dsc index 29ef5cd..df5f83e 100644 --- a/OptionRomPkg/OptionRomPkg.dsc +++ b/OptionRomPkg/OptionRomPkg.dsc @@ -55,6 +55,7 @@ PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
+ UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
################################################################################
#
@@ -101,4 +102,5 @@ [Components.common]
OptionRomPkg/AtapiPassThruDxe/AtapiPassThruDxe.inf
OptionRomPkg/CirrusLogic5430Dxe/CirrusLogic5430Dxe.inf
+ OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf
|