diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 22:53:33 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 22:53:33 +0000 |
commit | c69e4df4de68049665c7d8f27bbae1e7dd4a2fd2 (patch) | |
tree | 9683c79c33d618c94d17441d04134076640adbbd /EdkCompatibilityPkg/Sample | |
parent | 188de6029481731c31a0342b94e1ca13a60861b3 (diff) | |
download | edk2-platforms-c69e4df4de68049665c7d8f27bbae1e7dd4a2fd2.tar.xz |
Fix filename case: Autoscan => AutoScan
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5052 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Sample')
-rw-r--r-- | EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/EdkNt32PpiLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/EdkNt32PpiLib.inf b/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/EdkNt32PpiLib.inf index 51a5b46010..e9ab53cc68 100644 --- a/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/EdkNt32PpiLib.inf +++ b/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/EdkNt32PpiLib.inf @@ -41,8 +41,8 @@ COMPONENT_TYPE= LIBRARY C_STD_INCLUDE=
[sources.common]
- NtAutoscan/NtAutoScan.h
- NtAutoscan/NtAutoScan.c
+ NtAutoScan/NtAutoScan.h
+ NtAutoScan/NtAutoScan.c
NtFwh/NtFwh.h
NtFwh/NtFwh.c
NtLoadAsDll/NtLoadAsDll.h
|