]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/ContextTool/org/tianocore/context/ContextMain.java
To fix EDKT284.
[mirror_edk2.git] / Tools / Source / ContextTool / org / tianocore / context / ContextMain.java
CommitLineData
987912ad 1/** @file\r
2 File is ContextMain class . \r
3 \r
4Copyright (c) 2006, Intel Corporation\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9 \r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12**/\r
c74c7a43 13package org.tianocore.context;\r
14\r
15public class ContextMain {\r
16 \r
17 public static void main(String[] args) {\r
18\r
19 if(ParseParameter.checkParameter(args) == false){\r
20 System.exit(0);\r
21 }\r
22\r
23 if (TargetFile.parsePath("target.txt") == false) {\r
24 System.exit(0);\r
25 }\r
26 \r
27 System.out.printf("%n%s", "Target.txt generate successfully!");\r
28 }\r
29}\r