1#/** @file 2# 3# Component description file for Bds module 4# 5# Copyright (c) 2008, Apple Inc. All rights reserved. 6# Copyright (c) 2012, ARM Ltd. All rights reserved. 7# 8# This program and the accompanying materials 9# are licensed and made available under the terms and conditions of the BSD License 10# which accompanies this distribution. The full text of the license may be found at 11# http://opensource.org/licenses/bsd-license.php 12# 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 15# 16#**/ 17 18[Defines] 19 INF_VERSION = 0x00010005 20 BASE_NAME = MetronomeDxe 21 FILE_GUID = 4C6E0267-C77D-410D-8100-1495911A989D 22 MODULE_TYPE = DXE_DRIVER 23 VERSION_STRING = 1.0 24 25 ENTRY_POINT = MetronomeInitialize 26 27[Sources.common] 28 Metronome.c 29 30[Packages] 31 MdePkg/MdePkg.dec 32 EmbeddedPkg/EmbeddedPkg.dec 33 34[LibraryClasses] 35 BaseLib 36 UefiLib 37 UefiBootServicesTableLib 38 DebugLib 39 PrintLib 40 UefiDriverEntryPoint 41 TimerLib 42 43[FixedPcd] 44 gEmbeddedTokenSpaceGuid.PcdMetronomeTickPeriod 45 46[Protocols] 47 gEfiMetronomeArchProtocolGuid 48 49[depex] 50 TRUE 51