X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FMetronomeDxe%2FMetronomeDxe.inf;h=226d79dba14e51b2909a31f7fd5d85ade67f62f2;hp=6e1af3a2960ea69ab38e9a3d200afd37a96afb97;hb=HEAD;hpb=bdfd1356be49ba8078576e9a279bdb71419dafba diff --git a/EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf b/EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf index 6e1af3a296..226d79dba1 100644 --- a/EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf +++ b/EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf @@ -1,16 +1,12 @@ #/** @file -# -# Component discription file for Bds module # -# Copyright (c) 2008, Apple, Inc
-# All rights reserved. This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# +# Component description file for Bds module +# +# Copyright (c) 2008, Apple Inc. All rights reserved. +# Copyright (c) 2012, ARM Ltd. All rights reserved. +# +# SPDX-License-Identifier: BSD-2-Clause-Patent +# #**/ [Defines] @@ -22,13 +18,12 @@ ENTRY_POINT = MetronomeInitialize - [Sources.common] Metronome.c - [Packages] MdePkg/MdePkg.dec + EmbeddedPkg/EmbeddedPkg.dec [LibraryClasses] BaseLib @@ -39,11 +34,11 @@ UefiDriverEntryPoint TimerLib -[Guids] - +[FixedPcd] + gEmbeddedTokenSpaceGuid.PcdMetronomeTickPeriod [Protocols] - gEfiMetronomeArchProtocolGuid + gEfiMetronomeArchProtocolGuid [depex] TRUE