]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / PlatformBootManagerLibNull / PlatformBootManagerLibNull.inf
1 ## @file
2 # Include all platform action which can be customized by IBV/OEM.
3 #
4 # Copyright (c) 2012 - 2015, 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 = PlatformBootManagerLib
12 MODULE_UNI_FILE = PlatformBootManagerLibNull.uni
13 FILE_GUID = 95C097CC-8943-4038-BB8A-1C70CF2E9F3C
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
17
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 PlatformBootManager.c
27
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec