From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=o12fADtL; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.208.196, mailfrom: mw@semihalf.com) Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) by groups.io with SMTP; Sat, 27 Apr 2019 02:16:49 -0700 Received: by mail-lj1-f196.google.com with SMTP id t10so4035785ljg.7 for ; Sat, 27 Apr 2019 02:16:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=GOPqbseXoazrvV/M/Irx55T01PfiTaXa/kaxXwjzGkI=; b=o12fADtLGk40jay7w/gPHEhfSywbWRbqotguoUj+Ele/ff7lUfXMqkBjH+OIrJ5vWk Bol4mhlWwmjiMah4vHiaUUxRjAXLyHGVrjl8B1aw3peAjqlkYeTMaGf8S7VZvUrSjIAy XLY+B3aKtdNyB9wkre87MYN2EUXOaq4uEOkYAc5+zQZp1EcQj22nnKR515TnG7lofeQx gr6nsb0DTsbgN+flwxXfspAPH2d0zenKyPQBCVd5h65g+yxmt7/pz+o8liw+wSBxB4kU MIGSFWaeGqjlW6dyQD2D+4tA5k97yLcvXHZib+wV5GpxDCBMfDG0lZ7EZWucObfHFSlr rrGQ== 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; bh=GOPqbseXoazrvV/M/Irx55T01PfiTaXa/kaxXwjzGkI=; b=FetujMiK///A2uNtGhhcWuCbBPOgaPtSxpaLgH+WiSRrRGbjP4l0VygsuKhSqQwI0+ /LUPWf0oIENoR3OF2m/xxxrfkSiatE4oo7Njc8exNL3Ct6Ox80hryV8hRiAQ6WiYkZUo pnaA3g28AV5zpRHYvIk4BaGz6JynhN9H29IdwVtMI+a4lHF/CSkUO7jc6tBmHHy4TwqD Q0LrhLHevjAfC8qD7DPQIOKA6KmhHkkjHnm1Jjy2YYv7k8nVl2LlXIIR8xQ8PSfFHBQF 7h++aWZ+2DqS5uB5Yza03g29d7pzRNllM2MjCD0LRqT7j33ae0VPG3HOTcCDyyX9n2yp DT3g== X-Gm-Message-State: APjAAAXDmLXSnED0yPekBhtDpO13fqvSygwF/icrip92KXSUq4oobvCR QfiVCYd3PEeQ5qWSnuNMf9Bjd7GIV84= X-Google-Smtp-Source: APXvYqwnjHqFU60x3Bf32NSNlmcXEHIFwQq1UeUuC9W1dzPCi/gbBobUzvLISwfaAr1XcilFGhynRg== X-Received: by 2002:a2e:8ec5:: with SMTP id e5mr27481243ljl.7.1556356606852; Sat, 27 Apr 2019 02:16:46 -0700 (PDT) Return-Path: Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id h24sm5713203ljc.85.2019.04.27.02.16.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 27 Apr 2019 02:16:45 -0700 (PDT) From: "Marcin Wojtas" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, mw@semihalf.com, jsd@semihalf.com, jaz@semihalf.com, Jici.Gao@arm.com, feng.tian@intel.com, michael.d.kinney@intel.com, liming.gao@intel.com, lersek@redhat.com Subject: [PATCH] EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS Date: Sat, 27 Apr 2019 11:16:32 +0200 Message-Id: <1556356592-8614-1-git-send-email-mw@semihalf.com> X-Mailer: git-send-email 2.7.4 Latest change allowed to add dependency on NvVarStoreFormattedLib for the DXE_DRIVER modules. Although effectively it is hooked using the 'NULL' class, extend the LIBRARY_CLASS with according type for consistency sake. Signed-off-by: Marcin Wojtas --- EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf b/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf index 98a0049..e2eed26 100644 --- a/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf +++ b/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf @@ -25,7 +25,7 @@ FILE_GUID = 78f76ae8-ae62-4455-8148-c3a7ebaaa3f3 MODULE_TYPE = BASE VERSION_STRING = 1.0 - LIBRARY_CLASS = NvVarStoreFormattedLib|PEIM DXE_RUNTIME_DRIVER DXE_SMM_DRIVER + LIBRARY_CLASS = NvVarStoreFormattedLib|PEIM DXE_RUNTIME_DRIVER DXE_DRIVER DXE_SMM_DRIVER CONSTRUCTOR = NvVarStoreFormattedInitialize [Sources] -- 2.7.4