]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixSnpDxe/UnixSnpDxe.inf
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / UnixPkg / UnixSnpDxe / UnixSnpDxe.inf
CommitLineData
2ff79f2e 1#/** @file\r
2# Component name for module UnixSnpDxe\r
3#\r
1b7edf0f 4# Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>\r
2ff79f2e 5#\r
1b7edf0f 6# This program and the accompanying materials\r
2ff79f2e 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = UnixSnpDxe\r
19 FILE_GUID = 20BAF49B-036D-4CA6-8FAF-583ED2737F95\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
25 ENTRY_POINT = InitializeUnixSnpDriver\r
26# UNLOAD_IMAGE = UnixSnpUnload\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 ComponentName.c\r
35 UnixSnp.h\r
36 UnixSnp.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 UnixPkg/UnixPkg.dec\r
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 gEfiUnixIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56\r
57[Guids]\r
58 gEfiUnixNetworkGuid # GUID ALWAYS_CONSUMED\r