diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-16 22:22:21 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-21 13:42:49 +0100 |
commit | f634e32db5b6fa7d1ca8118c22a2e67d50a39dae (patch) | |
tree | e13c6f0cf158d9fbba640b1f7db40e7663f195df /MdePkg | |
parent | 070c5a66cd858f949f8bd5dd3527bb39ebb0e146 (diff) | |
download | edk2-f634e32db5b6fa7d1ca8118c22a2e67d50a39dae.tar.gz edk2-f634e32db5b6fa7d1ca8118c22a2e67d50a39dae.tar.bz2 edk2-f634e32db5b6fa7d1ca8118c22a2e67d50a39dae.zip |
MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules
Add MM_STANDALONE to the list of module types that are permitted to
link to this library.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf index d5f7bfa6af..89ee87e15d 100644 --- a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf +++ b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf @@ -22,7 +22,7 @@ FILE_GUID = 91c1677a-e57f-4191-8b8e-eb7711a716e0
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
+ LIBRARY_CLASS = DevicePathLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE MM_STANDALONE
#
|