]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkShellBinPkg/FullShell/FullShell.msa
Add a FullShell and MinimumShell module
[mirror_edk2.git] / EdkShellBinPkg / FullShell / FullShell.msa
diff --git a/EdkShellBinPkg/FullShell/FullShell.msa b/EdkShellBinPkg/FullShell/FullShell.msa
new file mode 100644 (file)
index 0000000..dcd8e08
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
+  <MsaHeader>\r
+    <ModuleName>FullShell</ModuleName>\r
+    <ModuleType>UEFI_APPLICATION</ModuleType>\r
+    <GuidValue>c57ad6b7-0515-40a8-9d21-551652854e37</GuidValue>\r
+    <Version>1.1</Version>\r
+    <Abstract>Component description file for EFI Shell module.</Abstract>\r
+    <Description>\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
+    </Description>\r
+    <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
+    <License>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.</License>\r
+    <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>\r
+  </MsaHeader>\r
+  <ModuleDefinitions>\r
+    <SupportedArchitectures>IA32 X64 IPF</SupportedArchitectures>\r
+    <BinaryModule>true</BinaryModule>\r
+    <OutputFileBasename>FullShell</OutputFileBasename>\r
+  </ModuleDefinitions>\r
+  <SourceFiles>\r
+    <Filename SupArchList="IA32">ia32/Shell_Full.efi</Filename>\r
+    <Filename SupArchList="IPF">ipf/Shell_Full.efi</Filename>\r
+    <Filename SupArchList="X64">x64/Shell_Full.efi</Filename>\r
+  </SourceFiles>\r
+  <PackageDependencies>\r
+    <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
+  </PackageDependencies>\r
+  <Externs>\r
+    <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
+    <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
+  </Externs>\r
+</ModuleSurfaceArea>
\ No newline at end of file