summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-08-03 11:37:41 +0800
committerGuo Mang <mang.guo@intel.com>2016-08-04 10:32:45 +0800
commite1441bd7534687d71c009ea78deafa3d6ffadda6 (patch)
tree1713b0312a804df345bb439be13024aa6ca3d428 /BraswellPlatformPkg/Common
parent190784ce5f10c94c8892d674123525155543bc64 (diff)
downloadedk2-platforms-e1441bd7534687d71c009ea78deafa3d6ffadda6.tar.xz
BraswellPlatformPkg: Move UNDI to Common/UNDI
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com> Reviewed-by: David Wei <david.wei@intel.com>
Diffstat (limited to 'BraswellPlatformPkg/Common')
-rw-r--r--BraswellPlatformPkg/Common/Silicon/UNDI/RtkUndiDxe/RtkUndiDxe.inf42
1 files changed, 42 insertions, 0 deletions
diff --git a/BraswellPlatformPkg/Common/Silicon/UNDI/RtkUndiDxe/RtkUndiDxe.inf b/BraswellPlatformPkg/Common/Silicon/UNDI/RtkUndiDxe/RtkUndiDxe.inf
new file mode 100644
index 0000000000..617227a04c
--- /dev/null
+++ b/BraswellPlatformPkg/Common/Silicon/UNDI/RtkUndiDxe/RtkUndiDxe.inf
@@ -0,0 +1,42 @@
+## @file
+# Realtek* UNDI driver
+#
+# Provides a sample UEFI application that can be added to a firmware image to
+# validate support for launching a UNDI driver.
+#
+# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials are licensed and made available under
+# the terms and conditions of the BSD License that accompanies this distribution.
+# The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = RtkUndiDxe
+ FILE_GUID = 22DE1691-D65D-456a-993E-A253DD1F308C
+ MODULE_TYPE = UEFI_DRIVER
+ VERSION_STRING = 1.0
+
+[Binaries.Ia32]
+ PE32|IA32/RtkUndiDxe.efi|*
+
+[Binaries.X64]
+ PE32|X64/RtkUndiDxe.efi|*
+
+[Packages]
+ MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
+
+[Protocols]
+ ## PRODUCES
+ ## CONSUMES
+ gEfiDevicePathProtocolGuid
+ gEfiPciIoProtocolGuid ## CONSUMES
+ gEfiNetworkInterfaceIdentifierProtocolGuid_31 ## BY_START
+