From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 809FE8205C for ; Tue, 13 Dec 2016 00:49:48 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP; 13 Dec 2016 00:49:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,340,1477983600"; d="scan'208";a="39487138" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga004.jf.intel.com with ESMTP; 13 Dec 2016 00:49:47 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 00:49:47 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 13 Dec 2016 00:49:46 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.9]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.77]) with mapi id 14.03.0248.002; Tue, 13 Dec 2016 16:49:43 +0800 From: "Yao, Jiewen" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [patch 09/18] SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to INF file Thread-Index: AQHSVRz2z/UREezVNU6SudUVQMiKLKEFkXKQ Date: Tue, 13 Dec 2016 08:49:42 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A8BC4FF@SHSMSX104.ccr.corp.intel.com> References: <1481618428-101904-1-git-send-email-dandan.bi@intel.com> <1481618428-101904-10-git-send-email-dandan.bi@intel.com> In-Reply-To: <1481618428-101904-10-git-send-email-dandan.bi@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 09/18] SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to INF file 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: Tue, 13 Dec 2016 08:49:48 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: jiewen.yao@intel.com > -----Original Message----- > From: Bi, Dandan > Sent: Tuesday, December 13, 2016 4:40 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen > Subject: [patch 09/18] SignedCapsulePkg/RecoveryModuleLoadPei: Add source > file to INF file >=20 > Add RecoveryModuleLoadPei.h to [Sources] section of INF file. >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > .../Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.inf > | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git > a/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadP > ei.inf > b/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoad > Pei.inf > index 563be18..96a0cdd 100644 > --- > a/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadP > ei.inf > +++ > b/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoad > Pei.inf > @@ -29,10 +29,11 @@ [Defines] > # > # VALID_ARCHITECTURES =3D IA32 X64 IPF EBC > # >=20 > [Sources] > + RecoveryModuleLoadPei.h > RecoveryModuleLoadPei.c > ParseConfigProfile.c >=20 > [Packages] > MdePkg/MdePkg.dec > -- > 1.9.5.msysgit.1