1#/** @file
2#
3#  Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>
4#
5#  This program and the accompanying materials
6#  are licensed and made available under the terms and conditions of the BSD License
7#  which accompanies this distribution. The full text of the license may be found at
8#  http://opensource.org/licenses/bsd-license.php
9#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11#
12#
13#**/
14
15[Defines]
16  INF_VERSION                    = 0x00010005
17  BASE_NAME                      = Isp1761PeriphDxe
18  FILE_GUID                      = 72d78ea6-4dee-11e3-8100-f3842a48d0a0
19  MODULE_TYPE                    = UEFI_DRIVER
20  VERSION_STRING                 = 1.0
21  ENTRY_POINT                    = Isp1761PeriphEntryPoint
22
23[Sources.common]
24  Isp1761UsbDxe.c
25
26[LibraryClasses]
27  DebugLib
28  IoLib
29  MemoryAllocationLib
30  UefiBootServicesTableLib
31  UefiDriverEntryPoint
32
33[Protocols]
34  gEfiDriverBindingProtocolGuid
35  gUsbDeviceProtocolGuid
36
37[Packages]
38  MdePkg/MdePkg.dec
39  MdeModulePkg/MdeModulePkg.dec
40  EmbeddedPkg/EmbeddedPkg.dec
41
42[Pcd]
43  gEmbeddedTokenSpaceGuid.PcdIsp1761BaseAddress
44