diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-17 01:51:00 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-17 01:51:00 +0000 |
commit | 98d797cfa2bc33e26d2d9ba0b85dd56b6b986cf6 (patch) | |
tree | c275ba2c6802e1f98cc92ae8f1698cee0a2e8e82 /Nt32Pkg/WinNtThunkDxe | |
parent | a1ad1ca8cd5fb05f1d8348e6c6d3704a1e96fbd5 (diff) | |
download | edk2-platforms-98d797cfa2bc33e26d2d9ba0b85dd56b6b986cf6.tar.xz |
Add Dxe as postfix for WinNtThunk driver in Nt32 Platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3273 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtThunkDxe')
-rw-r--r-- | Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf (renamed from Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf b/Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf index 66a202da04..267b759c2c 100644 --- a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf +++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf @@ -21,7 +21,7 @@ ################################################################################
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = WinNtThunk
+ BASE_NAME = WinNtThunkDxe
FILE_GUID = 0C95A916-A006-11d4-BCFA-0080C73C8881
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
|