Last change
on this file 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:
929 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Serialize Variables Library implementation
|
---|
3 | #
|
---|
4 | # This library serializes and deserializes UEFI variables
|
---|
5 | #
|
---|
6 | # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 | INF_VERSION = 0x00010005
|
---|
14 | BASE_NAME = DxeSerializeVariablesLib
|
---|
15 | FILE_GUID = 9515f92a-83ae-45fd-9d2e-e3dc15df52d0
|
---|
16 | MODULE_TYPE = UEFI_DRIVER
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = SerializeVariablesLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER
|
---|
19 |
|
---|
20 | [Sources]
|
---|
21 | SerializeVariablesLib.c
|
---|
22 | SerializeVariablesLib.h
|
---|
23 |
|
---|
24 | [Packages]
|
---|
25 | MdePkg/MdePkg.dec
|
---|
26 | MdeModulePkg/MdeModulePkg.dec
|
---|
27 | OvmfPkg/OvmfPkg.dec
|
---|
28 | ShellPkg/ShellPkg.dec
|
---|
29 |
|
---|
30 | [LibraryClasses]
|
---|
31 | BaseLib
|
---|
32 | BaseMemoryLib
|
---|
33 | DebugLib
|
---|
34 | MemoryAllocationLib
|
---|
35 | UefiBootServicesTableLib
|
---|
36 | UefiRuntimeServicesTableLib
|
---|
37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.