Tcg2ConfigHii.h 480 B

12345678910111213141516171819
  1. /** @file
  2. GUIDs used as HII FormSet and HII Package list GUID in Tcg2Config driver.
  3. Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef __TCG2_CONFIG_HII_GUID_H__
  7. #define __TCG2_CONFIG_HII_GUID_H__
  8. #define TCG2_CONFIG_FORM_SET_GUID \
  9. { \
  10. 0x6339d487, 0x26ba, 0x424b, { 0x9a, 0x5d, 0x68, 0x7e, 0x25, 0xd7, 0x40, 0xbc } \
  11. }
  12. extern EFI_GUID gTcg2ConfigFormSetGuid;
  13. #endif