1 ## @file 2 # 3 # Stateful, implicitly initialized fw_cfg library. 4 # 5 # Copyright (C) 2013 - 2014, Red Hat, Inc. 6 # Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR> 7 # 8 # This program and the accompanying materials are licensed and made available 9 # under the terms and conditions of the BSD License which accompanies this 10 # distribution. The full text of the license may be found at 11 # http://opensource.org/licenses/bsd-license.php 12 # 13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR 15 # IMPLIED. 16 # 17 ## 18 19 [Defines] 20 INF_VERSION = 0x00010005 21 BASE_NAME = QemuFwCfgLib 22 FILE_GUID = B271F41F-B841-48A9-BA8D-545B4BC2E2BF 23 MODULE_TYPE = BASE 24 VERSION_STRING = 1.0 25 LIBRARY_CLASS = QemuFwCfgLib|DXE_DRIVER 26 27 CONSTRUCTOR = QemuFwCfgInitialize 28 29 # 30 # The following information is for reference only and not required by the build 31 # tools. 32 # 33 # VALID_ARCHITECTURES = ARM AARCH64 34 # 35 36 [Sources] 37 QemuFwCfgLib.c 38 39 [Packages] 40 MdePkg/MdePkg.dec 41 OvmfPkg/OvmfPkg.dec 42 ArmVirtPkg/ArmVirtPkg.dec 43 44 [LibraryClasses] 45 BaseLib 46 BaseMemoryLib 47 DebugLib 48 IoLib 49 UefiBootServicesTableLib 50 51 [Protocols] 52 gFdtClientProtocolGuid ## CONSUMES 53 54 [Depex] 55 gFdtClientProtocolGuid 56