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