2 # Provides firmware device specific services to support updates of a firmware
\r
3 # image stored in a firmware device.
\r
5 # Copyright (c) 2016, Microsoft Corporation. All rights reserved.<BR>
\r
6 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
\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
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
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
38 # The following information is for reference only and not required by the build tools.
\r
40 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
\r
48 FmpDevicePkg/FmpDevicePkg.dec
\r