Commit | Line | Data |
---|---|---|
ee660531 LL |
1 | #/** @file\r |
2 | # INF file for the eMMC Host Protocol implementation for the DesignWare MMC.\r | |
3 | #\r | |
4 | # Copyright (c) 2014-2017, Linaro Limited. All rights reserved.\r | |
5 | #\r | |
6 | # This program and the accompanying materials\r | |
7 | # are licensed and made available under the terms and conditions of the BSD License\r | |
8 | # which accompanies this distribution. The full text of the license may be found at\r | |
9 | # http://opensource.org/licenses/bsd-license.php\r | |
10 | #\r | |
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
13 | #\r | |
14 | #**/\r | |
15 | \r | |
16 | [Defines]\r | |
17 | INF_VERSION = 0x00010019\r | |
18 | BASE_NAME = DwEmmcDxe\r | |
19 | FILE_GUID = b549f005-4bd4-4020-a0cb-06f42bda68c3\r | |
20 | MODULE_TYPE = DXE_DRIVER\r | |
21 | VERSION_STRING = 1.0\r | |
22 | \r | |
23 | ENTRY_POINT = DwEmmcDxeInitialize\r | |
24 | \r | |
25 | [Sources.common]\r | |
26 | DwEmmcDxe.c\r | |
27 | \r | |
28 | [Packages]\r | |
29 | EmbeddedPkg/EmbeddedPkg.dec\r | |
30 | MdePkg/MdePkg.dec\r | |
31 | \r | |
32 | [LibraryClasses]\r | |
33 | ArmLib\r | |
34 | BaseLib\r | |
35 | BaseMemoryLib\r | |
36 | CacheMaintenanceLib\r | |
37 | IoLib\r | |
38 | MemoryAllocationLib\r | |
39 | TimerLib\r | |
40 | UefiDriverEntryPoint\r | |
41 | UefiLib\r | |
42 | \r | |
43 | [Protocols]\r | |
44 | gEfiCpuArchProtocolGuid\r | |
45 | gEfiDevicePathProtocolGuid\r | |
46 | gEfiMmcHostProtocolGuid\r | |
47 | \r | |
48 | [Pcd]\r | |
49 | gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeBaseAddress\r | |
50 | gEmbeddedTokenSpaceGuid.PcdDwEmmcDxeClockFrequencyInHz\r | |
51 | \r | |
52 | [Depex]\r | |
53 | TRUE\r |