diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-27 08:54:57 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-27 08:54:57 +0000 |
commit | 3397c6f5904b7d336670771ec9a7bf6176b64631 (patch) | |
tree | d82ce121e11486a6c2dfe4709f5c4b042adfb7ef /MdePkg/Library/DxePalLibEsal | |
parent | 05c82e51e17a3465d4be5d206493baa6198926d9 (diff) | |
download | edk2-3397c6f5904b7d336670771ec9a7bf6176b64631.zip edk2-3397c6f5904b7d336670771ec9a7bf6176b64631.tar.gz edk2-3397c6f5904b7d336670771ec9a7bf6176b64631.tar.bz2 |
For libraries that have multiple module types support, just define a [Depex] section for specified module types that are permitted to have a [Depex] section.
Signed-off-by: lzeng14
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12052 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxePalLibEsal')
-rw-r--r-- | MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf b/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf index 4c0abbc..c60759d 100644 --- a/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf +++ b/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.inf @@ -35,5 +35,5 @@ [LibraryClasses]
ExtendedSalLib
-[Depex]
+[Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER, Depex.common.DXE_SAL_DRIVER, Depex.common.DXE_SMM_DRIVER]
gEfiExtendedSalPalServicesProtocolGuid
|