1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| ## @file
| # Component Description File for OcWdt Support.
| #
| # Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
| #
| # SPDX-License-Identifier: BSD-2-Clause-Patent
| #
| ##
|
|
| [Defines]
| INF_VERSION = 0x00010017
| BASE_NAME = PeiOcWdtLib
| FILE_GUID = DB65B36B-E276-4A2b-AB20-61764889E483
| VERSION_STRING = 1.0
| MODULE_TYPE = PEIM
| LIBRARY_CLASS = OcWdtLib
|
|
| [Packages]
| MdePkg/MdePkg.dec
| KabylakeSiliconPkg/SiPkg.dec
|
|
| [Sources]
| PeiOcWdtLibNull.c
|
|