]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.inf
Add MP support. Based on PcdEmuApCount APs (Application Processors) are created in...
[mirror_edk2.git] / InOsEmuPkg / Library / DxeEmuLib / DxeEmuLib.inf
CommitLineData
949f388f 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# 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 = DxeEmuLib\r
22 FILE_GUID = 31479AFD-B06F-4E4A-863B-A8F7E7710778\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = EmuThunkLib \r
26\r
27 CONSTRUCTOR = DxeEmuLibConstructor\r
28\r
29\r
30[Sources]\r
31 DxeEmuLib.c\r
32\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 InOsEmuPkg/InOsEmuPkg.dec\r
37\r
38[LibraryClasses]\r
39 HobLib\r
40 DebugLib\r
c4671a67 41 BaseMemoryLib\r
949f388f 42\r
43\r
44[Protocols]\r
45 gEmuThunkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
46\r