## @file # NULL implementation for PlatformBdsLib library class interfaces. # # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = PlatformBdsLib MODULE_UNI_FILE = PlatformBdsLib.uni FILE_GUID = 143B5044-7C1B-4904-9778-EA16F1F3D554 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = IA32 X64 EBC # [Sources] BdsPlatform.c PlatformData.c BdsPlatform.h [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec [LibraryClasses] BaseLib MemoryAllocationLib UefiBootServicesTableLib BaseMemoryLib DebugLib PcdLib GenericBdsLib