IntelFrameworkModulePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Data Hub status code worker.
|
||||
|
||||
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2010 - 2018, 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
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@ -62,7 +62,7 @@ AcquireRecordBuffer (
|
||||
if (CurrentTpl > TPL_NOTIFY) {
|
||||
//
|
||||
// Memory management should work at <=TPL_NOTIFY
|
||||
//
|
||||
//
|
||||
gBS->RestoreTPL (CurrentTpl);
|
||||
return NULL;
|
||||
}
|
||||
@ -132,7 +132,7 @@ RetrieveRecord (
|
||||
|
||||
/**
|
||||
Release given record and return it to free record buffer.
|
||||
|
||||
|
||||
@param RecordData Pointer to the record to release.
|
||||
|
||||
**/
|
||||
@ -348,8 +348,8 @@ DataHubStatusCodeInitializeWorker (
|
||||
EFI_STATUS Status;
|
||||
|
||||
Status = gBS->LocateProtocol (
|
||||
&gEfiDataHubProtocolGuid,
|
||||
NULL,
|
||||
&gEfiDataHubProtocolGuid,
|
||||
NULL,
|
||||
(VOID **) &mDataHubProtocol
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
|
@ -2,7 +2,7 @@
|
||||
Status Code Handler Driver which produces datahub handler and hook it
|
||||
onto the DXE status code router.
|
||||
|
||||
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2010 - 2018, 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
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@ -45,7 +45,7 @@ UnregisterBootTimeHandlers (
|
||||
|
||||
@param ImageHandle The firmware allocated handle for the EFI image.
|
||||
@param SystemTable A pointer to the EFI System Table.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS The entry point is executed successfully.
|
||||
|
||||
**/
|
||||
|
@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Status Code Handler Driver which produces datahub handler.
|
||||
#
|
||||
# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2011 - 2018, 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
|
||||
@ -19,7 +19,7 @@
|
||||
MODULE_UNI_FILE = DatahubStatusCodeHandlerDxe.uni
|
||||
FILE_GUID = 863D214F-0920-437B-8CAD-88EA83A24E97
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
VERSION_STRING = 1.0
|
||||
ENTRY_POINT = DatahubStatusCodeHandlerDxeEntry
|
||||
|
||||
#
|
||||
@ -32,13 +32,13 @@
|
||||
DatahubStatusCodeHandlerDxe.h
|
||||
DatahubStatusCodeHandlerDxe.c
|
||||
DataHubStatusCodeWorker.c
|
||||
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
MdeModulePkg/MdeModulePkg.dec
|
||||
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
||||
|
||||
|
||||
[LibraryClasses]
|
||||
BaseLib
|
||||
MemoryAllocationLib
|
||||
@ -50,12 +50,12 @@
|
||||
DebugLib
|
||||
SynchronizationLib
|
||||
BaseMemoryLib
|
||||
|
||||
|
||||
[Guids]
|
||||
gEfiEventExitBootServicesGuid ## CONSUMES ## Event
|
||||
gEfiDataHubStatusCodeRecordGuid ## PRODUCES ## UNDEFINED # DataRecord Guid
|
||||
gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_PRODUCES ## UNDEFINED # Record data type
|
||||
|
||||
|
||||
[Protocols]
|
||||
gEfiRscHandlerProtocolGuid ## CONSUMES
|
||||
gEfiDataHubProtocolGuid ## CONSUMES
|
||||
|
@ -1,7 +1,7 @@
|
||||
// /** @file
|
||||
// DatahubStatusCodeHandlerDxe Localized Strings and Content
|
||||
//
|
||||
// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
// Copyright (c) 2013 - 2018, 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
|
||||
@ -12,8 +12,8 @@
|
||||
//
|
||||
// **/
|
||||
|
||||
#string STR_PROPERTIES_MODULE_NAME
|
||||
#language en-US
|
||||
#string STR_PROPERTIES_MODULE_NAME
|
||||
#language en-US
|
||||
"Data Hub Status Code DXE Driver"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user