]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772b.inf
OptionRomPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OptionRomPkg / Bus / Usb / UsbNetworking / Ax88772b / Ax88772b.inf
CommitLineData
4986bbaf 1## @file\r
7f556e4d 2# Component description file for ASIX AX88772 USB/Ethernet driver.\r
3#\r
4# This module provides support for the ASIX AX88772 USB/Ethernet adapter.\r
8d27b54b 5# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
7f556e4d 6#\r
4986bbaf 7# This program and the accompanying materials\r
7f556e4d 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
4986bbaf 15##\r
7f556e4d 16\r
17[Defines]\r
4986bbaf 18 INF_VERSION = 0x00010018\r
7f556e4d 19 BASE_NAME = Ax88772b\r
20 FILE_GUID = 95C8D770-E1A4-4422-B263-E32F14FD8186\r
21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
22 VERSION_STRING = 1.0\r
23\r
24 ENTRY_POINT = EntryPoint\r
25\r
26#\r
8d27b54b 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
7f556e4d 28#\r
29\r
30[Sources.common]\r
31 Ax88772.h\r
32 Ax88772.c\r
33 ComponentName.c\r
34 DriverBinding.c\r
35 SimpleNetwork.c\r
36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiLib\r
44 UefiBootServicesTableLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 UefiRuntimeLib\r
48 UefiDriverEntryPoint\r
49\r
4986bbaf
YP
50[Protocols] \r
51 gEfiDevicePathProtocolGuid ## BY_START\r
52 gEfiSimpleNetworkProtocolGuid ## BY_START\r
7f556e4d 53 gEfiUsbIoProtocolGuid ## TO_START\r
54\r
7f556e4d 55[Depex]\r
56 gEfiBdsArchProtocolGuid AND\r
57 gEfiCpuArchProtocolGuid AND\r
58 gEfiMetronomeArchProtocolGuid AND\r
59 gEfiMonotonicCounterArchProtocolGuid AND\r
60 gEfiRealTimeClockArchProtocolGuid AND\r
61 gEfiResetArchProtocolGuid AND\r
62 gEfiRuntimeArchProtocolGuid AND\r
63 gEfiSecurityArchProtocolGuid AND\r
64 gEfiTimerArchProtocolGuid AND\r
65 gEfiVariableWriteArchProtocolGuid AND\r
66 gEfiVariableArchProtocolGuid AND\r
67 gEfiWatchdogTimerArchProtocolGuid\r