]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/BootModePei/BootModePei.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / BootModePei / BootModePei.inf
CommitLineData
7b202cb0 1## @file\r
89b6542c 2# Component description file for BootMode module\r
3#\r
4# This module provides platform specific function to detect boot mode.\r
b78c4934 5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
89b6542c 6#\r
9d2eedba 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
89b6542c 8#\r
9#\r
7b202cb0 10##\r
89b6542c 11\r
89b6542c 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
89b6542c 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
b78c4934 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
89b6542c 25#\r
26\r
7b202cb0 27[Sources]\r
6c240176 28 BootModePei.c\r
89b6542c 29\r
30\r
89b6542c 31[Packages]\r
32 MdePkg/MdePkg.dec\r
33\r
34\r
89b6542c 35[LibraryClasses]\r
36 PeimEntryPoint\r
37 DebugLib\r
38\r
39\r
89b6542c 40[Ppis]\r
41 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED\r
42 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED\r
43\r
07660689 44[depex]\r
b78c4934 45 TRUE\r