]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/BootModePei/BootModePei.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / BootModePei / BootModePei.inf
1 ## @file
2 # Component description file for BootMode module
3 #
4 # This module provides platform specific function to detect boot mode.
5 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BootModePei
16 FILE_GUID = 64196C76-58E3-0B4D-9484-B54F7C4349CA
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = InitializeBootMode
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 BootModePei.c
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 EmulatorPkg/EmulatorPkg.dec
35
36
37 [LibraryClasses]
38 PeiServicesTablePointerLib
39 PeiServicesLib
40 BaseLib
41 PeimEntryPoint
42 DebugLib
43
44
45 [Ppis]
46 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
47 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
48
49 [FixedPcd]
50 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode
51
52 [Depex]
53 TRUE
54