]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/BootModePei/BootModePei.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / 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 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = BootMode
15 FILE_GUID = B7611005-1F26-45ba-A3DB-01F39DDB2785
16 MODULE_TYPE = PEIM
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeBootMode
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 BootModePei.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34
35 [LibraryClasses]
36 PeimEntryPoint
37 DebugLib
38
39
40 [Ppis]
41 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED
42 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED
43
44 [depex]
45 TRUE