Enhance inf to follow spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11390 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -107,7 +107,7 @@
|
|||||||
gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES
|
gEfiDevicePathProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES
|
gEfiAcpiS3SaveProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
|
gEfiGraphicsOutputProtocolGuid # PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
|
gEfiUgaDrawProtocolGuid |gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport # PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
|
gEfiOEMBadgingProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
|
gEfiHiiFontProtocolGuid # PROTOCOL CONSUMES
|
||||||
gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES
|
gEfiUserManagerProtocolGuid # PROTOCOL CONSUMES
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# LZMA SDK 4.65 was placed in the public domain on 2009-02-03.
|
# LZMA SDK 4.65 was placed in the public domain on 2009-02-03.
|
||||||
# It was released on the http://www.7-zip.org/sdk.html website.
|
# It was released on the http://www.7-zip.org/sdk.html website.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# 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
|
||||||
@ -36,6 +36,12 @@
|
|||||||
LzmaDecompress.c
|
LzmaDecompress.c
|
||||||
Sdk/C/LzFind.c
|
Sdk/C/LzFind.c
|
||||||
Sdk/C/LzmaDec.c
|
Sdk/C/LzmaDec.c
|
||||||
|
Sdk/C/7zVersion.h
|
||||||
|
Sdk/C/CpuArch.h
|
||||||
|
Sdk/C/LzFind.h
|
||||||
|
Sdk/C/LzHash.h
|
||||||
|
Sdk/C/LzmaDec.h
|
||||||
|
Sdk/C/Types.h
|
||||||
GuidedSectionExtraction.c
|
GuidedSectionExtraction.c
|
||||||
UefiLzma.h
|
UefiLzma.h
|
||||||
LzmaDecompressLibInternal.h
|
LzmaDecompressLibInternal.h
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which
|
# BDSDxe also maintain the UI for "Boot Manager, Boot Maintaince Manager, Device Manager" which
|
||||||
# is used for user to configure boot option or maintain hardware device.
|
# is used for user to configure boot option or maintain hardware device.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials
|
# 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
|
||||||
# which accompanies this distribution. The full text of the license may be found at
|
# which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -141,7 +141,7 @@
|
|||||||
gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES
|
gEfiSmbiosProtocolGuid ## PROTOCOL CONSUMES
|
||||||
gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES
|
gEfiGenericMemTestProtocolGuid ## PROTOCOL CONSUMES
|
||||||
gEfiLegacyBiosProtocolGuid ## PROTOCOL CONSUMES
|
gEfiLegacyBiosProtocolGuid ## PROTOCOL CONSUMES
|
||||||
gEfiUgaDrawProtocolGuid |PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES
|
gEfiUgaDrawProtocolGuid |gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport ## PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES
|
gEfiBlockIoProtocolGuid ## PROTOCOL CONSUMES
|
||||||
gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
|
gEfiGraphicsOutputProtocolGuid ## PROTOCOL SOMETIMES_CONSUMES
|
||||||
gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES
|
gEfiSimpleTextInputExProtocolGuid ## PROTOCOL CONSUMES
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Status Code Handler Driver which produces datahub handler and hook it
|
# Status Code Handler Driver which produces datahub handler and hook it
|
||||||
# onto the DXE status code router.
|
# onto the DXE status code router.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# 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
|
||||||
@ -19,6 +19,7 @@
|
|||||||
BASE_NAME = DatahubStatusCodeHandlerDxe
|
BASE_NAME = DatahubStatusCodeHandlerDxe
|
||||||
FILE_GUID = 863D214F-0920-437B-8CAD-88EA83A24E97
|
FILE_GUID = 863D214F-0920-437B-8CAD-88EA83A24E97
|
||||||
MODULE_TYPE = DXE_DRIVER
|
MODULE_TYPE = DXE_DRIVER
|
||||||
|
VERSION_STRING = 1.0
|
||||||
ENTRY_POINT = DatahubStatusCodeHandlerDxeEntry
|
ENTRY_POINT = DatahubStatusCodeHandlerDxeEntry
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## @file
|
## @file
|
||||||
# Status code PEIM which produces Status Code PPI.
|
# Status code PEIM which produces Status Code PPI.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# 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
|
||||||
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Status Code Runtime Dxe driver that supports multiple devices and produces
|
# Status Code Runtime Dxe driver that supports multiple devices and produces
|
||||||
# Status Code Runtime Protocol.
|
# Status Code Runtime Protocol.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# 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
|
||||||
@ -80,7 +80,7 @@
|
|||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory
|
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
Reference in New Issue
Block a user