]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf
EmulatorPkg: Removing ipf which is no longer supported from edk2.
[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
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EmuSnpDxe\r
20 FILE_GUID = 22597239-6107-DF44-AD3F-5F053E92222E\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = InitializeEmuSnpDriver\r
27# UNLOAD_IMAGE = EmuSnpUnload\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
ba6037f8 31# VALID_ARCHITECTURES = IA32 X64 EBC\r
572287f8 32#\r
33\r
34[Sources.common]\r
35 ComponentName.c\r
36 EmuSnpDxe.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
bb89ec1a 41 EmulatorPkg/EmulatorPkg.dec\r
572287f8 42\r
43[LibraryClasses]\r
44 DevicePathLib\r
45 UefiLib\r
46 UefiBootServicesTableLib\r
47 BaseMemoryLib\r
48 DebugLib\r
49 UefiDriverEntryPoint\r
50 NetLib\r
51\r
52[Protocols]\r
53 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEmuSnpProtocolGuid\r
56 gEmuIoThunkProtocolGuid\r
57\r
58\r