Update supported module type of MDE library instances according to MDE library spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6261 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# This library implements the PAL Library Class for the early dxe drivers that need PAL calls before the
|
# This library implements the PAL Library Class for the early dxe drivers that need PAL calls before the
|
||||||
# Extended SAL PAL services are available
|
# 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
|
# This software and associated documentation (if any) is furnished
|
||||||
# under a license and may only be used or copied in accordance
|
# under a license and may only be used or copied in accordance
|
||||||
@ -22,7 +22,7 @@
|
|||||||
FILE_GUID = B05D4251-5BA5-46f2-A011-46CC46D9A590
|
FILE_GUID = B05D4251-5BA5-46f2-A011-46CC46D9A590
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
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
|
EDK_RELEASE_VERSION = 0x00020000
|
||||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# FvbService Library for UEFI drivers
|
# FvbService Library for UEFI drivers
|
||||||
#
|
#
|
||||||
# This library instance provide sevice functions to access Firmware Volume Block protocol.
|
# This library instance provide sevice functions to access Firmware Volume Block protocol.
|
||||||
# Copyright (c) 2006 - 2007, Intel Corporation
|
# Copyright (c) 2006 - 2008, Intel Corporation
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@ -18,9 +18,9 @@
|
|||||||
INF_VERSION = 0x00010005
|
INF_VERSION = 0x00010005
|
||||||
BASE_NAME = FvbServiceLib
|
BASE_NAME = FvbServiceLib
|
||||||
FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67
|
FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67
|
||||||
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = FvbServiceLib|DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION
|
LIBRARY_CLASS = FvbServiceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
||||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Post code library based on report status code library
|
# Post code library based on report status code library
|
||||||
#
|
#
|
||||||
# PostCode Library for PEIMs and DXE drivers that send PostCode to ReportStatusCode
|
# PostCode Library for PEIMs and DXE drivers that send PostCode to ReportStatusCode
|
||||||
# Copyright (c) 2006, Intel Corporation.
|
# Copyright (c) 2006 - 2008, Intel Corporation.
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@ -20,7 +20,7 @@
|
|||||||
FILE_GUID = e062c52d-78dc-4cc5-b246-b13497a8123c
|
FILE_GUID = e062c52d-78dc-4cc5-b246-b13497a8123c
|
||||||
MODULE_TYPE = PEIM
|
MODULE_TYPE = PEIM
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PostCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER PEIM PEI_CORE SEC UEFI_APPLICATION UEFI_DRIVER
|
LIBRARY_CLASS = PostCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER PEIM PEI_CORE UEFI_APPLICATION UEFI_DRIVER
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
||||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# I/O Library implementation that uses the CPU I/O PPI for I/O
|
# I/O Library implementation that uses the CPU I/O PPI for I/O
|
||||||
# and MMIO operations.
|
# and MMIO operations.
|
||||||
# Copyright (c) 2006 - 2007, Intel Corporation.
|
# Copyright (c) 2006 - 2008, Intel Corporation.
|
||||||
#
|
#
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
@ -21,7 +21,7 @@
|
|||||||
FILE_GUID = b2585b69-fb63-4220-844a-8fbea8bf01af
|
FILE_GUID = b2585b69-fb63-4220-844a-8fbea8bf01af
|
||||||
MODULE_TYPE = PEIM
|
MODULE_TYPE = PEIM
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = IoLib|PEIM PEI_CORE SEC
|
LIBRARY_CLASS = IoLib|PEIM PEI_CORE
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
||||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E
|
FILE_GUID = B53DC524-6B98-4584-940B-8F1363DEF09E
|
||||||
MODULE_TYPE = PEIM
|
MODULE_TYPE = PEIM
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = PalCallLib|PEI_CORE PEIM SEC
|
LIBRARY_CLASS = PalCallLib|PEIM PEI_CORE
|
||||||
EDK_RELEASE_VERSION = 0x00020000
|
EDK_RELEASE_VERSION = 0x00020000
|
||||||
EFI_SPECIFICATION_VERSION = 0x00020000
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user