summaryrefslogtreecommitdiff
path: root/Omap35xxPkg/Flash/Flash.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-04-27 11:37:01 +0800
committerGuo Mang <mang.guo@intel.com>2017-04-27 13:02:46 +0800
commite6c3d0c416cd29715df30493d6da2491992d7c67 (patch)
treeb3d1aa2cf1dc485cb5d863fb2d5e44192ce998e9 /Omap35xxPkg/Flash/Flash.inf
parentca6850ea2728a09559575038eac371c41c7c39af (diff)
downloadedk2-platforms-e6c3d0c416cd29715df30493d6da2491992d7c67.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