Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

HiiFormMapMethodGuid.h 860B

12345678910111213141516171819202122232425
  1. /** @file
  2. Guid used to identify HII FormMap configuration method.
  3. Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
  4. This program and the accompanying materials
  5. are licensed and made available under the terms and conditions of the BSD License
  6. which accompanies this distribution. The full text of the license may be found at
  7. http://opensource.org/licenses/bsd-license.php
  8. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  10. @par Revision Reference:
  11. GUID defined in UEFI 2.2 spec.
  12. **/
  13. #ifndef __EFI_HII_FORMMAP_GUID_H__
  14. #define __EFI_HII_FORMMAP_GUID_H__
  15. #define EFI_HII_STANDARD_FORM_GUID \
  16. { 0x3bd2f4ec, 0xe524, 0x46e4, { 0xa9, 0xd8, 0x51, 0x1, 0x17, 0x42, 0x55, 0x62 } }
  17. extern EFI_GUID gEfiHiiStandardFormGuid;
  18. #endif