From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by mx.groups.io with SMTP id smtpd.web11.380.1574705242173144163 for ; Mon, 25 Nov 2019 10:07:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=R6bEhbxE; spf=pass (domain: linaro.org, ip: 209.85.128.44, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f44.google.com with SMTP id b11so274066wmb.5 for ; Mon, 25 Nov 2019 10:07:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=pDaq+/myNRnstED5VbsEQVNz3mBrrn8zgWH/NR86EdM=; b=R6bEhbxEoCS5k82R3Qhv3ly1hw+ZVzvciDzJrFyKmDk4sx9doXtx3hvrXMEU8YinCv QjEQVv2NmPHWfdtPCNmb5UWzgnZulF0B8N/9TmCVsGk8YKzbxUsu8ddFoQVRxLINEJos S3aTH9U1oaKh7CR0po52jiZfq5EUQ1uJ+2wi5ddgHB/3exBWZtw+ziPjw2b/5b7MDJbG /+1U1Z8G8MjcY63Seu2muSsVNBXcVZ6naoRk+7RUftBUYDIC31JeB1+2WrwaCKhPuOpt yJXEJ4RqDrMKAlZkERb83YHADvuIAzFZiNLPhQcBhktC4iETkFMGLajuaR4pPkRfkAsD DBOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=pDaq+/myNRnstED5VbsEQVNz3mBrrn8zgWH/NR86EdM=; b=TuHFeZi8t5uHmv9WmC5qKzOEEfEwrblyi9bDTBJfDE572ePnvweUVCWctgUTMWipYJ N9n+IOOFKdcvF3Z59Unkfg7R6OBxniV12SYNcsqX6sCcFtp6slZMGXsS7+DKy6e1eA8K I/q6JKVCdf1kIPfib9oC+FDHCSAwIXWdqeevpDNUpindYp/y0EXZE6sWHZql26WM42je Dy53KlltAviWHPgDsmqg835echg5KR4lBrdXz195MHXIVRdqpz27wE+8fo/WxhBjLSaJ xhxv/hpJ1zUkBvGZOd923u4IeCFnF8dg+v07d3Mi9J+TJaqIVqSpZcomIsHs2040GVPD BFNw== X-Gm-Message-State: APjAAAV9F8ZizecGqcQwux5ElmCciFWsQzEWpSwWeBgx+DZhBqSy1L73 GIEocGXdKV/kqb41EZl10fU98Obyc5eV4g== X-Google-Smtp-Source: APXvYqyfjqhswyeb+z0Bn19pEH6MxzlYi532n4VX+CqWFOjBElPcHJRTNUPZZfBKIRhO/G58LB769w== X-Received: by 2002:a7b:ce11:: with SMTP id m17mr122951wmc.113.1574705240523; Mon, 25 Nov 2019 10:07:20 -0800 (PST) Return-Path: Received: from localhost.localdomain (91-167-84-221.subs.proxad.net. [91.167.84.221]) by smtp.gmail.com with ESMTPSA id b3sm50478wmj.44.2019.11.25.10.07.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Nov 2019 10:07:19 -0800 (PST) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, Ard Biesheuvel Subject: [PATCH edk2-platforms 1/3] Platform/Overdrive: add missing resolution for FileHandleLib Date: Mon, 25 Nov 2019 19:07:08 +0100 Message-Id: <20191125180710.62600-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191125180710.62600-1-ard.biesheuvel@linaro.org> References: <20191125180710.62600-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Changes to the core EDK2 repository have caused the build for Overdrive to break. Move the existing FileHandleLib resolution to global scope to get things working again. Signed-off-by: Ard Biesheuvel --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc index 7369173cc125..5a38b9dd96ae 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -142,6 +142,7 @@ [LibraryClasses.common] DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf + FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf @@ -697,7 +698,6 @@ [Components.common] PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf - FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf -- 2.20.1