diff options
Diffstat (limited to 'MdePkg/Library/DxePalLib/DxePalLib.inf')
-rw-r--r-- | MdePkg/Library/DxePalLib/DxePalLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/DxePalLib/DxePalLib.inf b/MdePkg/Library/DxePalLib/DxePalLib.inf index 8ea9a25858..09b1498e80 100644 --- a/MdePkg/Library/DxePalLib/DxePalLib.inf +++ b/MdePkg/Library/DxePalLib/DxePalLib.inf @@ -3,7 +3,7 @@ #
# This library implements the PAL Library Class for the early dxe drivers that need PAL calls before the
# Extended SAL PAL services are available
-# Copyright (c) 2007, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.
#
# This software and associated documentation (if any) is furnished
# under a license and may only be used or copied in accordance
@@ -22,7 +22,7 @@ FILE_GUID = B05D4251-5BA5-46f2-A011-46CC46D9A590
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = PalCallLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_DRIVER
+ LIBRARY_CLASS = PalCallLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
|