From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3EF1D1A1E73 for ; Mon, 24 Oct 2016 10:42:11 -0700 (PDT) Received: by mail-wm0-x22a.google.com with SMTP id f193so18303575wmg.1 for ; Mon, 24 Oct 2016 10:42:11 -0700 (PDT) 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=OxjqnYydLzcw8C2BRNNnTu/EXmA0aVp63HQ2VgwTPSA=; b=dUHdpVW/rxoHjV8DhApnB3mqJzIYImcmBFp3G6yrGUa016yEjfmnA39UGjcCCMk6ye h22DporXJXpFTvEJYhMJ9D7teBOCuxghmBHciw1+VWdUPL8W/fWpYSD9VvoV2twUiLec rjbkKGw7nBNh+LeorBXjoc6KvksmEv1tTP03c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=OxjqnYydLzcw8C2BRNNnTu/EXmA0aVp63HQ2VgwTPSA=; b=gvFUgVRInKtMhcbnPVt+aao0T0yHev0wSW+P/akaTz5tkMW2geEJ7PlU4CPLG8Nit1 YIE2F7uU8NhJSGmh/KePRhXisPRG0cltaxEm4EbpanhAA5N9aAntlnuAeRAlJ7m6bNBq U/D8MNUUiA7uNZg6slx+K6fYzlaQDWyNOVfFIqkIE3gv4Og7U1JD5uUffPIq4UcTDnP2 /8FjdxCffwVg7nGkBq3IzuNVQBU1C2VXdAnqzA8Bv5ooOC7Fm54mtKeN0FgWSNFSKdsh ELof7LXhvZ1k6tRczslNPNLHkZTTacM1a0Li5D9aceNEQr7UeMh0rdb0J5HL/ihjSVNZ KA/Q== X-Gm-Message-State: AA6/9RkT9tPe+UBzqagMnyw4i/wmRPlyLcv046PwarRaTX+oFTP1iZ9kFZ6ZDpctnKY//TIg X-Received: by 10.28.55.203 with SMTP id e194mr22642490wma.97.1477330929832; Mon, 24 Oct 2016 10:42:09 -0700 (PDT) Received: from localhost.localdomain ([105.146.229.54]) by smtp.gmail.com with ESMTPSA id 194sm15894873wmj.20.2016.10.24.10.42.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 24 Oct 2016 10:42:09 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, lersek@redhat.com Cc: Ard Biesheuvel Date: Mon, 24 Oct 2016 18:41:41 +0100 Message-Id: <1477330907-13733-4-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477330907-13733-1-git-send-email-ard.biesheuvel@linaro.org> References: <1477330907-13733-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [PATCH 3/9] EmbeddedPkg: add missing modules X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 17:42:11 -0000 Add modules that live under EmbeddedPkg but were missing from the [Components] section of the package .dsc file Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/EmbeddedPkg.dsc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index 5224bcefa9c7..cc95564f31af 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -280,5 +280,14 @@ [Components.common] EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.inf EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132Dxe.inf + EmbeddedPkg/Library/AcpiLib/AcpiLib.inf + EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf + EmbeddedPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf + EmbeddedPkg/Library/EblNetworkLib/EblNetworkLib.inf + EmbeddedPkg/Library/FdtLib/FdtLib.inf + EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.inf + EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf + EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf + [Components.IA32, Components.X64, Components.IPF, Components.ARM] EmbeddedPkg/GdbStub/GdbStub.inf -- 2.7.4