]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf
add UndiRuntimeDxe from MdeModulePkg to OptionRomPkg.
[mirror_edk2.git] / OptionRomPkg / UndiRuntimeDxe / UndiRuntimeDxe.inf
diff --git a/OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf b/OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf
new file mode 100644 (file)
index 0000000..2eee03e
--- /dev/null
@@ -0,0 +1,72 @@
+#/** @file\r
+# Component description file for Undi module.\r
+#\r
+# This module provides support for Universal Network Driver Interface\r
+# Copyright (c) 2006 - 2007, Intel Corporation\r
+#\r
+#  All rights reserved. This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = UndiRuntimeDxe\r
+  FILE_GUID                      = A1f436EA-A127-4EF8-957C-8048606FF670\r
+  MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+\r
+  ENTRY_POINT                    = InitializeUndi\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources.common]\r
+  Undi32.h\r
+  E100b.h\r
+  E100b.c\r
+  Decode.c\r
+  Init.c\r
+\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+\r
+[LibraryClasses]\r
+  UefiLib\r
+  UefiBootServicesTableLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  UefiRuntimeLib\r
+  UefiDriverEntryPoint\r
+  BaseLib\r
+\r
+[Protocols]\r
+  gEfiNetworkInterfaceIdentifierProtocolGuid_31\r
+  gEfiPciIoProtocolGuid\r
+  gEfiDevicePathProtocolGuid\r
+\r
+[Guids]\r
+  gEfiEventExitBootServicesGuid        ## PRODUCES ## Event\r
+  gEfiEventVirtualAddressChangeGuid    ## PRODUCES ## Event\r
+\r
+[Depex]\r
+  gEfiBdsArchProtocolGuid AND\r
+  gEfiCpuArchProtocolGuid AND\r
+  gEfiMetronomeArchProtocolGuid AND\r
+  gEfiMonotonicCounterArchProtocolGuid AND\r
+  gEfiRealTimeClockArchProtocolGuid AND\r
+  gEfiResetArchProtocolGuid AND\r
+  gEfiRuntimeArchProtocolGuid AND\r
+  gEfiSecurityArchProtocolGuid AND\r
+  gEfiTimerArchProtocolGuid AND\r
+  gEfiVariableWriteArchProtocolGuid AND\r
+  gEfiVariableArchProtocolGuid AND\r
+  gEfiWatchdogTimerArchProtocolGuid\r