]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
OvmfPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / OvmfPkg / Library / SerializeVariablesLib / SerializeVariablesLib.inf
CommitLineData
b043ebc2 1## @file\r
2# Serialize Variables Library implementation\r
3#\r
4# This library serializes and deserializes UEFI variables\r
5#\r
dbf9cc87 6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
b043ebc2 7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeSerializeVariablesLib\r
20 FILE_GUID = 9515f92a-83ae-45fd-9d2e-e3dc15df52d0\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
dbf9cc87 23 LIBRARY_CLASS = SerializeVariablesLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_DRIVER\r
b043ebc2 24\r
25[Sources]\r
26 SerializeVariablesLib.c\r
e29f9f14 27 SerializeVariablesLib.h\r
b043ebc2 28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.dec\r
32 OvmfPkg/OvmfPkg.dec\r
33 ShellPkg/ShellPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 DebugLib\r
39 MemoryAllocationLib\r
40 UefiBootServicesTableLib\r
41 UefiRuntimeServicesTableLib\r
42\r