X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FApplication%2FHelloWorld%2FHelloWorld.msa;h=92edf3e0aacadcc3488ea2a47f26dd78bf755edb;hp=24958215dc07c6c9a002889f7fb7520177f0e579;hb=97297c21fabe2b9618b0fda93c0fd4d4011836de;hpb=1f86f0814aadbb8cedf6747fabc43ed163bff524 diff --git a/EdkModulePkg/Application/HelloWorld/HelloWorld.msa b/EdkModulePkg/Application/HelloWorld/HelloWorld.msa index 24958215dc..92edf3e0aa 100644 --- a/EdkModulePkg/Application/HelloWorld/HelloWorld.msa +++ b/EdkModulePkg/Application/HelloWorld/HelloWorld.msa @@ -1,21 +1,13 @@ - - + - HelloWorld - DXE_DRIVER + Hello_World_UEFI_Application + UEFI_APPLICATION 6987936E-ED34-44db-AE97-1FA5E4ED2116 1.0 - Component description file for SecurityStub module - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + Sample UEFI Application Reference Module + This is a shell application that will display Hello World. + Copyright (c) 2006 - 2007, 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 @@ -37,10 +29,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> DebugLib - UefiBootServicesTableLib + UefiLib + + + UefiApplicationEntryPoint - UefiDriverEntryPoint + UefiBootServicesTableLib @@ -51,9 +46,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00090000 + EDK_RELEASE_VERSION 0x00020000 UefiMain + + + + + \ No newline at end of file