]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/BootModePei/BootModePei.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / BootModePei / BootModePei.inf
... / ...
CommitLineData
1## @file\r
2# Component description file for BootMode module\r
3#\r
4# This module provides platform specific function to detect boot mode.\r
5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = BootMode\r
15 FILE_GUID = B7611005-1F26-45ba-A3DB-01F39DDB2785\r
16 MODULE_TYPE = PEIM\r
17 VERSION_STRING = 1.0\r
18\r
19 ENTRY_POINT = InitializeBootMode\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64 EBC\r
25#\r
26\r
27[Sources]\r
28 BootModePei.c\r
29\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33\r
34\r
35[LibraryClasses]\r
36 PeimEntryPoint\r
37 DebugLib\r
38\r
39\r
40[Ppis]\r
41 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED\r
42 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED\r
43\r
44[depex]\r
45 TRUE\r