]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Application/HelloWorld/HelloWorld.msa
Temporarily disable /WX for HelloWorld module, for there is a bug in tool, which...
[mirror_edk2.git] / EdkModulePkg / Application / HelloWorld / HelloWorld.msa
index 904076155f90a7372f28837c73f8313d471fe0f5..92edf3e0aacadcc3488ea2a47f26dd78bf755edb 100644 (file)
@@ -1,21 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
-<!--Copyright (c) 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution.  The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<ModuleSurfaceArea  xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
+<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
   <MsaHeader>\r
-    <ModuleName>HelloWorld</ModuleName>\r
+    <ModuleName>Hello_World_UEFI_Application</ModuleName>\r
     <ModuleType>UEFI_APPLICATION</ModuleType>\r
     <GuidValue>6987936E-ED34-44db-AE97-1FA5E4ED2116</GuidValue>\r
     <Version>1.0</Version>\r
-    <Abstract>Component description file for SecurityStub module</Abstract>\r
-    <Description>FIX ME!</Description>\r
-    <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
+    <Abstract>Sample UEFI Application Reference Module</Abstract>\r
+    <Description>This is a shell application that will display Hello World.</Description>\r
+    <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>\r
     <License>All rights reserved. This program and the accompanying materials
       are licensed and made available under the terms and conditions of the BSD License
       which accompanies this distribution.  The full text of the license may be found at
@@ -37,10 +29,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
       <Keyword>DebugLib</Keyword>\r
     </LibraryClass>\r
     <LibraryClass Usage="ALWAYS_CONSUMED">\r
-      <Keyword>UefiBootServicesTableLib</Keyword>\r
+      <Keyword>UefiLib</Keyword>\r
+    </LibraryClass>\r
+    <LibraryClass Usage="ALWAYS_CONSUMED">\r
+      <Keyword>UefiApplicationEntryPoint</Keyword>\r
     </LibraryClass>\r
     <LibraryClass Usage="ALWAYS_CONSUMED">\r
-      <Keyword>UefiDriverEntryPoint</Keyword>\r
+      <Keyword>UefiBootServicesTableLib</Keyword>\r
     </LibraryClass>\r
   </LibraryClassDefinitions>\r
   <SourceFiles>\r
@@ -56,4 +51,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
       <ModuleEntryPoint>UefiMain</ModuleEntryPoint>\r
     </Extern>\r
   </Externs>\r
+  <ModuleBuildOptions>\r
+    <Options>\r
+      <Option ToolChainFamily="INTEL" ToolCode="CC">/WX-</Option>\r
+    </Options>\r
+  </ModuleBuildOptions>\r
 </ModuleSurfaceArea>
\ No newline at end of file