]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/GenDepexTask.java
1. Rename PeiCoreLib to PeiServicesLib and rename all the interfaces from PeiCoreXXX...
[mirror_edk2.git] / Tools / Source / FrameworkTasks / org / tianocore / framework / tasks / GenDepexTask.java
index a13b74960c53a836e09b8d2e1da0d70d51667f83..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
@@ -87,7 +87,7 @@ public class GenDepexTask extends Task implements EfiDefine {
                 //\r
                 // command execution success\r
                 //\r
-                System.out.println("GenDepex execute successed!");\r
+                System.out.println("GenDepex execute succeeded!");\r
 \r
             } else {\r
                 //\r
@@ -163,4 +163,4 @@ public class GenDepexTask extends Task implements EfiDefine {
     public String getPadding() {\r
         return this.padding;\r
     }\r
-}
\ No newline at end of file
+}\r