diff --git a/MdePkg/Include/Protocol/Hii.h b/MdePkg/Include/Protocol/Hii.h
index 1de8dc3450..1fa0a2618c 100644
--- a/MdePkg/Include/Protocol/Hii.h
+++ b/MdePkg/Include/Protocol/Hii.h
@@ -3,7 +3,7 @@
be used by resources which want to publish IFR/Font/String data and have it
collected by the Configuration engine.
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -26,7 +26,7 @@
#define EFI_HII_PROTOCOL_GUID \
{ \
- 0xea816d2c, 0xcee5, 0x4f02, {0x99, 0xb5, 0xd3, 0x90, 0x5c, 0xbb, 0xd0, 0x77 } \
+ 0xd7ad636e, 0xb997, 0x459b, {0xbf, 0x3f, 0x88, 0x46, 0x89, 0x79, 0x80, 0xe1} \
}
// BugBug:
diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd
index 329ef245df..a7d6adae6e 100644
--- a/MdePkg/MdePkg.spd
+++ b/MdePkg/MdePkg.spd
@@ -7,13 +7,13 @@
Framework Module Development Environment Industry Standards
This Package provides headers and libraries that conform to EFI/Framework Industry standards.
Copyright (c) 2006 - 2007, 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 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,
+ All rights reserved.
+ 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.
FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052
@@ -1620,7 +1620,7 @@
gEfiHiiProtocolGuid
- EA816D2C-CEE5-4F02-99B5-D3905CBBD077
+ D7AD636E-B997-459B-BF3F-8846897980E1
@@ -2219,8 +2219,8 @@
UINT32
FIXED_AT_BUILD
1000000
- If PcdMaximumUnicodeStringLength is not zero, the maximum
- number of characters (not counting the NULL-terminator) in a
+ If PcdMaximumUnicodeStringLength is not zero, the maximum
+ number of characters (not counting the NULL-terminator) in a
Unicode string cannot exceed it.
@@ -2230,8 +2230,8 @@
UINT32
FIXED_AT_BUILD
1000000
- If PcdMaximumAsciiStringLength is not zero, the maximum number
- of characters (not counting the NULL-terminator) in an ASCII
+ If PcdMaximumAsciiStringLength is not zero, the maximum number
+ of characters (not counting the NULL-terminator) in an ASCII
string cannot exceed it.
@@ -2241,8 +2241,8 @@
UINT32
FIXED_AT_BUILD
1000000
- If PcdMaximumLinkedListLength is not zero, the maximum number
- of nodes (not counting the list header) in a linked list
+ If PcdMaximumLinkedListLength is not zero, the maximum number
+ of nodes (not counting the list header) in a linked list
cannot exceed it.
@@ -2252,7 +2252,7 @@
UINT32
FIXED_AT_BUILD
10000000
- If PcdSpinLockTimeout is not zero, it stands for the timeout
+ If PcdSpinLockTimeout is not zero, it stands for the timeout
value (unit: millisecond) for spin lock.
@@ -2262,8 +2262,8 @@
UINT8
FIXED_AT_BUILD
0x0f
- The bitmask of flags that specify the enable/disable of Debug
- Assert, Debug Print, Debug Code, Clear Memory, Assert
+ The bitmask of flags that specify the enable/disable of Debug
+ Assert, Debug Print, Debug Code, Clear Memory, Assert
Breakpoint and Assert Deadloop.
@@ -2273,7 +2273,7 @@
UINT32
FIXED_AT_BUILD PATCHABLE_IN_MODULE
0x80000000
- The bitmask of flags that specify the kind of debug message
+ The bitmask of flags that specify the kind of debug message
output when Debug Print is enabled.
@@ -2283,7 +2283,7 @@
UINT8
FIXED_AT_BUILD
0x06
- The bitmask of flags that specify the enable/disable of
+ The bitmask of flags that specify the enable/disable of
Progress Code, Error Code and Debug Code.
@@ -2293,7 +2293,7 @@
UINT8
FIXED_AT_BUILD
0xAF
- The value used by DebugClearMemory () to fill a certain range
+ The value used by DebugClearMemory () to fill a certain range
of memory.
@@ -2303,7 +2303,7 @@
UINT8
FIXED_AT_BUILD
0
- The bitmask of flags that specify the enable/disable of
+ The bitmask of flags that specify the enable/disable of
Performance Measurement.
@@ -2313,7 +2313,7 @@
UINT8
FIXED_AT_BUILD
0
- The bitmask of flags that specify the enable/disable of Post
+ The bitmask of flags that specify the enable/disable of Post
Code, Post Code Description.