VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf@ 80721

Last change on this file since 80721 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1000 bytes
Line 
1## @file
2# Section Extraction DXE Driver
3#
4# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = SectionExtractionDxe
13 FILE_GUID = A0E8E04C-9B5A-43be-8B7D-C98760492B68
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = SectionExtractionDxeEntry
17 MODULE_UNI_FILE = SectionExtractionDxe.uni
18
19#
20# The following information is for reference only and not required by the build tools.
21#
22# VALID_ARCHITECTURES = IA32 X64
23#
24
25[Sources]
26 SectionExtractionDxe.c
27
28[Packages]
29 MdePkg/MdePkg.dec
30
31[LibraryClasses]
32 UefiDriverEntryPoint
33 UefiBootServicesTableLib
34 DebugLib
35 BaseMemoryLib
36 MemoryAllocationLib
37 ExtractGuidedSectionLib
38
39[Depex]
40 TRUE
41
42[UserExtensions.TianoCore."ExtraFiles"]
43 SectionExtractionDxeExtra.uni
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette