From b244c7dc74ba82c687aa0bb67b52943ed951208e Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 9 Jan 2007 08:17:21 +0000 Subject: Add in UefiApplicationEntryPoint library class and library instance. The major difference between UefiApplicationEntryPoint and UefiDriverEntryPoint is that: 1) UEFI application will always be unloaded no matter what is the return status code from the application. Therefore, the library destructors should be called always. 2) UEFI application should not register any callback to evevnt such as EFI_EVENT_GROUP_VIRTUAL_ADDRESS_CHANGE and EFI_EVENT_GROUP_EXIT_BOOT_SERVICES. 3) UEFI application does not support module merger like Uefi Driver. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2199 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/MdePkg.fpd | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) (limited to 'MdePkg/MdePkg.fpd') diff --git a/MdePkg/MdePkg.fpd b/MdePkg/MdePkg.fpd index 113b8eedae..2fba0c6f08 100644 --- a/MdePkg/MdePkg.fpd +++ b/MdePkg/MdePkg.fpd @@ -6,7 +6,7 @@ 0.3 EFI/Tiano MdePkg Package This FPD file is used for Package Level build. - Copyright (c) 2006, Intel Corporation + 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 @@ -100,16 +100,6 @@ - - - PcdIoBlockBaseAddressForIpf - 0x0000000c - gEfiMdePkgTokenSpaceGuid - UINT64 - 8 - 0x0ffffc000000 - - NULL LIBRARY @@ -1248,16 +1238,6 @@ - - - PcdIoBlockBaseAddressForIpf - 0x0000000c - gEfiMdePkgTokenSpaceGuid - UINT64 - 8 - 0x0ffffc000000 - - NULL LIBRARY @@ -2332,6 +2312,14 @@ LIBRARY + + + + + + + + -- cgit v1.2.3