]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmulatorPkg / EmuSnpDxe / EmuSnpDxe.inf
1 #/** @file
2 # Component name for module EmuSnpDxe
3 #
4 # Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #**/
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = EmuSnpDxe
14 FILE_GUID = 22597239-6107-DF44-AD3F-5F053E92222E
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 EDK_RELEASE_VERSION = 0x00020000
18 EFI_SPECIFICATION_VERSION = 0x00020000
19
20 ENTRY_POINT = InitializeEmuSnpDriver
21 # UNLOAD_IMAGE = EmuSnpUnload
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources.common]
29 ComponentName.c
30 EmuSnpDxe.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 EmulatorPkg/EmulatorPkg.dec
36 NetworkPkg/NetworkPkg.dec
37
38 [LibraryClasses]
39 DevicePathLib
40 UefiLib
41 UefiBootServicesTableLib
42 BaseMemoryLib
43 DebugLib
44 UefiDriverEntryPoint
45 NetLib
46
47 [Protocols]
48 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
49 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
50 gEmuSnpProtocolGuid
51 gEmuIoThunkProtocolGuid
52
53