From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=supreeth.venkatesh@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 2F3DF209831C2 for ; Tue, 3 Jul 2018 02:40:41 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BF43780D; Tue, 3 Jul 2018 02:40:41 -0700 (PDT) Received: from usa.arm.com (a074948-lin.blr.arm.com [10.162.4.138]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 2E9AE3F5A0; Tue, 3 Jul 2018 02:40:39 -0700 (PDT) From: Supreeth Venkatesh To: edk2-devel@lists.01.org Cc: Supreeth Venkatesh , Jiewen Yao , Achin Gupta Date: Tue, 3 Jul 2018 15:10:32 +0530 Message-Id: <1530610832-9268-1-git-send-email-supreeth.venkatesh@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH 01/10] StandaloneMmPkg: Delete StandaloneMmPkg file. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2018 09:40:42 -0000 This patch deletes "StandaloneMmPkg" which was created as a file intially. This patch enables creation of "StandaloneMmPkg" as a folder. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Supreeth Venkatesh Reviewed-by: Achin Gupta Reviewed-by: Jiewen Yao Cc: Jiewen Yao Cc: Achin Gupta --- StandaloneMmPkg | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 StandaloneMmPkg diff --git a/StandaloneMmPkg b/StandaloneMmPkg deleted file mode 100644 index e69de29..0000000 -- 2.7.4