From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 06C6A81924 for ; Sun, 8 Jan 2017 21:17:13 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 08 Jan 2017 21:17:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="920347991" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 08 Jan 2017 21:17:11 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 8 Jan 2017 21:17:11 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 8 Jan 2017 21:17:11 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 13:17:09 +0800 From: "Gao, Liming" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch] MdePkg/Include: Add include file to FileHandleLib.h Thread-Index: AQHSajOYbjuQwu0YRUiggbDuGHASH6EvmtPw Date: Mon, 9 Jan 2017 05:17:08 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D6CACC4@shsmsx102.ccr.corp.intel.com> References: <1483937255-12148-1-git-send-email-michael.d.kinney@intel.com> In-Reply-To: <1483937255-12148-1-git-send-email-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] MdePkg/Include: Add include file to FileHandleLib.h X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 05:17:13 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Michael Kinney >Sent: Monday, January 09, 2017 12:48 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [Patch] MdePkg/Include: Add include file to FileHandleLib.= h > >FileHandleLib.h uses the data type EFI_FILE_INFO, >so this library class should include . > >Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.0 >Signed-off-by: Michael Kinney >--- > MdePkg/Include/Library/FileHandleLib.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/MdePkg/Include/Library/FileHandleLib.h >b/MdePkg/Include/Library/FileHandleLib.h >index e94f83e..f3423d8 100644 >--- a/MdePkg/Include/Library/FileHandleLib.h >+++ b/MdePkg/Include/Library/FileHandleLib.h >@@ -1,7 +1,7 @@ > /** @file > Provides interface to EFI_FILE_HANDLE functionality. > >- Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.
>+ Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
> This program and the accompanying materials > are licensed and made available under the terms and conditions of the B= SD >License > which accompanies this distribution. The full text of the license may = be >found at >@@ -16,6 +16,7 @@ > #define _FILE_HANDLE_LIBRARY_HEADER_ > > #include >+#include > > /// The tag for use in identifying UNICODE files. > /// If the file is UNICODE, the first 16 bits of the file will equal this= value. >-- >2.6.3.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel