]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixSnpDxe/UnixSnpDxe.inf
Refine file header format to follow coding style.
[mirror_edk2.git] / UnixPkg / UnixSnpDxe / UnixSnpDxe.inf
CommitLineData
7a23f4bc 1## @file\r
2ff79f2e 2# Component name for module UnixSnpDxe\r
3#\r
1b7edf0f 4# Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>\r
46293a42 5# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
2ff79f2e 6#\r
1b7edf0f 7# This program and the accompanying materials\r
2ff79f2e 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
7a23f4bc 15##\r
2ff79f2e 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = UnixSnpDxe\r
20 FILE_GUID = 20BAF49B-036D-4CA6-8FAF-583ED2737F95\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
2ff79f2e 23\r
24 ENTRY_POINT = InitializeUnixSnpDriver\r
25# UNLOAD_IMAGE = UnixSnpUnload\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 ComponentName.c\r
34 UnixSnp.h\r
35 UnixSnp.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 UnixPkg/UnixPkg.dec\r
41\r
42[LibraryClasses]\r
43 DevicePathLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 UefiDriverEntryPoint\r
49 NetLib\r
50\r
51[Protocols]\r
52 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
53 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiUnixIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55\r
56[Guids]\r
57 gEfiUnixNetworkGuid # GUID ALWAYS_CONSUMED\r