]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Drivers/Isp1761UsbDxe/Isp1761UsbDxe.inf
EmbeddedPkg: Remove dependency on TimerLib
[mirror_edk2.git] / EmbeddedPkg / Drivers / Isp1761UsbDxe / Isp1761UsbDxe.inf
CommitLineData
dbfd80d8
OM
1#/** @file\r
2#\r
eff98cf9 3# Copyright (c) 2013-2015, ARM Ltd. All rights reserved.<BR>\r
dbfd80d8
OM
4#\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\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\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = Isp1761PeriphDxe\r
18 FILE_GUID = 72d78ea6-4dee-11e3-8100-f3842a48d0a0\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = Isp1761PeriphEntryPoint\r
22\r
23[Sources.common]\r
24 Isp1761UsbDxe.c\r
25\r
26[LibraryClasses]\r
27 DebugLib\r
28 IoLib\r
29 MemoryAllocationLib\r
dbfd80d8
OM
30 UefiBootServicesTableLib\r
31 UefiDriverEntryPoint\r
32\r
33[Protocols]\r
34 gEfiDriverBindingProtocolGuid\r
35 gUsbDeviceProtocolGuid\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 EmbeddedPkg/EmbeddedPkg.dec\r
41\r
42[Pcd]\r
62d441fb 43 gEmbeddedTokenSpaceGuid.PcdIsp1761BaseAddress\r