diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-13 05:21:14 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-13 05:21:14 +0000 |
commit | 3fc9d866c438cbbb1d9c64171453c0a59f523c93 (patch) | |
tree | 18368130372b090b6c0e01dd66578b3c278a8d06 /EdkNt32Pkg/Pei | |
parent | 64ad76699ce473e8847a8cc7b84815197d047b9a (diff) | |
download | edk2-platforms-3fc9d866c438cbbb1d9c64171453c0a59f523c93.tar.xz |
Enforced case-sensitive on the file names;
Corrected file and/or path names in some msa files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@949 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg/Pei')
-rw-r--r-- | EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa | 2 | ||||
-rw-r--r-- | EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa | 2 | ||||
-rw-r--r-- | EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa b/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa index 298a8bb909..25d6c2c02b 100644 --- a/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa +++ b/EdkNt32Pkg/Pei/Autoscan/WinNtAutoScan.msa @@ -53,7 +53,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
- <Filename>WinNtAutoScan.c</Filename>
+ <Filename>WinntAutoscan.c</Filename>
<Filename>WinNtAutoscan.dxs</Filename>
</SourceFiles>
<PackageDependencies>
diff --git a/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa b/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa index 2829991567..957f748f54 100644 --- a/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa +++ b/EdkNt32Pkg/Pei/FirmwareVolume/WinNtFwh.msa @@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
- <Filename>WinNtFwh.c</Filename>
+ <Filename>WinntFwh.c</Filename>
<Filename>WinNtFwh.dxs</Filename>
</SourceFiles>
<PackageDependencies>
diff --git a/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa b/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa index 39c5e40b55..810b53a5df 100644 --- a/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa +++ b/EdkNt32Pkg/Pei/WinNtStuff/WinNtStuff.msa @@ -49,7 +49,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> </LibraryClass>
</LibraryClassDefinitions>
<SourceFiles>
- <Filename>WinNtStuff.c</Filename>
+ <Filename>winntstuff.c</Filename>
<Filename>WinNtStuff.dxs</Filename>
</SourceFiles>
<PackageDependencies>
|