]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / KeyMapLibNull / KeyMapLibNull.inf
1 ## @file
2 # A library to produce the global variable 'gEmuThunk'
3 #
4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
5 # initialize that global.
6 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
7 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = KeyMapLibNull
17 FILE_GUID = 6B7067C7-A843-A34C-9530-48446963B740
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = KeyMapLib
21
22 [Sources]
23 KeyMapLibNull.c
24
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 EmulatorPkg/EmulatorPkg.dec
29
30 [LibraryClasses]
31 HobLib
32 DebugLib
33
34