MdeModulePkg: 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> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
This module produces Boot Manager Policy protocol.
|
||||
|
||||
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2015 - 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
|
||||
@@ -139,7 +139,7 @@ ConnectNetwork (
|
||||
system will be connected using the platforms EFI Boot
|
||||
Manager policy.
|
||||
@param[in] Recursive If TRUE, then ConnectController() is called recursively
|
||||
until the entire tree of controllers below the
|
||||
until the entire tree of controllers below the
|
||||
controller specified by DevicePath have been created.
|
||||
If FALSE, then the tree of controllers is only expanded
|
||||
one level. If DevicePath is NULL then Recursive is ignored.
|
||||
@@ -147,7 +147,7 @@ ConnectNetwork (
|
||||
@retval EFI_SUCCESS The DevicePath was connected.
|
||||
@retval EFI_NOT_FOUND The DevicePath was not found.
|
||||
@retval EFI_NOT_FOUND No driver was connected to DevicePath.
|
||||
@retval EFI_SECURITY_VIOLATION The user has no permission to start UEFI device
|
||||
@retval EFI_SECURITY_VIOLATION The user has no permission to start UEFI device
|
||||
drivers on the DevicePath.
|
||||
@retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION.
|
||||
**/
|
||||
@@ -188,7 +188,7 @@ BootManagerPolicyConnectDevicePath (
|
||||
Manager connect a class of devices.
|
||||
|
||||
If Class is EFI_BOOT_MANAGER_POLICY_CONSOLE_GUID then the Boot Manager will
|
||||
use platform policy to connect consoles. Some platforms may restrict the
|
||||
use platform policy to connect consoles. Some platforms may restrict the
|
||||
number of consoles connected as they attempt to fast boot, and calling
|
||||
ConnectDeviceClass() with a Class value of EFI_BOOT_MANAGER_POLICY_CONSOLE_GUID
|
||||
must connect the set of consoles that follow the Boot Manager platform policy,
|
||||
@@ -206,7 +206,7 @@ BootManagerPolicyConnectDevicePath (
|
||||
application that called ConnectDeviceClass() may need to use the published
|
||||
protocols to establish the network connection. The Boot Manager can optionally
|
||||
have a policy to establish a network connection.
|
||||
|
||||
|
||||
If Class is EFI_BOOT_MANAGER_POLICY_CONNECT_ALL_GUID then the Boot Manager
|
||||
will connect all UEFI drivers using the UEFI Boot Service
|
||||
EFI_BOOT_SERVICES.ConnectController(). If the Boot Manager has policy
|
||||
@@ -223,7 +223,7 @@ BootManagerPolicyConnectDevicePath (
|
||||
@retval EFI_DEVICE_ERROR Devices were not connected due to an error.
|
||||
@retval EFI_NOT_FOUND The Class is not supported by the platform.
|
||||
@retval EFI_UNSUPPORTED The current TPL is not TPL_APPLICATION.
|
||||
**/
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
BootManagerPolicyConnectDeviceClass (
|
||||
|
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# This module produces Boot Manager Policy protocol.
|
||||
#
|
||||
# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# Copyright (c) 2015 - 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
|
||||
@@ -18,7 +18,7 @@
|
||||
MODULE_UNI_FILE = BootManagerPolicyDxe.uni
|
||||
FILE_GUID = E622443C-284E-4b47-A984-FD66B482DAC0
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
VERSION_STRING = 1.0
|
||||
ENTRY_POINT = BootManagerPolicyInitialize
|
||||
|
||||
#
|
||||
|
@@ -1,12 +1,12 @@
|
||||
// /** @file
|
||||
// This module produces Boot Manager Policy protocol.
|
||||
//
|
||||
// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||
// Copyright (c) 2015 - 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
|
||||
// http://opensource.org/licenses/bsd-license.php
|
||||
//
|
||||
//
|
||||
// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
//
|
||||
|
@@ -1,7 +1,7 @@
|
||||
// /** @file
|
||||
// This module produces Boot Manager Policy protocol.
|
||||
//
|
||||
// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||
// Copyright (c) 2015 - 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
|
||||
@@ -13,8 +13,8 @@
|
||||
//
|
||||
// **/
|
||||
|
||||
#string STR_PROPERTIES_MODULE_NAME
|
||||
#language en-US
|
||||
#string STR_PROPERTIES_MODULE_NAME
|
||||
#language en-US
|
||||
"Boot Manager Policy DXE Driver"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user