]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.inf
Ax88772: Add logic to separate packet, fix MTU issue. Ax88772b: Fix driver model...
[mirror_edk2.git] / OptionRomPkg / Bus / Usb / UsbNetworking / Ax88772 / Ax88772.inf
CommitLineData
c7907ba2 1## @file\r
8dde1f6e 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
4986bbaf 5# Copyright (c) 2011-2013, Intel Corporation. All rights reserved.<BR>\r
8dde1f6e 6#\r
bce3e2ab 7# This program and the accompanying materials\r
8dde1f6e 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
c7907ba2 15##\r
8dde1f6e 16\r
17[Defines]\r
4986bbaf 18 INF_VERSION = 0x00010018\r
8dde1f6e 19 BASE_NAME = Ax88772\r
20 FILE_GUID = B15239D6-6A01-4808-A0F7-B7F20F073555\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
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
50[Protocols]\r
4986bbaf
YP
51 gEfiDevicePathProtocolGuid ## BY_START\r
52 gEfiSimpleNetworkProtocolGuid ## BY_START\r
8dde1f6e 53 gEfiUsbIoProtocolGuid ## TO_START\r
54\r
8dde1f6e 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