]> git.proxmox.com Git - mirror_edk2.git/blob - SignedCapsulePkg/Library/PlatformFlashAccessLibNull/PlatformFlashAccessLibNull.inf
SignedCapsulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SignedCapsulePkg / Library / PlatformFlashAccessLibNull / PlatformFlashAccessLibNull.inf
1 ## @file
2 # Platform flash device access library.
3 #
4 # Platform flash device access library NULL instance.
5 #
6 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PlatformFlashAccessLibNull
14 MODULE_UNI_FILE = PlatformFlashAccessLibNull.uni
15 FILE_GUID = A0534D92-9776-4E4E-9234-C9DC1849DBB5
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PlatformFlashAccessLib
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 PlatformFlashAccessLibNull.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 SignedCapsulePkg/SignedCapsulePkg.dec
32
33 [LibraryClasses]
34 BaseMemoryLib