From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f43.google.com (mail-wr1-f43.google.com [209.85.221.43]) by mx.groups.io with SMTP id smtpd.web10.1008.1574880270819198550 for ; Wed, 27 Nov 2019 10:44:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=YbJi7WT/; spf=pass (domain: linaro.org, ip: 209.85.221.43, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wr1-f43.google.com with SMTP id t2so27919836wrr.1 for ; Wed, 27 Nov 2019 10:44:30 -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; bh=XWbwCo2XVhbsDsaxkvZjLYBda5HX7viIEJ5wM3uxjm8=; b=YbJi7WT/QD0lwBuGpFUWoxRtkt7rwgVbS39W7vVo+r0z5Jk46mMF5ZEiS5IIiDPfsh 7BtYyNP1WHghSo4AQaRlQDOlppk9B2UBqgz2RRB91tHjfi/2NufhweKcwKAr8nOlSrvp eb5wa0ebdQVmcuFDP75+COhPGb+FvLDskByCt8PAJOSWwHFJKNIyZDU8lkmkqYTxnIvo U/VQKvSauJ1XypAXmzTOJrYdVcX95z3RLFXGsv5LrssGBhrVeRxwyUsej+mp5/lkVhUj YKJcE45NEvcZdJ8RIJhW72fRAevvH9CvHVoCPFZi3uYbnbjidWYIs0qiAcw6BIpTOoQK P5Gw== 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; bh=XWbwCo2XVhbsDsaxkvZjLYBda5HX7viIEJ5wM3uxjm8=; b=gSt7U4/zKa824omoCImL1jlnxLfwsE2jIlcsZJLT6Rye0niR012y2YTWMwhRvUZldv glQwhGm2Lmn9Jx95SOnCvTVke0C0E96KoKf9OtiCKS4O/CGStIowBOFbQBHUCLjaNl4g jVufIqEDKdIi9Yig+iccidI8iuAvNWFUXSKqtUN2PAOerOi6mmP2z/GLU4aFDZmcMujh cO4LNsGADm40I4ewXMm3hkpaxf/W0qaQJCDegbCROOEgzpsDdjnw2NM69EfnTStH4gt+ Zzx9U5S40ZF7LbiGyEKki5CzwK+pyGFJhN8s2fFdiAAZWHHE2Zf2gcuoP9ovdm9+qQDR y+lw== X-Gm-Message-State: APjAAAULgrjHqz3ofrSu4le6O+gVUvbMEdVnM00Em3NYR1mEK1j5xK7c t6oEt5V63MJ+ej2dcqbFzgyEqRMTFQE= X-Google-Smtp-Source: APXvYqxLRPqghi8HbQECX+HKskuCUosbVPPaAl9p56n0d3UxWR8JR6/bbDlITbg8TxlOyv81m7rykQ== X-Received: by 2002:adf:f20f:: with SMTP id p15mr41196244wro.370.1574880269141; Wed, 27 Nov 2019 10:44:29 -0800 (PST) Return-Path: Received: from e123331-lin.home (amontpellier-657-1-18-247.w109-210.abo.wanadoo.fr. [109.210.65.247]) by smtp.gmail.com with ESMTPSA id f67sm7947741wme.16.2019.11.27.10.44.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Nov 2019 10:44:28 -0800 (PST) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, Ard Biesheuvel Subject: [PATCH edk2-platforms v2 1/8] Platform/Overdrive: add missing resolution for FileHandleLib Date: Wed, 27 Nov 2019 19:44:32 +0100 Message-Id: <20191127184439.16793-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191127184439.16793-1-ard.biesheuvel@linaro.org> References: <20191127184439.16793-1-ard.biesheuvel@linaro.org> 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 Acked-by: Leif Lindholm --- 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.17.1