]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/Ax88772b.inf
OptionRomPkg: Replace BSD License with BSD+Patent License
[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
96ae5934 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7f556e4d 8#\r
4986bbaf 9##\r
7f556e4d 10\r
11[Defines]\r
4986bbaf 12 INF_VERSION = 0x00010018\r
7f556e4d 13 BASE_NAME = Ax88772b\r
14 FILE_GUID = 95C8D770-E1A4-4422-B263-E32F14FD8186\r
15 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
16 VERSION_STRING = 1.0\r
17\r
18 ENTRY_POINT = EntryPoint\r
19\r
20#\r
8d27b54b 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
7f556e4d 22#\r
23\r
24[Sources.common]\r
25 Ax88772.h\r
26 Ax88772.c\r
27 ComponentName.c\r
28 DriverBinding.c\r
29 SimpleNetwork.c\r
30\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 UefiLib\r
38 UefiBootServicesTableLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 UefiRuntimeLib\r
42 UefiDriverEntryPoint\r
43\r
4986bbaf
YP
44[Protocols] \r
45 gEfiDevicePathProtocolGuid ## BY_START\r
46 gEfiSimpleNetworkProtocolGuid ## BY_START\r
7f556e4d 47 gEfiUsbIoProtocolGuid ## TO_START\r
48\r
7f556e4d 49[Depex]\r
50 gEfiBdsArchProtocolGuid AND\r
51 gEfiCpuArchProtocolGuid AND\r
52 gEfiMetronomeArchProtocolGuid AND\r
53 gEfiMonotonicCounterArchProtocolGuid AND\r
54 gEfiRealTimeClockArchProtocolGuid AND\r
55 gEfiResetArchProtocolGuid AND\r
56 gEfiRuntimeArchProtocolGuid AND\r
57 gEfiSecurityArchProtocolGuid AND\r
58 gEfiTimerArchProtocolGuid AND\r
59 gEfiVariableWriteArchProtocolGuid AND\r
60 gEfiVariableArchProtocolGuid AND\r
61 gEfiWatchdogTimerArchProtocolGuid\r