]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PlatformBdsLibNull / PlatformBdsLibNull.inf
1 ## @file
2 # NULL implementation for PlatformBdsLib library class interfaces.
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = PlatformBdsLib
12 MODULE_UNI_FILE = PlatformBdsLib.uni
13 FILE_GUID = 143B5044-7C1B-4904-9778-EA16F1F3D554
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 BdsPlatform.c
26 PlatformData.c
27 BdsPlatform.h
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 MemoryAllocationLib
37 UefiBootServicesTableLib
38 BaseMemoryLib
39 DebugLib
40 PcdLib
41 GenericBdsLib