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