]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/KeyMapLibNull/KeyMapLibNull.inf
EmulatorPkg: Remove all trailing whitespace
[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
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = KeyMapLibNull\r
22 FILE_GUID = 6B7067C7-A843-A34C-9530-48446963B740\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
d18d8a1d 25 LIBRARY_CLASS = KeyMapLib\r
949f388f 26\r
27[Sources]\r
28 KeyMapLibNull.c\r
29\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
bb89ec1a 33 EmulatorPkg/EmulatorPkg.dec\r
949f388f 34\r
35[LibraryClasses]\r
36 HobLib\r
37 DebugLib\r
38\r
39\r