ShellPkg: Correct files with CRLF line ending
Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Jaben Carsey <jaben.carsey@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
Provides interface to advanced shell functionality for parsing both handle and protocol database.
|
||||
|
||||
Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
||||
(C) Copyright 2013-2016 Hewlett-Packard Development Company, L.P.<BR>
|
||||
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
||||
(C) Copyright 2013-2016 Hewlett-Packard Development Company, L.P.<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
|
||||
@@ -152,7 +152,7 @@
|
||||
#include <Library/HiiLib.h>
|
||||
#include <Library/ShellLib.h>
|
||||
#include <Library/SortLib.h>
|
||||
#include <Library/ShellCommandLib.h>
|
||||
#include <Library/ShellCommandLib.h>
|
||||
|
||||
#define EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION_V1 1
|
||||
#define EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION_V2 2
|
||||
|
@@ -379,15 +379,15 @@
|
||||
" GreenMask.......: %%H0x%08x%%N\r\n"
|
||||
" BlueMask........: %%H0x%08x%%N\r\n"
|
||||
|
||||
#string STR_GOP_RES_LIST_MAIN #language en-US " Supported Resolution List\r\n"
|
||||
#string STR_GOP_RES_LIST_ENTRY #language en-US " Resolution[%%H%d%%N]:\r\n"
|
||||
" Res Hor.........: %%H0x%08x%%N\r\n"
|
||||
" Res Ver.........: %%H0x%08x%%N\r\n"
|
||||
|
||||
#string STR_EDID_DISCOVERED_MAIN #language en-US " EDID Discovered Size : %%H0x%08x%%N\r\n"
|
||||
#string STR_EDID_DISCOVERED_DATA #language en-US " EDID Discovered Data :\r\n"
|
||||
#string STR_EDID_ACTIVE_MAIN #language en-US " EDID Active Size : %%H0x%08x%%N\r\n"
|
||||
#string STR_EDID_ACTIVE_DATA #language en-US " EDID Active Data :\r\n"
|
||||
#string STR_GOP_RES_LIST_MAIN #language en-US " Supported Resolution List\r\n"
|
||||
#string STR_GOP_RES_LIST_ENTRY #language en-US " Resolution[%%H%d%%N]:\r\n"
|
||||
" Res Hor.........: %%H0x%08x%%N\r\n"
|
||||
" Res Ver.........: %%H0x%08x%%N\r\n"
|
||||
|
||||
#string STR_EDID_DISCOVERED_MAIN #language en-US " EDID Discovered Size : %%H0x%08x%%N\r\n"
|
||||
#string STR_EDID_DISCOVERED_DATA #language en-US " EDID Discovered Data :\r\n"
|
||||
#string STR_EDID_ACTIVE_MAIN #language en-US " EDID Active Size : %%H0x%08x%%N\r\n"
|
||||
#string STR_EDID_ACTIVE_DATA #language en-US " EDID Active Data :\r\n"
|
||||
|
||||
#string STR_GET_SUPP_TYPES_FAILED #language en-US "Unable to get supported types - %%H%r%%N\r\n"
|
||||
#string STR_SUPP_TYPE_HEADER #language en-US " Supported Information Types: \r\n"
|
||||
|
Reference in New Issue
Block a user