From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mx.groups.io with SMTP id smtpd.web10.10964.1655152809621432416 for ; Mon, 13 Jun 2022 13:40:09 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=bKYdk8/d; spf=pass (domain: gmail.com, ip: 209.85.215.170, mailfrom: kuqin12@gmail.com) Received: by mail-pg1-f170.google.com with SMTP id 129so6609363pgc.2 for ; Mon, 13 Jun 2022 13:40:09 -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=sa9eHB9LXh3zQ/NNZs9DPPgToyyk+FlNWCNdBA8ZSVU=; b=bKYdk8/d7AchmFG40d9IS5LD/+ncokncpCNW1fsOOXaDcUkdfg3XQHsH1qZzh5D90m 2+7EbHrpCnwPd2VeImMpi8WDsUEdVMJ8v50IefP8UL/tlfkJrk3Npio0P61UMxH9+CNQ 19QY7W21H3OijR+DapsokiacJnsGboZPyGmyo3YeS6Sb6OkxbgOa6/GyyYUCN+nkJjx4 g9q+OjR0ft7lRJmV4MVcCyuAwun+GB8idsYq/XoTmJFNKxeOwdL8ELMEBY7R12rJXVcI LEFaVEeYeqEuqLRjs7MFQVr8PFz2CxLhmFhtNlL+Wzcns+HqSj2YHVEjxceWxSaoSQZP pjaA== 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=sa9eHB9LXh3zQ/NNZs9DPPgToyyk+FlNWCNdBA8ZSVU=; b=o6TutZB1q/hmV2rPvmKWLirzDFFD+duNytSO7nrC37Y6MrOO09eUnQQS4gnteFXWjU mvgHq+bf+ZlN/qeDdXhjaIV/1PYt9V0Mw0CCGAfGGtT9+UG0MyJi2O4aIcjOtYB50NP2 QqZWYwzUkvxYrhLXkAFTwT2qDo9YdxjC+NW7aG8IzONISzIfxxZ0Qp2wTkmy4B2XZiRo luXvLFBn6xTbQJ4UcPNd9CYjrnoGUQREuDfA8T2vxJKTI1QGI0qm/mw2wKcteb4sx5/8 W4xVrifZqyKGN8KtH1YGQg+ua4rjb8eZceVaNTML4OxoJXUiYdtxUE/Jvk5bvowDJV0o 0E8Q== X-Gm-Message-State: AJIora85nDQ+6eBzS46DOn6AwNsbWwqsR+1/l+ApWkRkqom+FCQhaJrQ LLidST+VhRAmxAk6ItJxx1EWN+Y9my+ATA== X-Google-Smtp-Source: AGRyM1uAB1tjgojdA0pqox4nEtK9Tc2YYvkHj7meMvUKMoJkp0KlIwvoPYC3etcId1zuF8TTTYCqCQ== X-Received: by 2002:a05:6a00:ac1:b0:4f1:29e4:b3a1 with SMTP id c1-20020a056a000ac100b004f129e4b3a1mr743058pfl.63.1655152809063; Mon, 13 Jun 2022 13:40:09 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.66.9]) by smtp.gmail.com with ESMTPSA id g14-20020a17090a578e00b001ea90dada74sm5603239pji.12.2022.06.13.13.40.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jun 2022 13:40:08 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Andrew Fish , Ray Ni Subject: [PATCH v2 11/11] EmulatorPkg: Pipeline: Resolve SecureBootVariableLib dependency Date: Mon, 13 Jun 2022 13:39:42 -0700 Message-Id: <20220613203943.704-12-kuqin12@gmail.com> X-Mailer: git-send-email 2.35.1.windows.2 In-Reply-To: <20220613203943.704-1-kuqin12@gmail.com> References: <20220613203943.704-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 4cf886b9eac7..b44435d7e6ee 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -134,6 +134,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.35.1.windows.2