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