mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Cleanup MdePkg.dsc, UefiLib.inf and UefiLib.msa
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2717 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
738ec56559
commit
43fcd99927
@ -2,8 +2,8 @@
|
|||||||
# Component description file for the entry point to a EFIDXE Drivers
|
# Component description file for the entry point to a EFIDXE Drivers
|
||||||
#
|
#
|
||||||
# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|
# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|
||||||
#
|
#
|
||||||
# Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old
|
# Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old
|
||||||
# (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.
|
# (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.
|
||||||
# Copyright (c) 2007, Intel Corporation.
|
# Copyright (c) 2007, Intel Corporation.
|
||||||
#
|
#
|
||||||
@ -28,7 +28,7 @@
|
|||||||
FILE_GUID = 3a004ba5-efe0-4a61-9f1a-267a46ae5ba9
|
FILE_GUID = 3a004ba5-efe0-4a61-9f1a-267a46ae5ba9
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
LIBRARY_CLASS = UefiLib|DXE_CORE 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
|
||||||
|
|
||||||
@ -98,7 +98,6 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiFrameworkDevicePathGuid # ALWAYS_CONSUMED
|
|
||||||
gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
|
gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
|
||||||
gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
|
gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
|
<Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
|
||||||
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|
<Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
|
||||||
|
|
||||||
Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old
|
Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the oldconflicts with library functions and supporting implementations of the old
|
||||||
(EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.</Description>
|
(EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as it contains DXE enum extensions for EFI event services.</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
||||||
<License>All rights reserved. This program and the accompanying materials
|
<License>All rights reserved. This program and the accompanying materials
|
||||||
@ -66,9 +66,6 @@
|
|||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||||
<GuidCName>gEfiEventReadyToBootGuid</GuidCName>
|
<GuidCName>gEfiEventReadyToBootGuid</GuidCName>
|
||||||
</GuidCNames>
|
</GuidCNames>
|
||||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
||||||
<GuidCName>gEfiFrameworkDevicePathGuid</GuidCName>
|
|
||||||
</GuidCNames>
|
|
||||||
</Guids>
|
</Guids>
|
||||||
<Externs>
|
<Externs>
|
||||||
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
||||||
|
@ -31,6 +31,10 @@
|
|||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
#
|
||||||
|
# Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
||||||
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[PcdsFeatureFlag.common]
|
[PcdsFeatureFlag.common]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user