Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Include/Guid
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Include/Guid/ShellLibHiiGuid.h
r58516 r77662 2 2 GUIDs for HII package list installed by Shell libraries. 3 3 4 Copyright (c) 2011 , Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials 6 6 are licensed and made available under the terms and conditions of the BSD License … … 55 55 0xf3d301bb, 0xf4a5, 0x45a8, { 0xb0, 0xb7, 0xfa, 0x99, 0x9c, 0x62, 0x37, 0xae } \ 56 56 } 57 58 #define SHELL_NETWORK2_HII_GUID \ 59 { \ 60 0x174b2b5, 0xf505, 0x4b12, { 0xaa, 0x60, 0x59, 0xdf, 0xf8, 0xd6, 0xea, 0x37 } \ 61 } 62 63 #define SHELL_TFTP_HII_GUID \ 64 { \ 65 0x738a9314, 0x82c1, 0x4592, { 0x8f, 0xf7, 0xc1, 0xbd, 0xf1, 0xb2, 0x0e, 0xd4 } \ 66 } 67 68 57 69 #define SHELL_BCFG_HII_GUID \ 58 70 { \ … … 68 80 extern EFI_GUID gShellLevel3HiiGuid; 69 81 extern EFI_GUID gShellNetwork1HiiGuid; 82 extern EFI_GUID gShellNetwork2HiiGuid; 83 extern EFI_GUID gShellTftpHiiGuid; 70 84 extern EFI_GUID gShellBcfgHiiGuid; 71 85
Note:
See TracChangeset
for help on using the changeset viewer.