VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIoPei/CpuIoPei.inf@ 106901

Last change on this file since 106901 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: 994 bytes
Line 
1## @file
2# Produces the CPU I/O PPI by using the services of the I/O Library.
3#
4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = CpuIoPei
12 MODULE_UNI_FILE = CpuIoPei.uni
13 FILE_GUID = AE265864-CF5D-41a8-913D-71C155E76442
14 MODULE_TYPE = PEIM
15 VERSION_STRING = 1.0
16 ENTRY_POINT = CpuIoInitialize
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = IA32 X64 EBC
22#
23
24[Sources]
25 CpuIoPei.c
26 CpuIoPei.h
27
28[Packages]
29 MdePkg/MdePkg.dec
30
31[LibraryClasses]
32 PeimEntryPoint
33 BaseLib
34 DebugLib
35 IoLib
36 PeiServicesLib
37
38[Ppis]
39 gEfiPeiCpuIoPpiInstalledGuid ## PRODUCES
40
41[Depex]
42 TRUE
43
44[UserExtensions.TianoCore."ExtraFiles"]
45 CpuIoPeiExtra.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