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