From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f176.google.com (mail-pl1-f176.google.com [209.85.214.176]) by mx.groups.io with SMTP id smtpd.web08.4239.1657314195662090418 for ; Fri, 08 Jul 2022 14:03:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Fo4vyCLl; spf=pass (domain: gmail.com, ip: 209.85.214.176, mailfrom: kuqin12@gmail.com) Received: by mail-pl1-f176.google.com with SMTP id r1so17265769plo.10 for ; Fri, 08 Jul 2022 14:03:15 -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=zW9Qe8lPnps/TEUjIwoo7xRBuxStMKyJLSNiudOqYwU=; b=Fo4vyCLlqcHHNQ1ViOLSf1H0o6WtdHf/xCH5D03eWNmWfoNpF+GLbx2WBrSgiFVzHm swgQMJyUPKT4Wzvq4XyBC5gj6rhMrJHAzmHjniLT6WBbL42EBNoaTswO7Xb0mDd39iOT HafH+LQIeRIBK/M0ObV1DYqOFat2fUGv+IIcZabxNKa5qGhF7+0yhqxl6p3KK1uhmku4 QAt5V544QLGedF+LFXOoER2MjaZYv3CDPDE97QXbF+OL1Qn0xWZbHFBEmQnIjXuABoM9 2yiK00k/3rMy+WlG934CkdCM+G9xD1gwR8r5iIJMuyPQ1l6UeunJFCqc6r00XtAkG8yj uh3w== 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=zW9Qe8lPnps/TEUjIwoo7xRBuxStMKyJLSNiudOqYwU=; b=OXUnBrvh5Q8QgQSgCt4BxxPwvoCL8hfA+X6bkJipLxq5CvYsdZa4if5e2Z/YpKXSpS O+/ulqz2g2rZLHX9nTvXNh6Y3gnZM0YvUXF+YNCrbd9LO0Eqs97eXRUNTK8gwBRxcQyX HVutw6PVSrprOCqFgzgkqO8GTaisAGn0W2WWU4+OGBK/7GfFMrUdBwcRl31QN81DCCSa iYAXWslGUQFJrvxp9puL8jIUD4f+1LUMZmW8jTC/BkKX3PCsGh2C4xEdS1b2INW/Y2Li rYaYHt2NPs5mh2qoxUxqTa89gwJVaC/qi6lNL0tbcDwd1utlOIVXSjk7crRZtuXlNHJl LIVw== X-Gm-Message-State: AJIora/Ykfsz6R4mxQEqst0uoZrS8MXGwFec446SVx49gBNc3n3pCyrK PXpmaOlfBEqRSXYpc66+k95bcI9Z45s= X-Google-Smtp-Source: AGRyM1vjG/6ccWSnx3lZnkU0k4frEF0oXcZ30jgNdjjRzvg+UgZ6Eu3/0j2ZmMFtjUPK/OOKMbP/cA== X-Received: by 2002:a17:902:b70d:b0:16a:39e6:13fc with SMTP id d13-20020a170902b70d00b0016a39e613fcmr5611512pls.125.1657314195084; Fri, 08 Jul 2022 14:03:15 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([192.182.149.255]) by smtp.gmail.com with ESMTPSA id t12-20020a17090340cc00b0016c1fdaa38fsm2323922pld.231.2022.07.08.14.03.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jul 2022 14:03:14 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Masami Hiramatsu Subject: [edk2-platforms][PATCH v1 5/7] Socionext: Pipeline: Resolving newly introduced dependency Date: Fri, 8 Jul 2022 14:02:56 -0700 Message-Id: <20220708210258.1250-6-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.0.windows.1 In-Reply-To: <20220708210258.1250-1-kuqin12@gmail.com> References: <20220708210258.1250-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 DeveloperBox platforms build. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Masami Hiramatsu Signed-off-by: Kun Qin --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc index 8419c89318fb..917c1532fb3c 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -55,6 +55,7 @@ [LibraryClasses] !if $(SECURE_BOOT_ENABLE) == TRUE SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf + PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf !endif [LibraryClasses.common.SEC] -- 2.37.0.windows.1