• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2#
3#  Component Description File For SDMediaDeviceDxe Module.
4#
5#  Copyright (c) 2013-2015 Intel Corporation.
6#
7#  This program and the accompanying materials
8#  are licensed and made available under the terms and conditions of the BSD License
9#  which accompanies this distribution.  The full text of the license may be found at
10#  http://opensource.org/licenses/bsd-license.php
11#
12#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15##
16
17[Defines]
18  INF_VERSION                    = 0x00010005
19  BASE_NAME                      = SDMediaDevice
20  FILE_GUID                      = 80897901-91F6-4efe-9579-3353A0C02DAB
21  MODULE_TYPE                    = UEFI_DRIVER
22  VERSION_STRING                 = 1.0
23  ENTRY_POINT                    = InitializeSDMediaDevice
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
29#
30#  DRIVER_BINDING                =  gSDMediaDeviceDriverBinding
31#  COMPONENT_NAME                =  gSDMediaDeviceName
32#  COMPONENT_NAME2               =  gSDMediaDeviceName2
33#
34
35[Sources]
36  SDMediaDevice.c
37  SDMediaDevice.h
38  MMCSDTransfer.c
39  CEATA.c
40  CEATABlockIo.c
41  MMCSDBlockIo.c
42  ComponentName.c
43  ComponentName.h
44
45
46[Packages]
47  MdePkg/MdePkg.dec
48  MdeModulePkg/MdeModulePkg.dec
49  QuarkSocPkg/QuarkSocPkg.dec
50
51[LibraryClasses]
52  MemoryAllocationLib
53  BaseLib
54  UefiLib
55  UefiBootServicesTableLib
56  UefiDriverEntryPoint
57  BaseMemoryLib
58  DebugLib
59  PcdLib
60
61[Protocols]
62  gEfiPciIoProtocolGuid                         ## TO_START
63  gEfiSDHostIoProtocolGuid                      ## TO_START
64  gEfiBlockIoProtocolGuid                       ## BY_START
65
66[Pcd.common]
67