]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/UnixSnpDxe/UnixSnpDxe.inf
Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator...
[mirror_edk2.git] / UnixPkg / UnixSnpDxe / UnixSnpDxe.inf
1 #/** @file
2 # Component name for module UnixSnpDxe
3 #
4 # Copyright (c) 2010, Apple, Inc. All rights reserved
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = UnixSnpDxe
19 FILE_GUID = 20BAF49B-036D-4CA6-8FAF-583ED2737F95
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 EDK_RELEASE_VERSION = 0x00020000
23 EFI_SPECIFICATION_VERSION = 0x00020000
24
25 ENTRY_POINT = InitializeUnixSnpDriver
26 # UNLOAD_IMAGE = UnixSnpUnload
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources.common]
34 ComponentName.c
35 UnixSnp.h
36 UnixSnp.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 UnixPkg/UnixPkg.dec
42
43 [LibraryClasses]
44 DevicePathLib
45 UefiLib
46 UefiBootServicesTableLib
47 BaseMemoryLib
48 DebugLib
49 UefiDriverEntryPoint
50 NetLib
51
52 [Protocols]
53 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
54 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
55 gEfiUnixIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56
57 [Guids]
58 gEfiUnixNetworkGuid # GUID ALWAYS_CONSUMED