Last change
on this file since 105681 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
937 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Library instance for ResetSystem library class for bootloader
|
---|
3 | #
|
---|
4 | # Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010005
|
---|
11 | BASE_NAME = ResetSystemLib
|
---|
12 | FILE_GUID = C5CD4EEE-527F-47df-9C92-B41414AF7479
|
---|
13 | MODULE_TYPE = BASE
|
---|
14 | VERSION_STRING = 1.0
|
---|
15 | LIBRARY_CLASS = ResetSystemLib
|
---|
16 |
|
---|
17 | CONSTRUCTOR = ResetSystemLibConstructor
|
---|
18 | #
|
---|
19 | # The following information is for reference only and not required by the build tools.
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | ResetSystemLib.c
|
---|
26 |
|
---|
27 | [Packages]
|
---|
28 | MdePkg/MdePkg.dec
|
---|
29 | MdeModulePkg/MdeModulePkg.dec
|
---|
30 | UefiPayloadPkg/UefiPayloadPkg.dec
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | DebugLib
|
---|
34 | IoLib
|
---|
35 | HobLib
|
---|
36 | BaseMemoryLib
|
---|
37 |
|
---|
38 | [Guids]
|
---|
39 | gUefiAcpiBoardInfoGuid
|
---|
40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.