diff options
Diffstat (limited to 'MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf')
-rw-r--r-- | MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf b/MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf index 70dd3eeca7..a7f81c83c5 100644 --- a/MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf +++ b/MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf @@ -1,7 +1,7 @@ ## @file
# Component description file for SNP module.
#
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2011, 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 which
# accompanies this distribution. The full text of the license may be found at
@@ -19,6 +19,7 @@ MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = InitializeSnpNiiDriver
+ UNLOAD_IMAGE = NetLibDefaultUnload
#
# The following information is for reference only and not required by the build tools.
@@ -63,7 +64,7 @@ UefiDriverEntryPoint
BaseMemoryLib
DebugLib
-
+ NetLib
[Guids]
gEfiEventExitBootServicesGuid ## CONSUMES
|