]> git.proxmox.com Git - mirror_edk2.git/blob - Omap35xxPkg/Flash/Flash.inf
39e36ec9ce4876d6ccd5018d1b3b65abf4a8c67f
[mirror_edk2.git] / Omap35xxPkg / Flash / Flash.inf
1 #/** @file
2 #
3 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
4 # SPDX-License-Identifier: BSD-2-Clause-Patent
5 #
6 #**/
7
8 [Defines]
9 INF_VERSION = 0x00010005
10 BASE_NAME = NandFlash
11 FILE_GUID = 4d00ef14-c4e0-426b-81b7-30a00a14aad6
12 MODULE_TYPE = DXE_DRIVER
13 VERSION_STRING = 1.0
14
15 ENTRY_POINT = NandFlashInitialize
16
17
18 [Sources.common]
19 Flash.c
20
21 [Packages]
22 MdePkg/MdePkg.dec
23 Omap35xxPkg/Omap35xxPkg.dec
24
25 [LibraryClasses]
26 PcdLib
27 UefiLib
28 UefiDriverEntryPoint
29 MemoryAllocationLib
30 IoLib
31
32 [Guids]
33
34 [Protocols]
35 gEfiBlockIoProtocolGuid
36 gEfiCpuArchProtocolGuid
37
38 [Pcd]
39 gOmap35xxTokenSpaceGuid.PcdOmap35xxGpmcOffset
40
41 [depex]
42 TRUE