]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/Library/FmpDeviceLibNull/FmpDeviceLibNull.inf
FmpDevicePkg: Add library instances
[mirror_edk2.git] / FmpDevicePkg / Library / FmpDeviceLibNull / FmpDeviceLibNull.inf
CommitLineData
403d4bcd
KM
1## @file\r
2# Provides firmware device specific services to support updates of a firmware\r
3# image stored in a firmware device.\r
4#\r
5# Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>\r
6# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# Redistribution and use in source and binary forms, with or without\r
9# modification, are permitted provided that the following conditions are met:\r
10# 1. Redistributions of source code must retain the above copyright notice,\r
11# this list of conditions and the following disclaimer.\r
12# 2. Redistributions in binary form must reproduce the above copyright notice,\r
13# this list of conditions and the following disclaimer in the documentation\r
14# and/or other materials provided with the distribution.\r
15#\r
16# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND\r
17# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r
18# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\r
19# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\r
20# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\r
21# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\r
22# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\r
23# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\r
24# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\r
25# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r
26##\r
27\r
28[Defines]\r
29 INF_VERSION = 0x00010005\r
30 BASE_NAME = FmpDeviceLibNull\r
31 MODULE_UNI_FILE = FmpDeviceLibNull.uni\r
32 FILE_GUID = 8507642B-AE92-4664-B713-807F7774A96D\r
33 MODULE_TYPE = DXE_DRIVER\r
34 VERSION_STRING = 1.0\r
35 LIBRARY_CLASS = FmpDeviceLib|DXE_DRIVER\r
36\r
37#\r
38# The following information is for reference only and not required by the build tools.\r
39#\r
40# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64\r
41#\r
42\r
43[Sources]\r
44 FmpDeviceLib.c\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 FmpDevicePkg/FmpDevicePkg.dec\r