From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web10.5181.1635383273866996019 for ; Wed, 27 Oct 2021 18:08:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=DEYpi872; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=09357d8486=abner.chang@hpe.com) Received: from pps.filterd (m0150245.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 19RG96vP013924; Thu, 28 Oct 2021 01:07:32 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding; s=pps0720; bh=HYQNWjzp+2gV7pBZDoQIXtO9xRxPdyeiunqpcn/Pg6I=; b=DEYpi872S3lU0X93YcusnY5ox9MVVh9wPpURCBY6obvtBs8j3v1ltme1zvvjhx1TI1a0 4EXscBdSmxKwq8gxGl97mWrR80rz1gWe+ZcP8LdqVAg4DWZuixiE29cR/T30Kg+2h7Dr tK0F0DMft5jM8LnUHI7YUBQordHAPnDKSoOlzua2G9PG/WcCRzxWA69SoquqYt1P3qHA 5Npqfqir9HkOsoSieyUIedGfk68FiCM+pcishf6NiBkmqtgBNEbdaH58T0zl2o8+h4Yw Dh1ScTJfUR8pjeL17fho0X2hSrs+ypFzXl2iRPwpSyU5rT+eg3OC9Y7/Ms8k3NYHqba/ sw== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 3bxy2g9fs2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 28 Oct 2021 01:07:32 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 3DF1A81; Thu, 28 Oct 2021 01:07:32 +0000 (UTC) Received: from SAC2XFT1JT.asiapacific.hpqcorp.net (unknown [10.43.62.133]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 625CD3F; Thu, 28 Oct 2021 01:07:31 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: nickle.wang@hpe.com, Liming Gao Subject: [PATCH RESEND 5/5] edk2-staging/RedfishPkg: Enable Redfish Platform Config Protocol build process Date: Thu, 28 Oct 2021 09:07:23 +0800 Message-Id: <20211028010723.37316-6-abner.chang@hpe.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20211028010723.37316-1-abner.chang@hpe.com> References: <20211028010723.37316-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: -JqwdPVOMLxRaAAsyVdMia4JCk5lNftH X-Proofpoint-GUID: -JqwdPVOMLxRaAAsyVdMia4JCk5lNftH X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-10-27_07,2021-10-26_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 impostorscore=0 spamscore=0 malwarescore=0 clxscore=1015 adultscore=0 lowpriorityscore=0 bulkscore=0 suspectscore=0 priorityscore=1501 mlxlogscore=730 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2110280005 Content-Transfer-Encoding: 8bit Enable RedfishPlatformConfigDxe driver and the corresponding library to build. Signed-off-by: Nickle Wang Cc: Abner Chang Cc: Liming Gao --- RedfishPkg/RedfishComponents.dsc.inc | 2 ++ RedfishPkg/RedfishLibs.dsc.inc | 2 ++ RedfishPkg/RedfishPkg.dsc | 4 ++++ RedfishPkg/Redfish.fdf.inc | 2 ++ 4 files changed, 10 insertions(+) diff --git a/RedfishPkg/RedfishComponents.dsc.inc b/RedfishPkg/RedfishComponents.dsc.inc index ccc62edf6a0..d0a390f5f0f 100644 --- a/RedfishPkg/RedfishComponents.dsc.inc +++ b/RedfishPkg/RedfishComponents.dsc.inc @@ -19,4 +19,6 @@ RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf + RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf + MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf !endif diff --git a/RedfishPkg/RedfishLibs.dsc.inc b/RedfishPkg/RedfishLibs.dsc.inc index 50e5dda7735..ed279966c5c 100644 --- a/RedfishPkg/RedfishLibs.dsc.inc +++ b/RedfishPkg/RedfishLibs.dsc.inc @@ -17,5 +17,7 @@ RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf RedfishLib|RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf + HiiUtilityLib|RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf + RedfishPlatformConfigLib|RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf !endif diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc index 16139146ff8..fa704b826fe 100644 --- a/RedfishPkg/RedfishPkg.dsc +++ b/RedfishPkg/RedfishPkg.dsc @@ -38,6 +38,8 @@ HttpIoLib|NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.inf NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf DpcLib|NetworkPkg/Library/DxeDpcLib/DxeDpcLib.inf + HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf + UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf RedfishPlatformCredentialLib|RedfishPkg/Library/PlatformCredentialLibNull/PlatformCredentialLibNull.inf RedfishContentCodingLib|RedfishPkg/Library/RedfishContentCodingLibNull/RedfishContentCodingLibNull.inf @@ -58,5 +60,7 @@ RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf RedfishPkg/Library/JsonLib/JsonLib.inf RedfishPkg/PrivateLibrary/RedfishLib/RedfishLib.inf + RedfishPkg/Library/HiiUtilityLib/HiiUtilityLib.inf + RedfishPkg/Library/RedfishPlatformConfigLib/RedfishPlatformConfigLib.inf !include RedfishPkg/Redfish.dsc.inc diff --git a/RedfishPkg/Redfish.fdf.inc b/RedfishPkg/Redfish.fdf.inc index 60f31cfcee0..c0a12352d97 100644 --- a/RedfishPkg/Redfish.fdf.inc +++ b/RedfishPkg/Redfish.fdf.inc @@ -17,4 +17,6 @@ INF RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf INF RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.inf INF RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf + INF RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf + INF MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf !endif -- 2.21.0.windows.1