]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
OvmfPkg: Create initial version of PlatformInitLib
[mirror_edk2.git] / OvmfPkg / Library / PlatformInitLib / PlatformInitLib.inf
CommitLineData
57bcfc3b
MX
1## @file\r
2# Platform Initialization Lib\r
3#\r
4# This module provides platform specific function to detect boot mode.\r
5# Copyright (c) 2006 - 2019, 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[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = PlatformInitLib\r
14 FILE_GUID = 89f886b0-7109-46e1-9d28-503ad4ab6ee0\r
15 MODULE_TYPE = BASE\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = PlatformInitLib|PEIM\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64 EBC\r
23#\r
24\r
25[Sources]\r
26 Cmos.c\r
27\r
28[Packages]\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 MdePkg/MdePkg.dec\r
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
36 IoLib\r