]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkShellBinPkg/MinimumShell/MinimumShell.inf
Add build support for EDK II Prime
[mirror_edk2.git] / EdkShellBinPkg / MinimumShell / MinimumShell.inf
diff --git a/EdkShellBinPkg/MinimumShell/MinimumShell.inf b/EdkShellBinPkg/MinimumShell/MinimumShell.inf
new file mode 100644 (file)
index 0000000..d6e044c
--- /dev/null
@@ -0,0 +1,55 @@
+#/** @file\r
+# Component description file for EFI Shell module.\r
+#\r
+# This is a binary module containing multiple binary shell applications.\r
+#  All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application\r
+#  file, and they are can be run in shell environment.\r
+# Copyright (c) 2006, Intel Corporation.\r
+#\r
+#  All rights reserved. This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+#**/\r
+\r
+################################################################################\r
+#\r
+# Defines Section - statements that will be processed to generate a binary image.\r
+#\r
+################################################################################\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = MinimumShell\r
+  FILE_GUID                      = c57ad6b7-0515-40a8-9d21-551652854e37\r
+  MODULE_TYPE                    = UEFI_APPLICATION\r
+  VERSION_STRING                 = 1.2\r
+  BINARY_MODULE                  = true\r
+  EDK_RELEASE_VERSION            = 0x00020000\r
+  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#\r
+\r
+################################################################################\r
+#\r
+# Binaries Section - list of binary files that are required for the build\r
+# to succeed.\r
+#\r
+################################################################################\r
+[Binaries.Ia32]\r
+  UEFI_APP|RELEASE|ia32/Shell.efi\r
+\r
+[Binaries.X64]\r
+  UEFI_APP|RELEASE|x64/Shell.efi\r
\r
+[Binaries.IPF]\r
+  UEFI_APP|RELEASE|ipf/Shell.efi\r
\ No newline at end of file