| 1 | ## @file |
| 2 | # edk2 package declaration for the test helper UEFI applications that run in |
| 3 | # guests. |
| 4 | # |
| 5 | # Copyright (C) 2019, Red Hat, Inc. |
| 6 | # |
| 7 | # This program and the accompanying materials are licensed and made available |
| 8 | # under the terms and conditions of the BSD License that accompanies this |
| 9 | # distribution. The full text of the license may be found at |
| 10 | # <http://opensource.org/licenses/bsd-license.php>. |
| 11 | # |
| 12 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT |
| 13 | # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. |
| 14 | ## |
| 15 | |
| 16 | [Defines] |
| 17 | DEC_SPECIFICATION = 1.27 |
| 18 | PACKAGE_NAME = UefiTestToolsPkg |
| 19 | PACKAGE_GUID = 7b3f1794-0c85-4b27-a536-44dbf0b0669c |
| 20 | PACKAGE_VERSION = 0.1 |
| 21 | |
| 22 | [Includes] |
| 23 | Include |
| 24 | |
| 25 | [Guids] |
| 26 | gBiosTablesTestGuid = {0x5478594e, 0xdfcb, 0x425f, {0x8e, 0x42, 0xc8, 0xaf, 0xf8, 0x8a, 0x88, 0x7a}} |
| 27 |