]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.inf
EmbeddedPkg: Implement NorFlashInfoLib
[mirror_edk2.git] / EmbeddedPkg / Library / NorFlashInfoLib / NorFlashInfoLib.inf
1 /** @file
2 *
3 * Copyright (c) 2017 Marvell International Ltd.
4 *
5 * This program and the accompanying materials
6 * are licensed and made available under the terms and conditions of the BSD License
7 * which accompanies this distribution. The full text of the license may be found at
8 * http://opensource.org/licenses/bsd-license.php
9 *
10 * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 *
13 **/
14
15 [Defines]
16 INF_VERSION = 0x00010019
17 BASE_NAME = NorFlashInfoLib
18 FILE_GUID = 6b639c7e-9b53-4e9f-89a3-2e711729709c
19 MODULE_TYPE = DXE_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NorFlashInfoLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION
22
23 [Sources]
24 NorFlashInfoLib.c
25
26 [Packages]
27 EmbeddedPkg/EmbeddedPkg.dec
28 MdePkg/MdePkg.dec
29
30 [LibraryClasses]
31 BaseLib
32 DebugLib
33 DxeServicesLib
34 MemoryAllocationLib