]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Main/Main.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Main / Main.inf
diff --git a/AppPkg/Applications/Main/Main.inf b/AppPkg/Applications/Main/Main.inf
deleted file mode 100644 (file)
index ee796eb..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-## @file\r
-#   A simple, basic, application showing how the Hello application could be\r
-#   built using the "Standard C Libraries" from StdLib.\r
-#\r
-#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010006\r
-  BASE_NAME                      = Main\r
-  FILE_GUID                      = 4ea97c46-7491-4dfd-b442-747010f3ce5f\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 0.1\r
-  ENTRY_POINT                    = ShellCEntryLib\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  Main.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  MdePkg/MdePkg.dec\r
-  ShellPkg/ShellPkg.dec\r
-\r
-[LibraryClasses]\r
-  LibC\r
-  LibStdio\r