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.web09.4429.1628665161929547599 for ; Tue, 10 Aug 2021 23:59:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=MG9a5KkK; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=08571cd263=abner.chang@hpe.com) Received: from pps.filterd (m0150244.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 17B6w91O007996; Wed, 11 Aug 2021 06:59:16 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; s=pps0720; bh=5w2N2/axON71DjPSc8ua+mo+YR1IiIP/uiUfetdHWM8=; b=MG9a5KkKzJrNy+OO8Gv8yV7Rlc/aU7hz09Jbl86Fj4/eiJsWeN55uN2m02f3AN8HO3kE GLAJ5GldzeSw76Eac6l5atC0OM9mWuudsMPzbk0sKY2Ps0ZdbFvmCzGJ4N6x5qMGbc9a Fa4yGBzbgR9aeGOtCFscsEq+2LTmBAtQSFjuEh7lq4rhn4GcM+/NorM5NE6+nA3qVpEz mGNdFWTl3isOv/uqoAMUaYz290bji8II7xNQL3xkCrFU4Vetd6cMnQFTbH+Xwcxac4AO OyzN676cPTYwafTCKsSDYVsQbb57UOX6JxxAFAwlvleJOrwpUCixVDLXNaGpU7VrSGHp ww== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com with ESMTP id 3abpns9tdd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 11 Aug 2021 06:59:16 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id D1C39A2; Wed, 11 Aug 2021 06:59:14 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id D7A2039; Wed, 11 Aug 2021 06:59:13 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Nickle Wang , Liming Gao Subject: [PATCH 3/3] RedfishClientPkg: Add external libraries Date: Wed, 11 Aug 2021 14:03:30 +0800 Message-Id: <20210811060330.15392-4-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210811060330.15392-1-abner.chang@hpe.com> References: <20210811060330.15392-1-abner.chang@hpe.com> X-Proofpoint-GUID: y-Q3bZH630iDtossAmdTUPJIBijL0cbm X-Proofpoint-ORIG-GUID: y-Q3bZH630iDtossAmdTUPJIBijL0cbm X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.391,18.0.790 definitions=2021-08-11_02:2021-08-10,2021-08-11 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 mlxlogscore=653 suspectscore=0 priorityscore=1501 phishscore=0 impostorscore=0 malwarescore=0 bulkscore=0 clxscore=1015 mlxscore=0 spamscore=0 lowpriorityscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2107140000 definitions=main-2108110045 Add external RedfishPkg libraries to RedfishClientPkg. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Liming Gao --- RedfishClientPkg/RedfishClientPkg.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RedfishClientPkg/RedfishClientPkg.dsc b/RedfishClientPkg/RedfishClientPkg.dsc index f423bf3861..adb50cec21 100644 --- a/RedfishClientPkg/RedfishClientPkg.dsc +++ b/RedfishClientPkg/RedfishClientPkg.dsc @@ -32,6 +32,10 @@ DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf + JsonLib|RedfishPkg/Library/JsonLib/JsonLib.inf + Ucs2Utf8Lib|RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf + RedfishCrtLib|RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.inf + BaseSortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf [LibraryClasses.ARM, LibraryClasses.AARCH64] # -- 2.17.1