diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 22:51:34 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 22:51:34 +0000 |
commit | 188de6029481731c31a0342b94e1ca13a60861b3 (patch) | |
tree | f3cba537349e174c1e59149bd3cf243ddd3c005b /EdkCompatibilityPkg/Sample | |
parent | d054c2124e6f49303947dd1838a323361bc2089b (diff) | |
download | edk2-platforms-188de6029481731c31a0342b94e1ca13a60861b3.tar.xz |
Fix filename case: Autoscan => AutoScan
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5051 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 54d7ee6c39..51a5b46010 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
|