Fix FreePoll() bugs in some places.
Removed the dependency to MdeModulePkg in the HiiLibFramework Removed EDK_RELEASE_VERSION and EFI_SPECIFICATION_VERSION in the Framework inf file. other coding style changes git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7218 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
#/** @file
|
||||
# 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 (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.
|
||||
#
|
||||
# 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.
|
||||
# Copyright (c) 2006, Intel Corporation.
|
||||
# Copyright (c) 2006, Intel Corporation.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are licensed and made available under the terms and conditions of the BSD License
|
||||
@ -25,7 +27,6 @@
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = UefiLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
||||
|
||||
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
@ -38,12 +39,10 @@
|
||||
UefiLib.c
|
||||
UefiLibInternal.h
|
||||
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
|
||||
|
||||
[LibraryClasses]
|
||||
PrintLib
|
||||
PcdLib
|
||||
@ -59,7 +58,6 @@
|
||||
gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
|
||||
gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
|
||||
|
||||
|
||||
[Protocols]
|
||||
gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
|
||||
gEfiSimpleTextOutProtocolGuid # ALWAYS_CONSUMED
|
||||
@ -84,5 +82,3 @@
|
||||
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable
|
||||
gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user