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:c0c::241; helo=mail-wr0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 457B62216229B for ; Mon, 4 Dec 2017 14:18:39 -0800 (PST) Received: by mail-wr0-x241.google.com with SMTP id g53so19020268wra.2 for ; Mon, 04 Dec 2017 14:23:09 -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=zfu91XPpxCpA3n5JXvgOJsJh6qRbfSq0oeZBnysKlws=; b=DP4qboNEK26jravN8MoNsnxEBWT370s20m0PDbpweusdFolAVqbRRb6tbqRwSZnZtQ ezJa2P74O2uscl7UFnmBokV/VBVFyWVPss6i1Pk6pxDnspcnT5aIPP5YVAZBrz0mnZf/ zm1hzG9qUwdcmCmNJHbmoOJGFvcyf1WY2KtOo= 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=zfu91XPpxCpA3n5JXvgOJsJh6qRbfSq0oeZBnysKlws=; b=fPoq12uUs+/iNqmOUJhnOWvWPCtWyKVi48SekEhGBg3xBXQuyOIXX+tMENCtBfnXx0 LpJL0GBl6oF9uPINrBaRd8QsUXZwIYpKRJF7+0eYKUADS2Ovb3aPqPKkOu44ecHlqkoe oi1I0yVmB+xbz1QuXL1yWvNLU/+2J6N4rql6C2mJFQVrE3tNcg3Td7PFzl4z6okpv1nk Opnx4nn4ygiLGBGyPjw9AO3W3FXoYdXtlHmfj69gGb9pIYM5WrDEIecl5WHaY6JvW0lc 0LSGg04+qCjmCeCcUN6V4lRRCPOoCzzW3wkFljg6lBSANwRO+CiD+cDqS9KYcb9/Zq0w /Dtg== X-Gm-Message-State: AJaThX6WiNqoOlDkPHNINjhnAiUufhbP6GU/Z/ok+sESU/qOuvNdoOBn /GPRjYRIT9rGLUNtUg+HNBISgrDkEoE= X-Google-Smtp-Source: AGs4zMYS61iCDRVOtWopLRKTEh+C7fzjhXQn5YhKb8gvKHADTxvZy0bTyGPaH/iqEdCvg34EnllStQ== X-Received: by 10.223.160.184 with SMTP id m53mr14164088wrm.126.1512426187803; Mon, 04 Dec 2017 14:23:07 -0800 (PST) Received: from localhost.localdomain ([105.150.171.234]) by smtp.gmail.com with ESMTPSA id x133sm5667961wmd.44.2017.12.04.14.23.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 04 Dec 2017 14:23:07 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Mon, 4 Dec 2017 22:22:36 +0000 Message-Id: <20171204222243.15950-7-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171204222243.15950-1-ard.biesheuvel@linaro.org> References: <20171204222243.15950-1-ard.biesheuvel@linaro.org> Subject: [PATCH v2 06/13] ArmPlatformPkg: add missing library class declarations to .dec file 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: Mon, 04 Dec 2017 22:18:39 -0000 Add ArmPlatformLib, LcdPlatformlib and NorFlashPlatformLib to the [LibraryClasses] section of ArmPlatformPkg.dec. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/ArmPlatformPkg.dec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ArmPlatformPkg/ArmPlatformPkg.dec b/ArmPlatformPkg/ArmPlatformPkg.dec index 9d47e459eadc..d42404e8cd38 100644 --- a/ArmPlatformPkg/ArmPlatformPkg.dec +++ b/ArmPlatformPkg/ArmPlatformPkg.dec @@ -32,6 +32,9 @@ [Includes.common] Include # Root include for the package [LibraryClasses] + ArmPlatformLib|Include/Library/ArmPlatformLib.h + LcdPlatformLib|Include/Library/LcdPlatformLib.h + NorFlashPlatformLib|Include/Library/NorFlashPlatformLib.h PL011UartLib|Include/Library/PL011UartLib.h [Guids.common] -- 2.11.0