4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# $Id$
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync## @file
950dcdcd8e1cf9ac54a616718fbfb5dac74a04e7vboxsync# VBox implementation of PeCoffExtraAction that reports EFI image load and
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# unload activies to the the VBox debugger via DevEFI.
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync#
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync#
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# Copyright (C) 2013 Oracle Corporation
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync#
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# available from http://www.virtualbox.org. This file is free software;
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# you can redistribute it and/or modify it under the terms of the GNU
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# General Public License (GPL) as published by the Free Software
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync#
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# The contents of this file may alternatively be used under the terms
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# of the Common Development and Distribution License Version 1.0
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# VirtualBox OSE distribution, in which case the provisions of the
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# CDDL are applicable instead of those of the GPL.
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync#
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# You may elect to license modified versions of this file under the
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync# terms and conditions of either the GPL or the CDDL or both.
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync#
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync[Defines]
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync INF_VERSION = 0x00010005
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync BASE_NAME = VBoxPeCoffExtraActionLib
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync FILE_GUID = 035664EB-4326-B633-21EB-D9B2D727473D
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync MODULE_TYPE = BASE
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync VERSION_STRING = 4.3
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync LIBRARY_CLASS = PeCoffExtraActionLib
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync[Sources.common]
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync VBoxPeCoffExtraActionLib.c
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync[Packages]
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync VBoxPkg/VBoxPkg.dec
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync MdePkg/MdePkg.dec
4136ffde6159b375ef0fe72f862f8b84bf9b2e8bvboxsync