TcgConfigHii.h 473 B

12345678910111213141516171819
  1. /** @file
  2. GUIDs used as HII FormSet and HII Package list GUID in TcgConfig driver.
  3. Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef __TCG_CONFIG_HII_GUID_H__
  7. #define __TCG_CONFIG_HII_GUID_H__
  8. #define TCG_CONFIG_FORM_SET_GUID \
  9. { \
  10. 0xb0f901e4, 0xc424, 0x45de, {0x90, 0x81, 0x95, 0xe2, 0xb, 0xde, 0x6f, 0xb5 } \
  11. }
  12. extern EFI_GUID gTcgConfigFormSetGuid;
  13. #endif