Add unload function for DriverSample

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8052 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2009-04-09 15:22:27 +00:00
parent 9a6dcbf302
commit 2f3065c0fb
2 changed files with 68 additions and 38 deletions

View File

@@ -22,6 +22,7 @@
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
ENTRY_POINT = DriverSampleInit
UNLOAD_IMAGE = DriverSampleUnload
#
# The following information is for reference only and not required by the build tools.