diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2017-11-25 13:11:31 +0000 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2017-11-25 19:00:09 +0000 |
commit | 1abf9f05de2c53fddce14d4cd973d3d8d1e5b00c (patch) | |
tree | 9b2b1a233ccc908ff3881fd7565149c0629ecb48 /EmbeddedPkg/EmbeddedPkg.dsc | |
parent | 108ff4a04b051eea61fa5440bb1101b309ac8713 (diff) | |
download | edk2-1abf9f05de2c53fddce14d4cd973d3d8d1e5b00c.tar.gz edk2-1abf9f05de2c53fddce14d4cd973d3d8d1e5b00c.tar.bz2 edk2-1abf9f05de2c53fddce14d4cd973d3d8d1e5b00c.zip |
EmbeddedPkg: add UefiRuntimeLib resolution to package .dsc
Required to build Android*Boot standalone.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dsc')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dsc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index d7ee6a3018..d0af235f99 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -83,6 +83,7 @@ MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
+ UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|