]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / KeyMapLibNull / KeyMapLibNull.inf
... / ...
CommitLineData
1## @file\r
2# A library to produce the global variable 'gEmuThunk'\r
3#\r
4# This library contains a single global variable 'gEmuThunk' along with a constructor to\r
5# initialize that global.\r
6# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
7# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
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
20 LIBRARY_CLASS = KeyMapLib\r
21\r
22[Sources]\r
23 KeyMapLibNull.c\r
24\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28 EmulatorPkg/EmulatorPkg.dec\r
29\r
30[LibraryClasses]\r
31 HobLib\r
32 DebugLib\r
33\r
34\r