]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/BootModePei/BootModePei.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / EmulatorPkg / BootModePei / BootModePei.inf
CommitLineData
949f388f 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 - 2010, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 6# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BootModePei\r
21 FILE_GUID = 64196C76-58E3-0B4D-9484-B54F7C4349CA\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = InitializeBootMode\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 BootModePei.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
bb89ec1a 39 EmulatorPkg/EmulatorPkg.dec\r
949f388f 40\r
41\r
42[LibraryClasses]\r
43 PeiServicesTablePointerLib\r
44 PeiServicesLib\r
45 BaseLib\r
46 PeimEntryPoint\r
47 DebugLib\r
48\r
49\r
50[Ppis]\r
51 gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED\r
52 gEfiPeiBootInRecoveryModePpiGuid # PPI SOMETIMES_PRODUCED\r
53\r
54[FixedPcd]\r
bb89ec1a 55 gEmulatorPkgTokenSpaceGuid.PcdEmuBootMode\r
949f388f 56\r
57[Depex]\r
58 TRUE\r
59\r