From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mx.groups.io with SMTP id smtpd.web12.889.1635884515538107605 for ; Tue, 02 Nov 2021 13:21:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@corthon-com.20210112.gappssmtp.com header.s=20210112 header.b=wSICBYDZ; spf=none, err=permanent DNS error (domain: corthon.com, ip: 209.85.214.177, mailfrom: bret@corthon.com) Received: by mail-pl1-f177.google.com with SMTP id b13so660449plg.2 for ; Tue, 02 Nov 2021 13:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=corthon-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hr6iBZv4beDg3o1UQVnclmjSG49BMIO4fula5k4ENMo=; b=wSICBYDZU6YRcEQ+nQ8XzHsA2OgaCt1/UzDcBuI1w7MPn/hM7DrwNERc17jcrV+TN5 58YAlx9ogeLglc5UruxVf9Vs9FqyYAq+WYGy0t2ipo7r/PkYeMfuBRdJCtRAxYxSDvk2 pBYdZH5SiOfhHADwUUmkIrk43FGjWmaJNYI9uZvdav8psltDocPKPVstIdBVhc4+SZ8M T/YF+hl+I5yVD3HmWEXqlCjZa4btG44omO3BpKI8zGuBD9/YAaAk+VrEj+77saKZCzWo Q9ne8vajK8jr+g8ZT42869dFbuNKu5M4AKZVNLyJicGSxsNk+4lkFDPGRDztVrd/IiLb 6HuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hr6iBZv4beDg3o1UQVnclmjSG49BMIO4fula5k4ENMo=; b=szTpFBC7VUInVO9TD3vuRZZVuomOGg019j5az/VUXqgmL+7thwrWZ2YsOGo+R96Zub 9/dK1E+VzgyuCidjEthF7JSAGRL4H7HJ1S/6C7rpvsdrojMKt08VIjpCs/uay8DqQ9UE dmqU4UYhRN8I12eDJ6+9Ic8tY27eh6uCYkmLWsSZIk1v4fdlvsfRsxq8JkO/4XPOwMnw QdHz9LOeXyPsDNxELWC4F/y9ZqMMXGhfCl66E2Bo5jy8Pv9fbhoGsaSbhFKZyktRmmvS OsU7p+CSgokzFTO7z71Z6YmbHtdLU5Yyoq+IGe6xO8lSBjnoj00emAVb9JKSBWybAjOS a93Q== X-Gm-Message-State: AOAM5337lEQVbSTQ/UcSxgtEQ5DFINzWx3U6/u9LT6w0bWczUhFTpdBf 3l+SlQhXTShx/jrg77Vd2zq9mc5i0jrP2iuK X-Google-Smtp-Source: ABdhPJzvUu2tXD1gibdeuE6aGugRO78MIXFdmexBk7dgoxqq0IJljsZLSOllDHilm1199sIcBtpWSA== X-Received: by 2002:a17:90a:bb0d:: with SMTP id u13mr9301207pjr.158.1635884514816; Tue, 02 Nov 2021 13:21:54 -0700 (PDT) Return-Path: Received: from localhost.localdomain (174-21-94-94.tukw.qwest.net. [174.21.94.94]) by smtp.gmail.com with ESMTPSA id t24sm17652pfg.118.2021.11.02.13.21.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Nov 2021 13:21:54 -0700 (PDT) From: "Bret Barkelew" X-Google-Original-From: "brbarkel@microsoft.com" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sean Brogan Subject: [PATCH v2 15/16] ArmPkg/ArmPkg.dsc: Resolve build errors resulting from package moves Date: Tue, 2 Nov 2021 13:17:47 -0700 Message-Id: <20211102201748.1963-16-brbarkel@microsoft.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20211102201748.1963-1-brbarkel@microsoft.com> References: <20211102201748.1963-1-brbarkel@microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3652 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sean Brogan Signed-off-by: Bret Barkelew --- ArmPkg/ArmPkg.dsc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 4741a93f609a..add19f7db163 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -93,6 +93,8 @@ [LibraryClasses.common] =0D OemMiscLib|ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf=0D =0D + ArmSvcLib|ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf=0D +=0D [LibraryClasses.common.PEIM]=0D HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf=0D PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf=0D @@ -106,6 +108,12 @@ [LibraryClasses.ARM, LibraryClasses.AARCH64] # Add support for GCC stack protector=0D NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf=0D =0D +[LibraryClasses.common.MM_STANDALONE]=0D + HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf= =0D + MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocation= Lib/StandaloneMmMemoryAllocationLib.inf=0D + MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/Standalon= eMmServicesTableLib.inf=0D + StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint= /StandaloneMmDriverEntryPoint.inf=0D +=0D [Components.common]=0D ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf=0D ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf=0D --=20 2.31.1.windows.1