From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) by mx.groups.io with SMTP id smtpd.web10.762.1651687501065062937 for ; Wed, 04 May 2022 11:05:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Zy/Pqd32; spf=pass (domain: gmail.com, ip: 209.85.215.181, mailfrom: kuqin12@gmail.com) Received: by mail-pg1-f181.google.com with SMTP id t13so1755345pgn.8 for ; Wed, 04 May 2022 11:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=nE6d2uVU5j7EE2sdm/TGOxfpLy9xfskUIC6upUEpN0Y=; b=Zy/Pqd325+zK9WdwPmJoMQU6RdXWt9XcQVbEo7/KktT2A0oPNnicF7rfLhXFWfBM5+ vrRju/OhhudJBBGUv9HChumINN2PTPYnxhcVnIvDQyeiAXMmdwMBofGrGvGnWTavo6ao le2Ghsilxs2OmicQEEQMEl+9tSwMTz8HPR+r0VEAVZNhGJn6GxdUB575pY9EjSP15QE7 kT/24R2CPOOgWlZK2K5f2k5CX7YXM42bP2xnj980HIhc4KUEJoEiPeqO1/gepXqFAiFm tk0e/P0b2Gknu7ZmO8v7xKtLtTPjE4aS3Vjqd4v4pOq2ChtuoAqc7AYrkB9QsL170ka7 oeJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=nE6d2uVU5j7EE2sdm/TGOxfpLy9xfskUIC6upUEpN0Y=; b=7BYXy0H19wBPhUCU6x4EW5zTBS18Sj+QTHtYNuLfMpZMrSUvvWad4vxytwmovH3qLl 8jtQL2BsQ0pWX//GKvvOvgExqfPOOEN0jiLDoGew66WUlMkhwC+gCTHJ/OoWATwUPakU OInDFwjeRzHZ5JonsL24FF+wRTPDwbGYasQ1yk2hNdSw1hER9ougO+XDU5zQjqmBoccd Nn2pCgyvK3raLoCNugn2UG0OYevkXqh/FA08hCtpgsLIkilpmYGd68ApnHTWYoAOxxR+ KHqtFBRzZkLHBMIAu+xCIJZIAYz7bvT5sRb9gmIMoCe/2FR0WU0Am+1FM20x/V3Ncilz 5LEw== X-Gm-Message-State: AOAM531xFuRaffOqPiac8Q18s8YEj4tgUVVGKl3A3+oGkQ3hjjZXcjGG 8b8w3+Rowa5qSUju8rHMj+xagSaKsmrPdQ== X-Google-Smtp-Source: ABdhPJwm0PcHIPEYhqC+USNX5pNbA9SB9/ldqVfIPRCIJ0tr5/8acM+oSpKR0azkSZqav5grGmLC6A== X-Received: by 2002:a63:2317:0:b0:3c1:f437:2e7c with SMTP id j23-20020a632317000000b003c1f4372e7cmr15394130pgj.351.1651687500503; Wed, 04 May 2022 11:05:00 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.47.82.110]) by smtp.gmail.com with ESMTPSA id n5-20020aa79045000000b0050dc7628143sm8496347pfo.29.2022.05.04.11.04.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 May 2022 11:05:00 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [PATCH v1 11/11] EmulatorPkg: Pipeline: Resolve SecureBootVariableLib dependency Date: Wed, 4 May 2022 11:04:37 -0700 Message-Id: <20220504180438.1321-12-kuqin12@gmail.com> X-Mailer: git-send-email 2.35.1.windows.2 In-Reply-To: <20220504180438.1321-1-kuqin12@gmail.com> References: <20220504180438.1321-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve pipeline builds. Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Kun Qin --- EmulatorPkg/EmulatorPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index 554c13ddb500..06eb8633608c 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -133,6 +133,7 @@ [LibraryClasses] PlatformSecureLib|SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf + PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf !else AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf -- 2.34.1.windows.1