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::344; helo=mail-wm1-x344.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (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 D1DA7211B76AA for ; Wed, 16 Jan 2019 12:22:48 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id b11so3458095wmj.1 for ; Wed, 16 Jan 2019 12:22:48 -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=K3AS8wZmW7gmPg5p7BnpIDhWtxvaqsZ9hbA0Q5Uh7LE=; b=FUp6DMawwYANisIgCrkZ83vzTStUnLlvk62d7NtvC14IVHcQphymUnEbITiJJEJE+W 6+hx4Tdf8LRbzWoWTGhNJ0Y+LSUT6pUEhbTFNRdjdw8UI9BglmtL0Wj5SYJ8PdNAyCnO mTwET9EDlJiPRY7Aw7oUK+jsMavljyGvH7Gg0= 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=K3AS8wZmW7gmPg5p7BnpIDhWtxvaqsZ9hbA0Q5Uh7LE=; b=nW3rl8Fg3VVc0f34cJhPBqu48yuRzf53Y3IeCWSBfr+6oyc9VDCALC5ycM/gBgInKa vSEmGHVLXnC55lqKLVSjCAG2giIGUKsQl8FEufIpw2oND4bq7aIjvhLuH8O6qh2miFhf JtLh80gRKTxqQ05EtqT2sb8uhWOpy+PsgOUoG6Pt+iZ3LFRtcghYhMk8Bt+XK7WsQRqg sMSKoYroQ/CszOm9E8N6Ps3Nn1OIN9FHlP2SAlQb3wluMmUDV5vT0rGLQAFASwzv2HZ5 YlUmXfKDRpUVYkxzfsg2es92dhng4PWk9O2SmNy0sPUi7sU9uqw0IOCn/zy7MaNS2txo oK3w== X-Gm-Message-State: AJcUukfe9DnPHzeK7PCa9ED/qSTzdiQAw0IXPZBOSX38VaqxoiB6nsp2 Q78afwGqTI6jD2XJOGpvJgo5Jms9nPabmw== X-Google-Smtp-Source: ALg8bN6AAfsP9oxOumDuvYv3KJZ+dF0R7WHyKIhKS5LPBLqhgZhaOweC0mxwsJCegUY2U0rTW/BgTQ== X-Received: by 2002:a1c:1b8d:: with SMTP id b135mr3354135wmb.115.1547670167057; Wed, 16 Jan 2019 12:22:47 -0800 (PST) Received: from dogfood.home ([2a01:cb1d:112:6f00:28df:207d:542c:1451]) by smtp.gmail.com with ESMTPSA id p139sm70901316wmd.31.2019.01.16.12.22.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Jan 2019 12:22:45 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Achin Gupta , Jiewen Yao , Supreeth Venkatesh , Leif Lindholm , Jagadeesh Ujja , Thomas Panakamattam Abraham , Sami Mujawar Date: Wed, 16 Jan 2019 21:22:28 +0100 Message-Id: <20190116202236.6977-4-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190116202236.6977-1-ard.biesheuvel@linaro.org> References: <20190116202236.6977-1-ard.biesheuvel@linaro.org> Subject: [PATCH v2 03/11] StandaloneMmPkg/StandaloneMmCoreHobLib: restrict to MM_CORE_STANDALONE 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: Wed, 16 Jan 2019 20:22:49 -0000 Remove MM_STANDALONE from the list of permitted modules for this library. It should only be used by the standalone MM core. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jagadeesh Ujja Signed-off-by: Ard Biesheuvel --- StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf b/StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf index db19d3c926e8..ac036e31cf5e 100644 --- a/StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf +++ b/StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf @@ -24,7 +24,7 @@ [Defines] MODULE_TYPE = MM_CORE_STANDALONE VERSION_STRING = 1.0 PI_SPECIFICATION_VERSION = 0x00010032 - LIBRARY_CLASS = HobLib|MM_CORE_STANDALONE MM_STANDALONE + LIBRARY_CLASS = HobLib|MM_CORE_STANDALONE # # VALID_ARCHITECTURES = AARCH64 -- 2.17.1