Last change
on this file since 80922 was 80721, checked in by vboxsync, 5 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:
804 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # This file contains the Reset Utility functions.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | # Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | ##
|
---|
9 | [Defines]
|
---|
10 | INF_VERSION = 0x00010017
|
---|
11 | BASE_NAME = ResetUtilityLib
|
---|
12 | FILE_GUID = CAFC3CA1-3E32-449F-9B0E-40BA3CB73A12
|
---|
13 | VERSION_STRING = 1.0
|
---|
14 | MODULE_TYPE = BASE
|
---|
15 | LIBRARY_CLASS = ResetUtilityLib
|
---|
16 |
|
---|
17 | #
|
---|
18 | # The following information is for reference only and not required by the build tools.
|
---|
19 | #
|
---|
20 | # VALID_ARCHITECTURES = IA32 X64
|
---|
21 | #
|
---|
22 |
|
---|
23 | [Sources]
|
---|
24 | ResetUtility.c
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | MdeModulePkg/MdeModulePkg.dec
|
---|
29 |
|
---|
30 | [LibraryClasses]
|
---|
31 | BaseLib
|
---|
32 | DebugLib
|
---|
33 | BaseMemoryLib
|
---|
34 | ResetSystemLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.