From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 12D201A1E6B for ; Wed, 19 Oct 2016 19:00:44 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP; 19 Oct 2016 19:00:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,516,1473145200"; d="scan'208";a="21544130" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.25]) by fmsmga005.fm.intel.com with ESMTP; 19 Oct 2016 19:00:42 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Thu, 20 Oct 2016 10:00:37 +0800 Message-Id: <20161020020040.81780-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [PATCH 0/3] Correct the metadata in UNI/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: Thu, 20 Oct 2016 02:00:44 -0000 The patch serials correct the meta data in UNI/INF file. For details please refer to individual patch. Ruiyu Ni (3): MdeModulePkg: Add PcdPciDegradeResourceForOptionRom prompt&help to UNI MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usages MdeModulePkg/MdeModulePkg.uni | 9 +++++++++ .../Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf | 10 +++++----- MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf | 4 ++-- 3 files changed, 16 insertions(+), 7 deletions(-) -- 2.9.0.windows.1