| 1 | ## @file |
| 2 | # Populate the BIOS_TABLES_TEST structure. |
| 3 | # |
| 4 | # Copyright (C) 2019, Red Hat, Inc. |
| 5 | # |
| 6 | # This program and the accompanying materials are licensed and made available |
| 7 | # under the terms and conditions of the BSD License that accompanies this |
| 8 | # distribution. The full text of the license may be found at |
| 9 | # <http://opensource.org/licenses/bsd-license.php>. |
| 10 | # |
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT |
| 12 | # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. |
| 13 | ## |
| 14 | |
| 15 | [Defines] |
| 16 | INF_VERSION = 1.27 |
| 17 | BASE_NAME = BiosTablesTest |
| 18 | UEFI_SPECIFICATION_VERSION = 2.31 |
| 19 | FILE_GUID = 87f00433-3b7c-45c3-ae78-a56495bd4e62 |
| 20 | MODULE_TYPE = UEFI_APPLICATION |
| 21 | ENTRY_POINT = BiosTablesTestMain |
| 22 | |
| 23 | [Sources] |
| 24 | BiosTablesTest.c |
| 25 | |
| 26 | [LibraryClasses] |
| 27 | BaseLib |
| 28 | BaseMemoryLib |
| 29 | MemoryAllocationLib |
| 30 | UefiApplicationEntryPoint |
| 31 | UefiBootServicesTableLib |
| 32 | UefiLib |
| 33 | |
| 34 | [Guids] |
| 35 | gBiosTablesTestGuid |
| 36 | gEfiAcpi10TableGuid |
| 37 | gEfiAcpi20TableGuid |
| 38 | gEfiSmbios3TableGuid |
| 39 | gEfiSmbiosTableGuid |
| 40 | |
| 41 | [Packages] |
| 42 | MdePkg/MdePkg.dec |
| 43 | UefiTestToolsPkg/UefiTestToolsPkg.dec |