Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
r48674 r58459 1 1 ## @file 2 # Instance of DxeNetLib.2 # This library instance provides the basic network services. 3 3 # 4 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>5 # This program and the accompanying materials6 # are licensed and made available under the terms and conditions of the BSD License7 # which accompanies this distribution. The full text of the license may be found at8 # http://opensource.org/licenses/bsd-license.php4 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> 5 # This program and the accompanying materials 6 # are licensed and made available under the terms and conditions of the BSD License 7 # which accompanies this distribution. The full text of the license may be found at 8 # http://opensource.org/licenses/bsd-license.php 9 9 # 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 12 # 13 13 ## … … 17 17 INF_VERSION = 0x00010005 18 18 BASE_NAME = DxeNetLib 19 MODULE_UNI_FILE = DxeNetLib.uni 19 20 FILE_GUID = db6dcef3-9f4e-4340-9351-fc35aa8a5888 20 21 MODULE_TYPE = DXE_DRIVER … … 51 52 52 53 [Guids] 53 gEfiNicIp4ConfigVariableGuid 54 gEfiSmbiosTableGuid 54 ## SOMETIMES_PRODUCES ## UNDEFINED # HiiConstructConfigHdr EFI_NIC_IP4_CONFIG_VARIABLE 55 ## UNDEFINED # Device Path Node 56 gEfiNicIp4ConfigVariableGuid 57 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable 55 58 56 59 [Protocols] 57 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED 58 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED 59 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED 60 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED 61 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED 62 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED 63 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED 60 gEfiSimpleNetworkProtocolGuid ## SOMETIMES_CONSUMES 61 gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES 62 gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES 63 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMES 64 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES 65 gEfiHiiConfigRoutingProtocolGuid ## SOMETIMES_CONSUMES 66 gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_CONSUMES 67
Note:
See TracChangeset
for help on using the changeset viewer.