1## @file 2# 3# Copyright (c) 2017, Linaro, Ltd. All rights reserved.<BR> 4# 5# This program and the accompanying materials are licensed and made 6# available under the terms and conditions of the BSD License which 7# accompanies this distribution. The full text of the license may be 8# found at http://opensource.org/licenses/bsd-license.php 9# 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 12# IMPLIED. 13# 14## 15 16[Defines] 17 INF_VERSION = 0x00010019 18 BASE_NAME = DtPlatformDxe 19 FILE_GUID = FC097B3C-2EBD-4A75-A3DA-121DCAB365CC 20 MODULE_TYPE = DXE_DRIVER 21 VERSION_STRING = 1.0 22 ENTRY_POINT = DtPlatformDxeEntryPoint 23 24# 25# The following information is for reference only and not required by the build tools. 26# 27# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 28# 29 30[Sources] 31 DtPlatformDxe.c 32 DtPlatformHii.vfr 33 DtPlatformHii.uni 34 35[Packages] 36 EmbeddedPkg/EmbeddedPkg.dec 37 MdePkg/MdePkg.dec 38 MdeModulePkg/MdeModulePkg.dec 39 40[LibraryClasses] 41 BaseLib 42 DebugLib 43 DtPlatformDtbLoaderLib 44 HiiLib 45 MemoryAllocationLib 46 UefiBootServicesTableLib 47 UefiDriverEntryPoint 48 UefiRuntimeServicesTableLib 49 50[Guids] 51 gDtPlatformFormSetGuid 52 gDtPlatformDefaultDtbFileGuid 53 gEdkiiPlatformHasAcpiGuid 54 gFdtTableGuid 55 56[Depex] 57 gEfiVariableArchProtocolGuid AND 58 gEfiVariableWriteArchProtocolGuid 59