]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/MigrationTools/org/tianocore/migration/MigrationTool.java
new look
[mirror_edk2.git] / Tools / Source / MigrationTools / org / tianocore / migration / MigrationTool.java
CommitLineData
778d35c9 1/** @file\r
2 \r
3 Copyright (c) 2006, Intel Corporation\r
4 All rights reserved. This program and the accompanying materials\r
5 are licensed and made available under the terms and conditions of the BSD License\r
6 which accompanies this distribution. The full text of the license may be found at\r
7 http://opensource.org/licenses/bsd-license.php\r
8 \r
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11 \r
12 **/\r
d1d10647 13package org.tianocore.migration;\r
14\r
15public class MigrationTool {\r
7bcb8d17 16 public static UI ui = null;\r
17 public static Database db = null;\r
18 \r
d1d10647 19 public static void main(String[] args) throws Exception {\r
7bcb8d17 20 ui = FirstPanel.init();\r
21 db = Database.init();\r
d1d10647 22 }\r
23}\r