]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / EmuSnpDxe / EmuSnpDxe.inf
CommitLineData
572287f8 1#/** @file\r
2# Component name for module EmuSnpDxe\r
3#\r
ba6037f8 4# Copyright (c) 2018, 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
572287f8 36\r
37[LibraryClasses]\r
38 DevicePathLib\r
39 UefiLib\r
40 UefiBootServicesTableLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 UefiDriverEntryPoint\r
44 NetLib\r
45\r
46[Protocols]\r
47 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
48 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
49 gEmuSnpProtocolGuid\r
50 gEmuIoThunkProtocolGuid\r
51\r
52\r