diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 08:54:41 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-06 08:54:41 +0000 |
commit | d5469f43e3076dacb73957fa84eebd28ee138c12 (patch) | |
tree | e1d7ff04d868ccf7297565cfaa9f9d7c1be6913c /Nt32Pkg/WinNtAutoScanPei | |
parent | 56c0008b7877af308ec659a1118ca4513e9f7294 (diff) | |
download | edk2-platforms-d5469f43e3076dacb73957fa84eebd28ee138c12.tar.xz |
Corrected the case of file name
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7469 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtAutoScanPei')
-rw-r--r-- | Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf index d7634b91de..078293142d 100644 --- a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf +++ b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf @@ -32,7 +32,7 @@ #
[Sources.common]
- WinntAutoscan.c
+ WinNtAutoScan.c
[Packages]
MdePkg/MdePkg.dec
@@ -51,4 +51,4 @@ gPeiNtAutoScanPpiGuid # PPI ALWAYS_CONSUMED
[depex]
- gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gPeiBaseMemoryTestPpiGuid
\ No newline at end of file + gPeiNtAutoScanPpiGuid AND gEfiPeiMasterBootModePpiGuid AND gPeiBaseMemoryTestPpiGuid
|