]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Omap35xxPkg/MMCHSDxe/MMCHS.inf
Omap35xxPkg/MMCHSDxe: fix device path initializer
[mirror_edk2.git] / Omap35xxPkg / MMCHSDxe / MMCHS.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
8#\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12#**/\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = MMCHS\r
17 FILE_GUID = 100c2cfa-b586-4198-9b4c-1683d195b1da\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = MMCHSInitialize\r
22\r
23\r
24[Sources.common]\r
25 MMCHS.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 EmbeddedPkg/EmbeddedPkg.dec\r
30 Omap35xxPkg/Omap35xxPkg.dec\r
31\r
32[LibraryClasses]\r
33 PcdLib\r
34 UefiLib\r
35 UefiDriverEntryPoint\r
36 MemoryAllocationLib\r
37 IoLib\r
38 OmapDmaLib\r
39 DmaLib\r
40\r
41[Guids]\r
42\r
43[Protocols]\r
44 gEfiBlockIoProtocolGuid\r
45 gEfiCpuArchProtocolGuid\r
46 gEfiDevicePathProtocolGuid\r
47 gEmbeddedExternalDeviceProtocolGuid\r
48\r
49[Pcd]\r
50 gOmap35xxTokenSpaceGuid.PcdOmap35xxMMCHS1Base\r
51 gOmap35xxTokenSpaceGuid.PcdMmchsTimerFreq100NanoSeconds\r
52\r
53[depex]\r
54 gEmbeddedExternalDeviceProtocolGuid\r