mirror of https://github.com/acidanthera/audk.git
Add the missing supported module type in MdePkg DxeServicesTableLib instance.
Signed-off-by: lgao4 Reviewed-by: rsun3 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12762 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c119933d02
commit
b316eabf7c
|
@ -4,7 +4,7 @@
|
|||
# DXE Services Table Library that retrieves a pointer to the DXE Services
|
||||
# Table from the Configuration Table in the EFI System Table.
|
||||
#
|
||||
# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -22,7 +22,7 @@
|
|||
FILE_GUID = baa1baa3-0a8d-402c-8042-985115fae953
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = DxeServicesTableLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
LIBRARY_CLASS = DxeServicesTableLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE
|
||||
|
||||
CONSTRUCTOR = DxeServicesTableLibConstructor
|
||||
|
||||
|
|
Loading…
Reference in New Issue