]> git.proxmox.com Git - mirror_edk2.git/blame - EdkModulePkg/Application/HelloWorld/HelloWorld.msa
a) Fixed the issue that the unnecessary build for not specified ARCH in single module...
[mirror_edk2.git] / EdkModulePkg / Application / HelloWorld / HelloWorld.msa
CommitLineData
878ddf1f 1<?xml version="1.0" encoding="UTF-8"?>\r
5e1c3eed 2<!--\r
3Copyright (c) 2006, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11-->\r
a7828769 12<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
878ddf1f 13 <MsaHeader>\r
a7828769 14 <ModuleName>Hello World UEFI Application</ModuleName>\r
e2d926ec 15 <ModuleType>UEFI_APPLICATION</ModuleType>\r
1f86f081 16 <GuidValue>6987936E-ED34-44db-AE97-1FA5E4ED2116</GuidValue>\r
17 <Version>1.0</Version>\r
a7828769 18 <Abstract>Sample UEFI Application Reference Module</Abstract>\r
19 <Description>This is a shell application that will display Hello World.</Description>\r
abf537ea 20 <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
1f86f081 21 <License>All rights reserved. This program and the accompanying materials
22 are licensed and made available under the terms and conditions of the BSD License
23 which accompanies this distribution. The full text of the license may be found at
24 http://opensource.org/licenses/bsd-license.php
25 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
26 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
27 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
878ddf1f 28 </MsaHeader>\r
1f86f081 29 <ModuleDefinitions>\r
30 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
31 <BinaryModule>false</BinaryModule>\r
32 <OutputFileBasename>HelloWorld</OutputFileBasename>\r
33 </ModuleDefinitions>\r
878ddf1f 34 <LibraryClassDefinitions>\r
1f86f081 35 <LibraryClass Usage="ALWAYS_CONSUMED">\r
36 <Keyword>PrintLib</Keyword>\r
37 </LibraryClass>\r
38 <LibraryClass Usage="ALWAYS_CONSUMED">\r
39 <Keyword>DebugLib</Keyword>\r
40 </LibraryClass>\r
41 <LibraryClass Usage="ALWAYS_CONSUMED">\r
42 <Keyword>UefiBootServicesTableLib</Keyword>\r
43 </LibraryClass>\r
44 <LibraryClass Usage="ALWAYS_CONSUMED">\r
45 <Keyword>UefiDriverEntryPoint</Keyword>\r
46 </LibraryClass>\r
878ddf1f 47 </LibraryClassDefinitions>\r
48 <SourceFiles>\r
49 <Filename>HelloWorld.c</Filename>\r
50 </SourceFiles>\r
1f86f081 51 <PackageDependencies>\r
52 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
53 </PackageDependencies>\r
878ddf1f 54 <Externs>\r
1f86f081 55 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
15b06e58 56 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
878ddf1f 57 <Extern>\r
58 <ModuleEntryPoint>UefiMain</ModuleEntryPoint>\r
59 </Extern>\r
60 </Externs>\r
1f86f081 61</ModuleSurfaceArea>