]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / UefiBootServicesTableLib / UefiBootServicesTableLib.inf
CommitLineData
6bfbb5f0 1## @file\r
85ea851e 2# UEFI Boot Services Table Library implementation.\r
9095d37b
LG
3#\r
4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
e386b444 5#\r
9344f092 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
e386b444 7#\r
8#\r
6bfbb5f0 9##\r
e386b444 10\r
e386b444 11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = UefiBootServicesTableLib\r
c92c1790 14 MODULE_UNI_FILE = UefiBootServicesTableLib.uni\r
e386b444 15 FILE_GUID = ff5c7a2c-ab7a-4366-8616-11c6e53247b6\r
8335866b 16 MODULE_TYPE = UEFI_DRIVER\r
e386b444 17 VERSION_STRING = 1.0\r
3cb0a311 18 LIBRARY_CLASS = UefiBootServicesTableLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
e386b444 19\r
20 CONSTRUCTOR = UefiBootServicesTableLibConstructor\r
21\r
e386b444 22#\r
3cb0a311 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
e386b444 24#\r
25\r
6bfbb5f0 26[Sources]\r
e386b444 27 UefiBootServicesTableLib.c\r
e386b444 28\r
e386b444 29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32\r
e386b444 33[LibraryClasses]\r
34 DebugLib\r
35\r