Commit | Line | Data |
---|---|---|
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 | |
abf537ea | 10 | <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r |
62f84315 LG |
11 | <License>All rights reserved. This program and the accompanying materials\r |
12 | are licensed and made available under the terms and conditions of the BSD License\r | |
13 | which accompanies this distribution. The full text of the license may be found at\r | |
14 | http://opensource.org/licenses/bsd-license.php\r | |
15 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
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 | |
32 | <Keyword>UefiBootServicesTableLib</Keyword>\r | |
33 | </LibraryClass>\r | |
34 | <LibraryClass Usage="ALWAYS_CONSUMED">\r | |
35 | <Keyword>UefiDriverEntryPoint</Keyword>\r | |
36 | </LibraryClass>\r | |
878ddf1f | 37 | </LibraryClassDefinitions>\r |
38 | <SourceFiles>\r | |
39 | <Filename>HelloWorld.c</Filename>\r | |
40 | </SourceFiles>\r | |
1f86f081 | 41 | <PackageDependencies>\r |
42 | <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r | |
43 | </PackageDependencies>\r | |
878ddf1f | 44 | <Externs>\r |
1f86f081 | 45 | <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r |
15b06e58 | 46 | <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r |
878ddf1f | 47 | <Extern>\r |
48 | <ModuleEntryPoint>UefiMain</ModuleEntryPoint>\r | |
49 | </Extern>\r | |
50 | </Externs>\r | |
c340a28e | 51 | </ModuleSurfaceArea>\r |