]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
4ea2da86274ffaa4c371672fa4e36116e5ac3d78
[mirror_edk2.git] / OvmfPkg / Library / PlatformInitLib / PlatformInitLib.inf
1 ## @file
2 # Platform Initialization Lib
3 #
4 # This module provides platform specific function to detect boot mode.
5 # Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PlatformInitLib
14 FILE_GUID = 89f886b0-7109-46e1-9d28-503ad4ab6ee0
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = PlatformInitLib|PEIM
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources]
26 Cmos.c
27
28 [Packages]
29 MdeModulePkg/MdeModulePkg.dec
30 MdePkg/MdePkg.dec
31 OvmfPkg/OvmfPkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 DebugLib
36 IoLib