From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::242; helo=mail-wm0-x242.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 31EB021A10969 for ; Sat, 25 Nov 2017 05:23:21 -0800 (PST) Received: by mail-wm0-x242.google.com with SMTP id u83so26701492wmb.5 for ; Sat, 25 Nov 2017 05:27:40 -0800 (PST) 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=qmyFucKV0zdIWhoQd5qlk3z5Sduu28J53JufoRPG7z8=; b=O5oKiiLbNofc3sn81ofIs3C+lsEC5CelAQj4iIOPIGMgULQiyD4ZL9ezGMG1vgY3Bw ePBKhnjifAgrMnQ5s5RffyWSQMJdX4DLW24apocuDjKP19A6a7CdM/ZrnBTEHxOTnd7e G1tAea+p49zbfn3v0x5OUmqV76cReKy9VfSCM= 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:in-reply-to :references; bh=qmyFucKV0zdIWhoQd5qlk3z5Sduu28J53JufoRPG7z8=; b=a+NNwKhZgH9H+h/qb3aZAdfFvf3pyu5u2gasPfxr0P/zdaTB7LKEhggTFw5KZI+SRb DAXFwNYqiMgLW9Br2lI4bquGuvTRmPgK4ZrCpIlrKQ8YPAGIWZ5CzGZqRXyxMk8CQk9B sMXzUdbVPo48veFRJGLGdAQF2xTgtrgNYmZUHjoivm7kArlEN+zIbcxOnsjWzHdwAlMD oUFZQ/vteuad8yNBL2tCn/B7QklONrMHPLQ9urSur6wX+7iLnuA8K0057ZM5CVtrLtvz 38Y3u+fZFrY0Ab9VxmVETBoue40UXsYHi3RdLfHtTm9qtZccswc/i3vxiFKYuyMoNCqJ 5b9A== X-Gm-Message-State: AJaThX7DaMbrpQz8s0WZzUmAkbWAHJvmMIt13FPzksC4tZUOIPrmr/Az zLp33VcYGX1CRQFcAVCqkm5eljBY4fM= X-Google-Smtp-Source: AGs4zMZlUOUcLKoLTZkxWV0iKyBs6hZ+ZjfRydown2+23Kv5J3c5kXO7ZmbDDIm1OdVxfavKVVhpuw== X-Received: by 10.28.185.196 with SMTP id j187mr12666733wmf.97.1511616459269; Sat, 25 Nov 2017 05:27:39 -0800 (PST) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id c2sm7420176wrg.57.2017.11.25.05.27.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 25 Nov 2017 05:27:38 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: ard.biesheuvel@linaro.org Date: Sat, 25 Nov 2017 13:27:34 +0000 Message-Id: <20171125132735.3507-2-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171125132735.3507-1-leif.lindholm@linaro.org> References: <20171125132735.3507-1-leif.lindholm@linaro.org> Subject: [PATCH 1/2] EmbeddedPkg: add UefiRuntimeLib resolution to package .dsc X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2017 13:23:21 -0000 Required to build Android*Boot standalone. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- EmbeddedPkg/EmbeddedPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index d7ee6a3018..d0af235f99 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -83,6 +83,7 @@ [LibraryClasses.common] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf UefiLib|MdePkg/Library/UefiLib/UefiLib.inf HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf + UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf -- 2.11.0