summaryrefslogtreecommitdiff
path: root/Omap35xxPkg/Flash/Flash.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-12-22 18:25:16 +0800
committerGuo Mang <mang.guo@intel.com>2016-12-26 19:15:00 +0800
commitb09f315e8d325ba5a2a91b8a0828c9564a5a36b5 (patch)
treea607bec3c86af69fe1467bf616be9824b4ada1b9 /Omap35xxPkg/Flash/Flash.inf
parent709a7d8e49bfd9dd1f107c18e3139fa76f23175d (diff)
downloadedk2-platforms-b09f315e8d325ba5a2a91b8a0828c9564a5a36b5.tar.xz
Omap35xxPkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Omap35xxPkg/Flash/Flash.inf')
-rw-r--r--Omap35xxPkg/Flash/Flash.inf48
1 files changed, 0 insertions, 48 deletions
diff --git a/Omap35xxPkg/Flash/Flash.inf b/Omap35xxPkg/Flash/Flash.inf
deleted file mode 100644
index 36e6fe45eb..0000000000
--- a/Omap35xxPkg/Flash/Flash.inf
+++ /dev/null
@@ -1,48 +0,0 @@
-#/** @file
-#
-# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
-# This program and the accompanying materials
-# are licensed and made available under the terms and conditions of the BSD License
-# which accompanies this distribution. The full text of the license may be found at
-# http://opensource.org/licenses/bsd-license.php
-#
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
-#**/
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = NandFlash
- FILE_GUID = 4d00ef14-c4e0-426b-81b7-30a00a14aad6
- MODULE_TYPE = DXE_DRIVER
- VERSION_STRING = 1.0
-
- ENTRY_POINT = NandFlashInitialize
-
-
-[Sources.common]
- Flash.c
-
-[Packages]
- MdePkg/MdePkg.dec
- Omap35xxPkg/Omap35xxPkg.dec
-
-[LibraryClasses]
- PcdLib
- UefiLib
- UefiDriverEntryPoint
- MemoryAllocationLib
- IoLib
-
-[Guids]
-
-[Protocols]
- gEfiBlockIoProtocolGuid
- gEfiCpuArchProtocolGuid
-
-[Pcd]
- gOmap35xxTokenSpaceGuid.PcdOmap35xxGpmcOffset
-
-[depex]
- TRUE