diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-28 09:12:52 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-28 09:12:52 +0000 |
commit | 806b6f31d9e43ed798938a4a9dc900bdca008c70 (patch) | |
tree | 9c7c11babbb72b8c5ae7af339e42549706e6d407 /Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf | |
parent | 9e8ababcb3a142e96db69babbca23fef37429f56 (diff) | |
download | edk2-806b6f31d9e43ed798938a4a9dc900bdca008c70.zip edk2-806b6f31d9e43ed798938a4a9dc900bdca008c70.tar.gz edk2-806b6f31d9e43ed798938a4a9dc900bdca008c70.tar.bz2 |
Clear up network stack to use R9 MdeLib:
1.Use driver model APIs in UefiLib
2.Register Unload Image in INF/MSA to be included in autogen code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3970 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf')
-rw-r--r-- | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf b/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf index 2896a83..abc0644 100644 --- a/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf +++ b/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf @@ -24,7 +24,7 @@ EFI_SPECIFICATION_VERSION = 0x00020000
ENTRY_POINT = InitializeSnpNt32river
-
+ UNLOAD_IMAGE = SnpNt32Unload
#
# The following information is for reference only and not required by the build tools.
#
|