summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg/Foundation/Protocol
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-28 12:00:46 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-28 12:00:46 +0000
commit7ccf38a33e1e227131c170a621d183b3bacef148 (patch)
tree9672e0bf0ac345a1dfc45823307bb71020c34c59 /EdkCompatibilityPkg/Foundation/Protocol
parent4c5d09830bb8cbbc8ff6d8dc8817d60a85468844 (diff)
downloadedk2-7ccf38a33e1e227131c170a621d183b3bacef148.tar.gz
edk2-7ccf38a33e1e227131c170a621d183b3bacef148.tar.bz2
edk2-7ccf38a33e1e227131c170a621d183b3bacef148.zip
Update Guid Value format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4964 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Protocol')
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ConsoleControl.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/CustomizedDecompress.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/DiskInfo.h10
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/EfiOemBadging/EfiOemBadging.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/ExtendedSalBootService.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h42
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/FaultTolerantWriteLite/FaultTolerantWriteLite.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/FirmwareVolumeDispatch/FirmwareVolumeDispatch.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/GenericMemoryTest.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/GuidedSectionExtraction/GuidedSectionExtraction.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/IsaAcpi.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/LoadPe32Image/LoadPe32Image.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/NicIp4Config.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/PlatformMemTest.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/Print/Print.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/PxeDhcp4.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4CallBack/PxeDhcp4CallBack.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h4
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/Tcp/Tcp.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/TianoDecompress.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/UsbAtapi/UsbAtapi.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/VariableStore/VariableStore.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/VgaMiniPort.h2
-rw-r--r--EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/VirtualMemoryAccess.h2
34 files changed, 64 insertions, 64 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ConsoleControl.h b/EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ConsoleControl.h
index 8bd8216512..672a53d3a9 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ConsoleControl.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ConsoleControl.h
@@ -23,7 +23,7 @@ Abstract:
#define __CONSOLE_CONTROL_H__
#define EFI_CONSOLE_CONTROL_PROTOCOL_GUID \
- { 0xf42f7782, 0x12e, 0x4c12, 0x99, 0x56, 0x49, 0xf9, 0x43, 0x4, 0xf7, 0x21 }
+ { 0xf42f7782, 0x12e, 0x4c12, {0x99, 0x56, 0x49, 0xf9, 0x43, 0x4, 0xf7, 0x21} }
typedef struct _EFI_CONSOLE_CONTROL_PROTOCOL EFI_CONSOLE_CONTROL_PROTOCOL;
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/CustomizedDecompress.h b/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/CustomizedDecompress.h
index 4b154c631d..03325f0804 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/CustomizedDecompress.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/CustomizedDecompress.h
@@ -23,7 +23,7 @@ Abstract:
#define _CUSTOMIZED_DECOMPRESS_H_
#define EFI_CUSTOMIZED_DECOMPRESS_PROTOCOL_GUID \
- { 0x9a44198e, 0xa4a2, 0x44e6, 0x8a, 0x1f, 0x39, 0xbe, 0xfd, 0xac, 0x89, 0x6f }
+ { 0x9a44198e, 0xa4a2, 0x44e6, {0x8a, 0x1f, 0x39, 0xbe, 0xfd, 0xac, 0x89, 0x6f} }
EFI_FORWARD_DECLARATION (EFI_CUSTOMIZED_DECOMPRESS_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h b/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h
index 3c684568eb..ff311ee4de 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/DebugAssert.h
@@ -25,7 +25,7 @@ Abstract:
#define EFI_DEBUG_ASSERT_PROTOCOL_GUID \
- { 0xbe499c92, 0x7d4b, 0x11d4, 0xbc, 0xee, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 }
+ { 0xbe499c92, 0x7d4b, 0x11d4, {0xbc, 0xee, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81} }
//
// Forward reference for pure ANSI compatability
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h b/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
index 8cf3bb1d4f..78a2dd8aa4 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/DebugMask/DebugMask.h
@@ -27,7 +27,7 @@ Abstract:
//4C8A2451-C207-405b-9694-99EA13251341
//
#define EFI_DEBUG_MASK_PROTOCOL_GUID \
- { 0x4c8a2451, 0xc207, 0x405b, 0x96, 0x94, 0x99, 0xea, 0x13, 0x25, 0x13, 0x41 }
+ { 0x4c8a2451, 0xc207, 0x405b, {0x96, 0x94, 0x99, 0xea, 0x13, 0x25, 0x13, 0x41} }
#define EFI_DEBUG_MASK_REVISION 0x00010000
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/DiskInfo.h b/EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/DiskInfo.h
index 5976d05f8c..7f1dab59cc 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/DiskInfo.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/DiskInfo.h
@@ -26,7 +26,7 @@ Abstract:
#define EFI_DISK_INFO_PROTOCOL_GUID \
{ \
- 0xd432a67f, 0x14dc, 0x484b, 0xb3, 0xbb, 0x3f, 0x2, 0x91, 0x84, 0x93, 0x27 \
+ 0xd432a67f, 0x14dc, 0x484b, {0xb3, 0xbb, 0x3f, 0x2, 0x91, 0x84, 0x93, 0x27} \
}
EFI_FORWARD_DECLARATION (EFI_DISK_INFO_PROTOCOL);
@@ -145,25 +145,25 @@ EFI_STATUS
//
#define EFI_DISK_INFO_IDE_INTERFACE_GUID \
{ \
- 0x5e948fe3, 0x26d3, 0x42b5, 0xaf, 0x17, 0x61, 0x2, 0x87, 0x18, 0x8d, 0xec \
+ 0x5e948fe3, 0x26d3, 0x42b5, {0xaf, 0x17, 0x61, 0x2, 0x87, 0x18, 0x8d, 0xec} \
}
extern EFI_GUID gEfiDiskInfoIdeInterfaceGuid;
#define EFI_DISK_INFO_SCSI_INTERFACE_GUID \
{ \
- 0x8f74baa, 0xea36, 0x41d9, 0x95, 0x21, 0x21, 0xa7, 0xf, 0x87, 0x80, 0xbc \
+ 0x8f74baa, 0xea36, 0x41d9, {0x95, 0x21, 0x21, 0xa7, 0xf, 0x87, 0x80, 0xbc} \
}
extern EFI_GUID gEfiDiskInfoScsiInterfaceGuid;
#define EFI_DISK_INFO_USB_INTERFACE_GUID \
{ \
- 0xcb871572, 0xc11a, 0x47b5, 0xb4, 0x92, 0x67, 0x5e, 0xaf, 0xa7, 0x77, 0x27 \
+ 0xcb871572, 0xc11a, 0x47b5, {0xb4, 0x92, 0x67, 0x5e, 0xaf, 0xa7, 0x77, 0x27} \
}
extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid;
#define EFI_DISK_INFO_AHCI_INTERFACE_GUID \
{ \
- 0x9e498932, 0x4abc, 0x45af, 0xa3, 0x4d, 0x2, 0x47, 0x78, 0x7b, 0xe7, 0xc6 \
+ 0x9e498932, 0x4abc, 0x45af, {0xa3, 0x4d, 0x2, 0x47, 0x78, 0x7b, 0xe7, 0xc6} \
}
extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h b/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h
index e49ece806b..315b997711 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/Dpc/Dpc.h
@@ -29,7 +29,7 @@ Revision History
// DPC Protocol GUID value
//
#define EFI_DPC_PROTOCOL_GUID \
- { 0x480f8ae9, 0xc46, 0x4aa9, 0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6 }
+ { 0x480f8ae9, 0xc46, 0x4aa9, {0xbc, 0x89, 0xdb, 0x9f, 0xba, 0x61, 0x98, 0x6} }
//
// Forward reference for pure ANSI compatability
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/EfiOemBadging/EfiOemBadging.h b/EdkCompatibilityPkg/Foundation/Protocol/EfiOemBadging/EfiOemBadging.h
index 6a6acd53b8..15559e561d 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/EfiOemBadging/EfiOemBadging.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/EfiOemBadging/EfiOemBadging.h
@@ -28,7 +28,7 @@ Revision History
// GUID for EFI OEM Badging Protocol
//
#define EFI_OEM_BADGING_PROTOCOL_GUID \
- { 0x170e13c0, 0xbf1b, 0x4218, 0x87, 0x1d, 0x2a, 0xbd, 0xc6, 0xf8, 0x87, 0xbc }
+ { 0x170e13c0, 0xbf1b, 0x4218, {0x87, 0x1d, 0x2a, 0xbd, 0xc6, 0xf8, 0x87, 0xbc} }
EFI_FORWARD_DECLARATION (EFI_OEM_BADGING_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/ExtendedSalBootService.h b/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/ExtendedSalBootService.h
index b87b063945..18898e87a8 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/ExtendedSalBootService.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalBootService/ExtendedSalBootService.h
@@ -26,7 +26,7 @@ Abstract:
#define EXTENDED_SAL_BOOT_SERVICE_PROTOCOL_GUID \
- {0xde0ee9a4,0x3c7a,0x44f2,0xb7,0x8b,0xe3,0xcc,0xd6,0x9c,0x3a,0xf7}
+ {0xde0ee9a4,0x3c7a,0x44f2,{0xb7,0x8b,0xe3,0xcc,0xd6,0x9c,0x3a,0xf7}}
#define EXTENDED_SAL_SIGNATURE EFI_SIGNATURE_32('e', 's', 'a', 'l')
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h b/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h
index 44361c19b7..70b6b03481 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h
@@ -26,67 +26,67 @@ Abstract:
//
#define EFI_EXTENDED_SAL_BASE_IO_SERVICES_PROTOCOL_GUID \
- { 0x5aea42b5, 0x31e1, 0x4515, 0xbc, 0x31, 0xb8, 0xd5, 0x25, 0x75, 0x65, 0xa6 }
+ { 0x5aea42b5, 0x31e1, 0x4515, {0xbc, 0x31, 0xb8, 0xd5, 0x25, 0x75, 0x65, 0xa6} }
#define EFI_EXTENDED_SAL_STALL_SERVICES_PROTOCOL_GUID \
- { 0x53a58d06, 0xac27, 0x4d8c, 0xb5, 0xe9, 0xf0, 0x8a, 0x80, 0x65, 0x41, 0x70 }
+ { 0x53a58d06, 0xac27, 0x4d8c, {0xb5, 0xe9, 0xf0, 0x8a, 0x80, 0x65, 0x41, 0x70} }
#define EFI_EXTENDED_SAL_LOCK_SERVICES_PROTOCOL_GUID \
- { 0x76b75c23, 0xfe4f, 0x4e17, 0xa2, 0xad, 0x1a, 0x65, 0x3d, 0xbb, 0x49, 0x4a }
+ { 0x76b75c23, 0xfe4f, 0x4e17, {0xa2, 0xad, 0x1a, 0x65, 0x3d, 0xbb, 0x49, 0x4a} }
#define EFI_EXTENDED_SAL_VIRTUAL_SERVICES_PROTOCOL_GUID \
- { 0xc1a74056, 0x260e, 0x4871, 0xa0, 0x31, 0xe6, 0x45, 0xa6, 0x5b, 0x6e, 0x11 }
+ { 0xc1a74056, 0x260e, 0x4871, {0xa0, 0x31, 0xe6, 0x45, 0xa6, 0x5b, 0x6e, 0x11} }
#define EFI_EXTENDED_SAL_RTC_SERVICES_PROTOCOL_GUID \
- { 0x7e97a470, 0xefdb, 0x4d02, 0x8f, 0xce, 0x61, 0x90, 0xd2, 0x7b, 0xa2, 0x96 }
+ { 0x7e97a470, 0xefdb, 0x4d02, {0x8f, 0xce, 0x61, 0x90, 0xd2, 0x7b, 0xa2, 0x96} }
#define EFI_EXTENDED_SAL_VARIABLE_SERVICES_PROTOCOL_GUID \
- { 0x4ecb6c53, 0xc641, 0x4370, 0x8c, 0xb2, 0x3b, 0x0e, 0x49, 0x6e, 0x83, 0x78 }
+ { 0x4ecb6c53, 0xc641, 0x4370, {0x8c, 0xb2, 0x3b, 0x0e, 0x49, 0x6e, 0x83, 0x78} }
#define EFI_EXTENDED_SAL_MTC_SERVICES_PROTOCOL_GUID \
- { 0x899afd18, 0x75e8, 0x408b, 0xa4, 0x1a, 0x6e, 0x2e, 0x7e, 0xcd, 0xf4, 0x54 }
+ { 0x899afd18, 0x75e8, 0x408b, {0xa4, 0x1a, 0x6e, 0x2e, 0x7e, 0xcd, 0xf4, 0x54} }
#define EFI_EXTENDED_SAL_RESET_SERVICES_PROTOCOL_GUID \
- { 0x7d019990, 0x8ce1, 0x46f5, 0xa7, 0x76, 0x3c, 0x51, 0x98, 0x67, 0x6a, 0xa0 }
+ { 0x7d019990, 0x8ce1, 0x46f5, {0xa7, 0x76, 0x3c, 0x51, 0x98, 0x67, 0x6a, 0xa0} }
#define EFI_EXTENDED_SAL_STATUS_CODE_SERVICES_PROTOCOL_GUID \
- { 0xdbd91d, 0x55e9, 0x420f, 0x96, 0x39, 0x5e, 0x9f, 0x84, 0x37, 0xb4, 0x4f }
+ { 0xdbd91d, 0x55e9, 0x420f, {0x96, 0x39, 0x5e, 0x9f, 0x84, 0x37, 0xb4, 0x4f} }
#define EFI_EXTENDED_SAL_FV_BLOCK_SERVICES_PROTOCOL_GUID \
- { 0xa2271df1, 0xbcbb, 0x4f1d, 0x98, 0xa9, 0x06, 0xbc, 0x17, 0x2f, 0x07, 0x1a }
+ { 0xa2271df1, 0xbcbb, 0x4f1d, {0x98, 0xa9, 0x06, 0xbc, 0x17, 0x2f, 0x07, 0x1a} }
#define EFI_EXTENDED_SAL_MP_SERVICES_PROTOCOL_GUID \
- { 0x697d81a2, 0xcf18, 0x4dc0, 0x9e, 0x0d, 0x06, 0x11, 0x3b, 0x61, 0x8a, 0x3f }
+ { 0x697d81a2, 0xcf18, 0x4dc0, {0x9e, 0x0d, 0x06, 0x11, 0x3b, 0x61, 0x8a, 0x3f} }
#define EFI_EXTENDED_SAL_PAL_SERVICES_PROTOCOL_GUID \
- { 0xe1cd9d21, 0x0fc2, 0x438d, 0x97, 0x03, 0x04, 0xe6, 0x6d, 0x96, 0x1e, 0x57 }
+ { 0xe1cd9d21, 0x0fc2, 0x438d, {0x97, 0x03, 0x04, 0xe6, 0x6d, 0x96, 0x1e, 0x57} }
#define EFI_EXTENDED_SAL_BASE_SERVICES_PROTOCOL_GUID \
- { 0xd9e9fa06, 0x0fe0, 0x41c3, 0x96, 0xfb, 0x83, 0x42, 0x5a, 0x33, 0x94, 0xf8 }
+ { 0xd9e9fa06, 0x0fe0, 0x41c3, {0x96, 0xfb, 0x83, 0x42, 0x5a, 0x33, 0x94, 0xf8} }
#define EFI_EXTENDED_SAL_MCA_SERVICES_PROTOCOL_GUID \
- { 0x2a591128, 0x6cc7, 0x42b1, 0x8a, 0xf0, 0x58, 0x93, 0x3b, 0x68, 0x2d, 0xbb }
+ { 0x2a591128, 0x6cc7, 0x42b1, {0x8a, 0xf0, 0x58, 0x93, 0x3b, 0x68, 0x2d, 0xbb} }
#define EFI_EXTENDED_SAL_PCI_SERVICES_PROTOCOL_GUID \
- { 0xa46b1a31, 0xad66, 0x4905, 0x92, 0xf6, 0x2b, 0x46, 0x59, 0xdc, 0x30, 0x63 }
+ { 0xa46b1a31, 0xad66, 0x4905, {0x92, 0xf6, 0x2b, 0x46, 0x59, 0xdc, 0x30, 0x63} }
#define EFI_EXTENDED_SAL_CACHE_SERVICES_PROTOCOL_GUID \
- { 0xedc9494, 0x2743, 0x4ba5, 0x88, 0x18, 0x0a, 0xef, 0x52, 0x13, 0xf1, 0x88 }
+ { 0xedc9494, 0x2743, 0x4ba5, {0x88, 0x18, 0x0a, 0xef, 0x52, 0x13, 0xf1, 0x88} }
#define EFI_EXTENDED_SAL_MCA_LOG_SERVICES_PROTOCOL_GUID \
- { 0xcb3fd86e, 0x38a3, 0x4c03, 0x9a, 0x5c, 0x90, 0xcf, 0xa3, 0xa2, 0xab, 0x7a }
+ { 0xcb3fd86e, 0x38a3, 0x4c03, {0x9a, 0x5c, 0x90, 0xcf, 0xa3, 0xa2, 0xab, 0x7a} }
#define EFI_EXTENDED_SAL_ELOG_SERVICES_PROTOCOL_GUID \
- { 0xd5e4ee5f, 0x3e0a, 0x453c, 0xa7, 0x25, 0xb6, 0x92, 0xbb, 0x6, 0x36, 0x5a }
+ { 0xd5e4ee5f, 0x3e0a, 0x453c, {0xa7, 0x25, 0xb6, 0x92, 0xbb, 0x6, 0x36, 0x5a} }
#define EFI_EXTENDED_SAL_SENSOR_SERVICES_PROTOCOL_GUID \
- { 0x4a153b6e, 0x85a1, 0x4982, 0x98, 0xf4, 0x6a, 0x8c, 0xfc, 0xa4, 0xab, 0xa1 }
+ { 0x4a153b6e, 0x85a1, 0x4982, {0x98, 0xf4, 0x6a, 0x8c, 0xfc, 0xa4, 0xab, 0xa1} }
#define EFI_EXTENDED_SAL_SM_COM_LAYER_SERVICES_PROTOCOL_GUID \
- { 0x4356799, 0x81b7, 0x4e08, 0xa3, 0x8d, 0xd9, 0x78, 0xfa, 0x47, 0xba, 0x42 }
+ { 0x4356799, 0x81b7, 0x4e08, {0xa3, 0x8d, 0xd9, 0x78, 0xfa, 0x47, 0xba, 0x42} }
#define EFI_EXTENDED_SAL_SST_GUID \
- { 0x38802700, 0x868a, 0x4b4e, 0x81, 0xd4, 0x4f, 0x1b, 0xdc, 0xcf, 0xb4, 0x6f }
+ { 0x38802700, 0x868a, 0x4b4e, {0x81, 0xd4, 0x4f, 0x1b, 0xdc, 0xcf, 0xb4, 0x6f} }
//
// Extended Sal Proc Function IDs.
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/FaultTolerantWriteLite/FaultTolerantWriteLite.h b/EdkCompatibilityPkg/Foundation/Protocol/FaultTolerantWriteLite/FaultTolerantWriteLite.h
index efd1b7563f..14865a9cf3 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/FaultTolerantWriteLite/FaultTolerantWriteLite.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/FaultTolerantWriteLite/FaultTolerantWriteLite.h
@@ -24,7 +24,7 @@ Abstract:
#define _FW_FAULT_TOLERANT_WRITE_LITE_PROTOCOL_H_
#define EFI_FTW_LITE_PROTOCOL_GUID \
-{ 0x3f557189, 0x8dae, 0x45ae, 0xa0, 0xb3, 0x2b, 0x99, 0xca, 0x7a, 0xa7, 0xa0 }
+{ 0x3f557189, 0x8dae, 0x45ae, {0xa0, 0xb3, 0x2b, 0x99, 0xca, 0x7a, 0xa7, 0xa0} }
//
// Forward reference for pure ANSI compatability
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/FirmwareVolumeDispatch/FirmwareVolumeDispatch.h b/EdkCompatibilityPkg/Foundation/Protocol/FirmwareVolumeDispatch/FirmwareVolumeDispatch.h
index e23a94116a..73488ef54b 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/FirmwareVolumeDispatch/FirmwareVolumeDispatch.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/FirmwareVolumeDispatch/FirmwareVolumeDispatch.h
@@ -27,7 +27,7 @@ Abstract:
#define __FIRMWARE_VOLUME_DISPATCH_H__
#define EFI_FIRMWARE_VOLUME_DISPATCH_PROTOCOL_GUID \
- { 0x7aa35a69, 0x506c, 0x444f, 0xa7, 0xaf, 0x69, 0x4b, 0xf5, 0x6f, 0x71, 0xc8 }
+ { 0x7aa35a69, 0x506c, 0x444f, {0xa7, 0xaf, 0x69, 0x4b, 0xf5, 0x6f, 0x71, 0xc8} }
extern EFI_GUID gEfiFirmwareVolumeDispatchProtocolGuid;
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h b/EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h
index 6463d531c3..785ec85224 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/FvbExtension/FvbExtension.h
@@ -23,7 +23,7 @@ Abstract:
#define _FVB_EXTENSION_H_
#define EFI_FVB_EXTENSION_PROTOCOL_GUID \
- {0x53a4c71b, 0xb581, 0x4170, 0x91, 0xb3, 0x8d, 0xb8, 0x7a, 0x4b, 0x5c, 0x46 }
+ {0x53a4c71b, 0xb581, 0x4170, {0x91, 0xb3, 0x8d, 0xb8, 0x7a, 0x4b, 0x5c, 0x46} }
EFI_FORWARD_DECLARATION (EFI_FVB_EXTENSION_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/GenericMemoryTest.h b/EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/GenericMemoryTest.h
index 9d9f3433f3..47ae9632c3 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/GenericMemoryTest.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/GenericMemoryTest.h
@@ -24,7 +24,7 @@ Abstract:
#define __GENERIC_MEMORY_TEST_H__
#define EFI_GENERIC_MEMORY_TEST_PROTOCOL_GUID \
- { 0x309de7f1, 0x7f5e, 0x4ace, 0xb4, 0x9c, 0x53, 0x1b, 0xe5, 0xaa, 0x95, 0xef}
+ { 0x309de7f1, 0x7f5e, 0x4ace, {0xb4, 0x9c, 0x53, 0x1b, 0xe5, 0xaa, 0x95, 0xef}}
EFI_FORWARD_DECLARATION (EFI_GENERIC_MEMORY_TEST_PROTOCOL);
@@ -151,4 +151,4 @@ struct _EFI_GENERIC_MEMORY_TEST_PROTOCOL {
};
extern EFI_GUID gEfiGenericMemTestProtocolGuid;
-#endif \ No newline at end of file
+#endif
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/GuidedSectionExtraction/GuidedSectionExtraction.h b/EdkCompatibilityPkg/Foundation/Protocol/GuidedSectionExtraction/GuidedSectionExtraction.h
index 9451674d62..661c8bbf0c 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/GuidedSectionExtraction/GuidedSectionExtraction.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/GuidedSectionExtraction/GuidedSectionExtraction.h
@@ -37,7 +37,7 @@ Abstract:
//
#define EFI_CRC32_GUIDED_SECTION_EXTRACTION_PROTOCOL_GUID \
{ \
- 0xFC1BCDB0, 0x7D31, 0x49aa, 0x93, 0x6A, 0xA4, 0x60, 0x0D, 0x9D, 0xD0, 0x83 \
+ 0xFC1BCDB0, 0x7D31, 0x49aa, {0x93, 0x6A, 0xA4, 0x60, 0x0D, 0x9D, 0xD0, 0x83} \
}
//
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/IsaAcpi.h b/EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/IsaAcpi.h
index e9c879bf73..722a6a9829 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/IsaAcpi.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/IsaAcpi/IsaAcpi.h
@@ -25,7 +25,7 @@ Revision History
#define _ISA_ACPI_H_
#define EFI_ISA_ACPI_PROTOCOL_GUID \
- {0x64a892dc, 0x5561, 0x4536, 0x92, 0xc7, 0x79, 0x9b, 0xfc, 0x18, 0x33, 0x55}
+ {0x64a892dc, 0x5561, 0x4536, {0x92, 0xc7, 0x79, 0x9b, 0xfc, 0x18, 0x33, 0x55}}
EFI_FORWARD_DECLARATION (EFI_ISA_ACPI);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.h b/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.h
index 5453bc0fce..bedcf5a376 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/IsaIo.h
@@ -92,7 +92,7 @@ typedef enum {
//
#define EFI_ISA_IO_PROTOCOL_GUID \
- { 0x7ee2bd44, 0x3da0, 0x11d4, 0x9a, 0x38, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
+ { 0x7ee2bd44, 0x3da0, 0x11d4, {0x9a, 0x38, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
EFI_FORWARD_DECLARATION (EFI_ISA_IO_PROTOCOL);
@@ -202,7 +202,7 @@ extern EFI_GUID gEfiIsaIoProtocolGuid;
//
#define EFI_LIGHT_ISA_IO_PROTOCOL_GUID \
- { 0x7cc7ed80, 0x9a68, 0x4781, 0x80, 0xe4, 0xda, 0x16, 0x99, 0x10, 0x5a, 0xfe }
+ { 0x7cc7ed80, 0x9a68, 0x4781, {0x80, 0xe4, 0xda, 0x16, 0x99, 0x10, 0x5a, 0xfe} }
EFI_FORWARD_DECLARATION (EFI_LIGHT_ISA_IO_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h b/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h
index e70275d92a..3e709fe4d1 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/LegacyBiosThunk/LegacyBiosThunk.h
@@ -43,7 +43,7 @@ Revision History
#define EFI_LEGACY_BIOS_THUNK_PROTOCOL_GUID \
{ \
- 0x4c51a7ba, 0x7195, 0x442d, 0x87, 0x92, 0xbe, 0xea, 0x6e, 0x2f, 0xf6, 0xec \
+ 0x4c51a7ba, 0x7195, 0x442d, {0x87, 0x92, 0xbe, 0xea, 0x6e, 0x2f, 0xf6, 0xec} \
}
EFI_FORWARD_DECLARATION (EFI_LEGACY_BIOS_THUNK_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/LoadPe32Image/LoadPe32Image.h b/EdkCompatibilityPkg/Foundation/Protocol/LoadPe32Image/LoadPe32Image.h
index 5cbc0e129e..62f8717f0d 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/LoadPe32Image/LoadPe32Image.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/LoadPe32Image/LoadPe32Image.h
@@ -23,7 +23,7 @@ Abstract:
#define _LOAD_PE32_IMAGE_H_
#define PE32_IMAGE_PROTOCOL_GUID \
- {0x5cb5c776,0x60d5,0x45ee,0x88,0x3c,0x45,0x27,0x8,0xcd,0x74,0x3f }
+ {0x5cb5c776,0x60d5,0x45ee,{0x88,0x3c,0x45,0x27,0x8,0xcd,0x74,0x3f} }
#define EFI_LOAD_PE_IMAGE_ATTRIBUTE_NONE 0x00
#define EFI_LOAD_PE_IMAGE_ATTRIBUTE_RUNTIME_REGISTRATION 0x01
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/NicIp4Config.h b/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/NicIp4Config.h
index 76e4255b9d..4da47c9de0 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/NicIp4Config.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/NicIp4Config.h
@@ -23,10 +23,10 @@ Abstract:
#include EFI_PROTOCOL_DEFINITION (Ip4Config)
#define EFI_NIC_IP4_CONFIG_PROTOCOL_GUID \
- {0xdca3d4d, 0x12da, 0x4728, 0xbf, 0x7e, 0x86, 0xce, 0xb9, 0x28, 0xd0, 0x67}
+ {0xdca3d4d, 0x12da, 0x4728, {0xbf, 0x7e, 0x86, 0xce, 0xb9, 0x28, 0xd0, 0x67}}
#define EFI_NIC_IP4_CONFIG_VARIABLE_GUID \
- {0xd8944553, 0xc4dd, 0x41f4, 0x9b, 0x30, 0xe1, 0x39, 0x7c, 0xfb, 0x26, 0x7b}
+ {0xd8944553, 0xc4dd, 0x41f4, {0x9b, 0x30, 0xe1, 0x39, 0x7c, 0xfb, 0x26, 0x7b}}
#define EFI_NIC_IP4_CONFIG_VARIABLE L"EfiNicIp4ConfigVariable"
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h b/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h
index 62d230c018..bc8a0f29a0 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h
@@ -23,7 +23,7 @@ Abstract:
#define _PCI_HOTPLUG_REQUEST_H_
#define EFI_PCI_HOTPLUG_REQUEST_PROTOCOL_GUID \
-{0x19cb87ab,0x2cb9,0x4665,0x83,0x60,0xdd,0xcf,0x60,0x54,0xf7,0x9d}
+{0x19cb87ab,0x2cb9,0x4665,{0x83,0x60,0xdd,0xcf,0x60,0x54,0xf7,0x9d}}
typedef enum {
EfiPciHotPlugRequestAdd,
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h b/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
index 23b324ec8e..8cc3b2b2e3 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h
@@ -22,10 +22,10 @@ Abstract:
#define _EFI_PERFORMANCE_H_
#define EFI_PERFORMANCE_PROTOCOL_GUID \
- { 0xFFECFFFF, 0x923C, 0x14d2, 0x9E, 0x3F, 0x22, 0xA0, 0xC9, 0x69, 0x56, 0x3B }
+ { 0xFFECFFFF, 0x923C, 0x14d2, {0x9E, 0x3F, 0x22, 0xA0, 0xC9, 0x69, 0x56, 0x3B} }
#define EFI_NULL_GUID \
- { 0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
+ { 0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} }
EFI_FORWARD_DECLARATION (EFI_PERFORMANCE_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/PlatformMemTest.h b/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/PlatformMemTest.h
index fd51bd0d4f..2bd7aa49ae 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/PlatformMemTest.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/PlatformMemTest/PlatformMemTest.h
@@ -31,7 +31,7 @@ Abstract:
#define EFI_PLATFORM_MEMTEST_PROTOCOL_GUID \
- { 0x859ba18, 0x7dd7, 0x4ed7, 0xa8, 0x8e, 0x10, 0x9c, 0x63, 0x91, 0x7b, 0xdd }
+ { 0x859ba18, 0x7dd7, 0x4ed7, {0xa8, 0x8e, 0x10, 0x9c, 0x63, 0x91, 0x7b, 0xdd} }
//
// Forward reference for pure ANSI compatability
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Print/Print.h b/EdkCompatibilityPkg/Foundation/Protocol/Print/Print.h
index bdd9df19f4..db7b393ed6 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/Print/Print.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/Print/Print.h
@@ -23,7 +23,7 @@ Abstract:
#define _PPRINT_H_
#define EFI_PRINT_PROTOCOL_GUID \
- { 0xdf2d868e, 0x32fc, 0x4cf0, 0x8e, 0x6b, 0xff, 0xd9, 0x5d, 0x13, 0x43, 0xd0 }
+ { 0xdf2d868e, 0x32fc, 0x4cf0, {0x8e, 0x6b, 0xff, 0xd9, 0x5d, 0x13, 0x43, 0xd0} }
//
// Forward reference for pure ANSI compatability
@@ -48,4 +48,4 @@ struct _EFI_PRINT_PROTOCOL {
extern EFI_GUID gEfiPrintProtocolGuid;
-#endif \ No newline at end of file
+#endif
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h b/EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h
index 860bee4caf..213ce085fa 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/Ps2Policy/Ps2Policy.h
@@ -27,7 +27,7 @@ EFI_FORWARD_DECLARATION (EFI_PS2_POLICY_PROTOCOL);
#define EFI_PS2_POLICY_PROTOCOL_GUID \
{ \
- 0x4df19259, 0xdc71, 0x4d46, 0xbe, 0xf1, 0x35, 0x7b, 0xb5, 0x78, 0xc4, 0x18 \
+ 0x4df19259, 0xdc71, 0x4d46, {0xbe, 0xf1, 0x35, 0x7b, 0xb5, 0x78, 0xc4, 0x18} \
}
#define EFI_KEYBOARD_CAPSLOCK 0x0004
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/PxeDhcp4.h b/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/PxeDhcp4.h
index dc35bf2445..916bda7133 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/PxeDhcp4.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4/PxeDhcp4.h
@@ -27,7 +27,7 @@ Abstract:
//
#define EFI_PXE_DHCP4_PROTOCOL_GUID \
- { 0x03c4e624, 0xac28, 0x11d3, 0x9a, 0x2d, 0x00, 0x90, 0x29, 0x3f, 0xc1, 0x4d }
+ { 0x03c4e624, 0xac28, 0x11d3, {0x9a, 0x2d, 0x00, 0x90, 0x29, 0x3f, 0xc1, 0x4d} }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
//
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4CallBack/PxeDhcp4CallBack.h b/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4CallBack/PxeDhcp4CallBack.h
index d391d0be0e..2476bfae9d 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4CallBack/PxeDhcp4CallBack.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/PxeDhcp4CallBack/PxeDhcp4CallBack.h
@@ -27,7 +27,7 @@ Abstract:
//
#define EFI_PXE_DHCP4_CALLBACK_PROTOCOL_GUID \
-{ 0xc1544c01, 0x92a4, 0x4198, 0x8a, 0x84, 0x77, 0x85, 0x83, 0xc2, 0x36, 0x21 }
+{ 0xc1544c01, 0x92a4, 0x4198, {0x8a, 0x84, 0x77, 0x85, 0x83, 0xc2, 0x36, 0x21} }
//
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h b/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h
index dbac82eeb0..de064649f8 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/TcgService/TcgService.h
@@ -27,10 +27,10 @@ Abstract:
#include "EfiTpm.h"
#define EFI_TCG_PROTOCOL_GUID \
- {0xf541796d, 0xa62e, 0x4954, 0xa7, 0x75, 0x95, 0x84, 0xf6, 0x1b, 0x9c, 0xdd}
+ {0xf541796d, 0xa62e, 0x4954, {0xa7, 0x75, 0x95, 0x84, 0xf6, 0x1b, 0x9c, 0xdd}}
#define EFI_TCG_PLATFORM_PROTOCOL_GUID \
- { 0x8c4c9a41, 0xbf56, 0x4627, 0x9e, 0xa, 0xc8, 0x38, 0x6d, 0x66, 0x11, 0x5c }
+ { 0x8c4c9a41, 0xbf56, 0x4627, {0x9e, 0xa, 0xc8, 0x38, 0x6d, 0x66, 0x11, 0x5c} }
#define TSS_EVENT_DATA_MAX_SIZE 256
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/Tcp/Tcp.h b/EdkCompatibilityPkg/Foundation/Protocol/Tcp/Tcp.h
index 055af66ce4..2b2967b296 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/Tcp/Tcp.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/Tcp/Tcp.h
@@ -35,7 +35,7 @@ Revision History
//
#define EFI_TCP_PROTOCOL_GUID \
- { 0x02b3d5f2, 0xac28, 0x11d3, 0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d }
+ { 0x02b3d5f2, 0xac28, 0x11d3, {0x9a, 0x2d, 0x00, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
EFI_FORWARD_DECLARATION (EFI_TCP_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/TianoDecompress.h b/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/TianoDecompress.h
index a2b9011536..479932e1ff 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/TianoDecompress.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/TianoDecompress.h
@@ -23,7 +23,7 @@ Abstract:
#define _TIANO_DECOMPRESS_H_
#define EFI_TIANO_DECOMPRESS_PROTOCOL_GUID \
- { 0xe84cf29c, 0x191f, 0x4eae, 0x96, 0xe1, 0xf4, 0x6a, 0xec, 0xea, 0xea, 0x0b }
+ { 0xe84cf29c, 0x191f, 0x4eae, {0x96, 0xe1, 0xf4, 0x6a, 0xec, 0xea, 0xea, 0x0b} }
EFI_FORWARD_DECLARATION (EFI_TIANO_DECOMPRESS_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h b/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h
index d415a49904..026fb75093 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/UgaSplash.h
@@ -29,7 +29,7 @@ Abstract:
#define EFI_UGA_SPLASH_PROTOCOL_GUID \
- { 0xa45b3a0d, 0x2e55, 0x4c03, 0xad, 0x9c, 0x27, 0xd4, 0x82, 0xb, 0x50, 0x7e }
+ { 0xa45b3a0d, 0x2e55, 0x4c03, {0xad, 0x9c, 0x27, 0xd4, 0x82, 0xb, 0x50, 0x7e} }
typedef struct _EFI_UGA_SPLASH_PROTOCOL EFI_UGA_SPLASH_PROTOCOL;
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/UsbAtapi/UsbAtapi.h b/EdkCompatibilityPkg/Foundation/Protocol/UsbAtapi/UsbAtapi.h
index aee4084a96..64e0f1cb3c 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/UsbAtapi/UsbAtapi.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/UsbAtapi/UsbAtapi.h
@@ -46,7 +46,7 @@ Revision History
// Global GUID for transfer protocol interface
//
#define EFI_USB_ATAPI_PROTOCOL_GUID \
- { 0x2B2F68DA, 0x0CD2, 0x44cf, 0x8E, 0x8B, 0xBB, 0xA2, 0x0B, 0x1B, 0x5B, 0x75 }
+ { 0x2B2F68DA, 0x0CD2, 0x44cf, {0x8E, 0x8B, 0xBB, 0xA2, 0x0B, 0x1B, 0x5B, 0x75} }
EFI_FORWARD_DECLARATION (EFI_USB_ATAPI_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/VariableStore/VariableStore.h b/EdkCompatibilityPkg/Foundation/Protocol/VariableStore/VariableStore.h
index f655bd4269..fedf5dfc25 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/VariableStore/VariableStore.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/VariableStore/VariableStore.h
@@ -33,7 +33,7 @@ Revision History
// Variable Store Device protocol
//
#define EFI_VARIABLE_STORE_PROTOCOL_GUID \
- { 0xf088cd91, 0xa046, 0x11d2, 0x8e, 0x42, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b }
+ { 0xf088cd91, 0xa046, 0x11d2, {0x8e, 0x42, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b} }
EFI_FORWARD_DECLARATION (EFI_VARIABLE_STORE_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/VgaMiniPort.h b/EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/VgaMiniPort.h
index 7d6ad3d374..8e4fc83ca6 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/VgaMiniPort.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/VgaMiniPort.h
@@ -25,7 +25,7 @@ Abstract:
#define EFI_VGA_MINI_PORT_PROTOCOL_GUID \
{ \
- 0xc7735a2f, 0x88f5, 0x4882, 0xae, 0x63, 0xfa, 0xac, 0x8c, 0x8b, 0x86, 0xb3 \
+ 0xc7735a2f, 0x88f5, 0x4882, {0xae, 0x63, 0xfa, 0xac, 0x8c, 0x8b, 0x86, 0xb3} \
}
EFI_FORWARD_DECLARATION (EFI_VGA_MINI_PORT_PROTOCOL);
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/VirtualMemoryAccess.h b/EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/VirtualMemoryAccess.h
index 4000315e1f..7f40649325 100644
--- a/EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/VirtualMemoryAccess.h
+++ b/EdkCompatibilityPkg/Foundation/Protocol/VirtualMemoryAccess/VirtualMemoryAccess.h
@@ -22,7 +22,7 @@ Abstract:
#define _VIRTUAL_MEMORY_ACCESS_H_
#define EFI_VIRTUAL_MEMORY_ACCESS_PROTOCOL_GUID \
- {0x745d377a, 0xb988, 0x47b2, 0xb1, 0x8f, 0xbb, 0xc8, 0xd, 0xc5, 0x66, 0x98}
+ {0x745d377a, 0xb988, 0x47b2, {0xb1, 0x8f, 0xbb, 0xc8, 0xd, 0xc5, 0x66, 0x98}}
EFI_FORWARD_DECLARATION (EFI_VIRTUAL_MEMORY_ACCESS_PROTOCOL);