]> git.proxmox.com Git - mirror_edk2.git/blame - OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/Ax88772.inf
Fixed header comment
[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
bce3e2ab 5# Copyright (c) 2011, 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
18 INF_VERSION = 0x00010005\r
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
51 gEfiDevicePathProtocolGuid\r
52 gEfiSimpleNetworkProtocolGuid\r
53 gEfiUsbIoProtocolGuid ## TO_START\r
54\r
55[Guids]\r
56 gEfiEventExitBootServicesGuid ## PRODUCES ## Event\r
57 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r
58 gEfiNicIp4ConfigVariableGuid\r
59\r
60[Depex]\r
61 gEfiBdsArchProtocolGuid AND\r
62 gEfiCpuArchProtocolGuid AND\r
63 gEfiMetronomeArchProtocolGuid AND\r
64 gEfiMonotonicCounterArchProtocolGuid AND\r
65 gEfiRealTimeClockArchProtocolGuid AND\r
66 gEfiResetArchProtocolGuid AND\r
67 gEfiRuntimeArchProtocolGuid AND\r
68 gEfiSecurityArchProtocolGuid AND\r
69 gEfiTimerArchProtocolGuid AND\r
70 gEfiVariableWriteArchProtocolGuid AND\r
71 gEfiVariableArchProtocolGuid AND\r
72 gEfiWatchdogTimerArchProtocolGuid\r