From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::434; helo=mail-wr1-x434.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) (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 8580A211DC095 for ; Mon, 18 Mar 2019 08:57:03 -0700 (PDT) Received: by mail-wr1-x434.google.com with SMTP id n9so13567768wrr.9 for ; Mon, 18 Mar 2019 08:57:03 -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=x329PAPhYd6a9/VOK9D9xFtQE4Yosz2I/toSt3rG+5o=; b=SVRybUxsm3dTw9E+6r7UzM6BCyF7msKnTA6OS3exKJK+kSqWhW9Gz02mbh0X5vdhaO QuApVgdgagjcWZ1fl791j0oF1M+c1CFVrpmyfJlIrdkFGWRRP5pvUZUhB5xcbCfC6uCf 1o8/bqLI/u8Q6RVYLYc92tLC9n+GEvC0ihsew87+cD1qmrlDiyWbWaOJvfH+RkikSQgS /WPTI6NC0OltxN4NY8MHVCUnVmR9nW5oE6g0GRB9HBAIWXV+VzBgXellq7cbcSJcNzoO zDJJwctOnN+9Qgt6Ep8Ar53wglB21XML3zhKWi+cG/IufT1Zcke5VtasI6aImjEVwlL5 DVag== 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=x329PAPhYd6a9/VOK9D9xFtQE4Yosz2I/toSt3rG+5o=; b=YxYmq7202JSrtdC3b8HdfPxWrPVbjE9Amlp5TCMFqpEQ0QF4KiuRmcy19OSFKhfy4b ZBwGFPq41K88NzAveS1cjDxGt2AILwlREPOV4Vg24rKQqUVOtA+mxlWQy1fXhnihq0XU yeqm1bh0JIsGqqbZF2gzy6tjz/MzyPhDnKWu9biQdmIzoPyyws785/zeQt+LYuqR3p4l R5WKoClb7mO/vjtFLSapVdQ3+Iyn9686ch/KKuHt68WSQaDLRUl6IcIGEAlA2+6ehLlH 0jaD9crV0IpTJC3YelTN9OipahoARpUWXGByUS4yj3P5+Cb8NTdrf3LZIBCUe6pY6CEH Swcg== X-Gm-Message-State: APjAAAWetJBf+fDcNMNtMWyLmQf3aOrcdHlCwmbOnh+amd57xpaJ1O0C hYf5FYTswof3Ay7mDhhevYOgycSnUpk= X-Google-Smtp-Source: APXvYqxFc18M75ou3vVVwZAGQVnGpjlJdwOA1lVPF6pfxFLvLT3aj6NbvVs9vDiXyHIzLZ8yNeWYyg== X-Received: by 2002:a5d:540f:: with SMTP id g15mr13553347wrv.126.1552924621770; Mon, 18 Mar 2019 08:57:01 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92302-cmbg19-2-0-cust304.5-4.cable.virginm.net. [82.1.209.49]) by smtp.gmail.com with ESMTPSA id u12sm7954274wrt.2.2019.03.18.08.57.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 Mar 2019 08:57:00 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Sami Mujawar , Alexei Fedorov Date: Mon, 18 Mar 2019 15:56:57 +0000 Message-Id: <20190318155657.28324-3-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190318155657.28324-1-leif.lindholm@linaro.org> References: <20190318155657.28324-1-leif.lindholm@linaro.org> Subject: [PATCH 2/2] DynamicTablesPkg: add package .dsc file X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2019 15:57:03 -0000 Having a top-level .dsc makes it easier to perform standalone build tests of the core code, so add one. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- DynamicTablesPkg/DynamicTablesPkg.dsc | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 DynamicTablesPkg/DynamicTablesPkg.dsc diff --git a/DynamicTablesPkg/DynamicTablesPkg.dsc b/DynamicTablesPkg/DynamicTablesPkg.dsc new file mode 100644 index 0000000000..a66bba976c --- /dev/null +++ b/DynamicTablesPkg/DynamicTablesPkg.dsc @@ -0,0 +1,44 @@ +## @file +# Dsc file for Dynamic Tables Framework. +# +# Copyright (c) 2019, Linaro Limited. All rights reserved.
+# +# This program and the accompanying materials are licensed and made available +# under the terms and conditions of the BSD License which accompanies this +# distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR +# IMPLIED. +# +## + +[Defines] + PLATFORM_NAME = DynamicTables + PLATFORM_GUID = f39096a0-7a0a-442a-9413-cf584ef80cbb + PLATFORM_VERSION = 0.1 + DSC_SPECIFICATION = 0x0001001a + OUTPUT_DIRECTORY = Build/DynamicTables + SUPPORTED_ARCHITECTURES = ARM|AARCH64 + BUILD_TARGETS = DEBUG|RELEASE|NOOPT + SKUID_IDENTIFIER = DEFAULT + +!include DynamicTables.dsc.inc + +[LibraryClasses] + BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf + DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf + IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf + MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf + PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf + PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf + UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf + UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf + +[LibraryClasses.ARM, LibraryClasses.AARCH64] + PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf + +[Components.common] + DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf -- 2.11.0