]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix capitalization
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 May 2006 21:43:27 +0000 (21:43 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 May 2006 21:43:27 +0000 (21:43 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@213 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FwImageTask.java
Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenCRC32SectionTask.java
Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenDepexTask.java
Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenSectionTask.java

index 6d6a3e5f89aadf89c6dda1850d011f5debbfe006..19583b5c9030f9f9cbec4af237dc7b774c540621 100644 (file)
@@ -68,9 +68,9 @@ public class FwImageTask extends Task implements EfiDefine{
         String path = project.getProperty("env.Framework_Tools_Path");\r
         String command;\r
         if (path == null) {\r
-            command = "fwimage";\r
+            command = "FwImage";\r
         } else {\r
-            command = path + "/" + "fwimage";\r
+            command = path + "/" + "FwImage";\r
         }\r
         //\r
         // argument of tools\r
index ca426dfa6976eb27c4aea7c589ba2dea3ccaac4d..33115aa10f5222332ab6622a532f105fbbdacd7f 100644 (file)
@@ -62,9 +62,9 @@ public class GenCRC32SectionTask extends Task implements EfiDefine{
         String path = project.getProperty("env.Framework_Tools_Path"); \r
         String command;\r
         if (path == null) {\r
-            command = "gencrc32section";\r
+            command = "GenCRC32Section";\r
         } else {\r
-            command = path + "/" + "gencrc32section" ;\r
+            command = path + "/" + "GenCRC32Section" ;\r
         }\r
         // \r
         // string line of input files \r
index f49ea5335090728ba7f8bdd9292678ffc125b23d..871394585dc96401792ee77bcd5e211fdb14b268 100644 (file)
@@ -54,9 +54,9 @@ public class GenDepexTask extends Task implements EfiDefine {
         String path = project.getProperty("env.Framework_Tools_Path");\r
         String command;\r
         if (path == null) {\r
-            command = "gendepex";\r
+            command = "GenDepex";\r
         } else {\r
-            command = path + "/" + "gendepex";\r
+            command = path + "/" + "GenDepex";\r
         }\r
         //\r
         // argument of GenDepex tool\r
index 3d19c0888c9ba22da44a7a29b1513720004b2629..61aefa6efbc73f571c19c48e8fd0a00920862b6f 100644 (file)
@@ -61,9 +61,9 @@ public class GenSectionTask extends Task implements EfiDefine {
         //\r
         String path = project.getProperty("env.Framework_Tools_Path");\r
         if (path == null) {\r
-            command = "gensection";\r
+            command = "GenSection";\r
         } else {\r
-            command = path + "/" + "gensection";\r
+            command = path + "/" + "GenSection";\r
         }\r
         //\r
         // argument of tools\r