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.35500.1606142025014144155 for ; Mon, 23 Nov 2020 06:33:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=OYRcFqip; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0596f266c1=abner.chang@hpe.com) Received: from pps.filterd (m0150245.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0ANENWic001647; Mon, 23 Nov 2020 14:33:42 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; s=pps0720; bh=dBueywwygsirugvp8Gtg1SiZ5Fq9cVURNuog1bbelyE=; b=OYRcFqipOXrMKl2oRP8X/jw6DVSuD1vG3KmOYNlfxSxwiWq72gPCOjBc+VoHHUyL8eFm uUCxgK7Zikesi3ZUrcHErZJpBC4y1I9YOPQ3FoqcmvQOp2Bq+4T//fP4COZ/I8/zvts/ M29B2XMQEmyTczmqxGIbWEweK5Jhdi+OcFxmUqG9G0bMFCqZCR7iX5TGj/GVM6uEUH5g RVVCrS2+Uz2wOuto09otGVYz8dj7+0UxFlLAVDshb3HBWDkqJLOm5TZJfLkGcemLXlS+ VE4LTUZY8Av5CLlqo03pV+nWB3v7Ii5+KRFJH/VYJ/QSr++odfEZFVK3Ro8yKlFNw7RT QQ== Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com with ESMTP id 34xv3dxdta-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 23 Nov 2020 14:33:42 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 3786966; Mon, 23 Nov 2020 14:33:42 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 9898D51; Mon, 23 Nov 2020 14:33:40 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Andrew Fish , Laszlo Ersek , Leif Lindholm , Michael D Kinney , Nickle Wang , Peter O'Hanley Subject: [PATCH 1/3] edk2: jansson submodule of JSON library Date: Mon, 23 Nov 2020 21:47:20 +0800 Message-Id: <20201123134722.15980-2-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201123134722.15980-1-abner.chang@hpe.com> References: <20201123134722.15980-1-abner.chang@hpe.com> X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312,18.0.737 definitions=2020-11-23_11:2020-11-23,2020-11-23 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 mlxlogscore=999 priorityscore=1501 mlxscore=0 suspectscore=0 clxscore=1015 impostorscore=0 lowpriorityscore=0 adultscore=0 malwarescore=0 bulkscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011230098 Add jansson git submodule Signed-off-by: Abner Chang Cc: Andrew Fish Cc: Laszlo Ersek Cc: Leif Lindholm Cc: Michael D Kinney Cc: Nickle Wang Cc: Peter O'Hanley --- .gitmodules | 3 +++ MdeModulePkg/Library/JsonLib/jansson | 1 + ReadMe.rst | 1 + 3 files changed, 5 insertions(+) create mode 160000 MdeModulePkg/Library/JsonLib/jansson diff --git a/.gitmodules b/.gitmodules index c3a4e4aeca..77037b07b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,3 +17,6 @@ path = BaseTools/Source/C/BrotliCompress/brotli url = https://github.com/google/brotli ignore = untracked +[submodule "MdeModulePkg/Library/JsonLib/jansson"] + path = MdeModulePkg/Library/JsonLib/jansson + url = https://github.com/akheron/jansson diff --git a/MdeModulePkg/Library/JsonLib/jansson b/MdeModulePkg/Library/JsonLib/jansson new file mode 160000 index 0000000000..e9ebfa7e77 --- /dev/null +++ b/MdeModulePkg/Library/JsonLib/jansson @@ -0,0 +1 @@ +Subproject commit e9ebfa7e77a6bee77df44e096b100e7131044059 diff --git a/ReadMe.rst b/ReadMe.rst index c3c8178373..259739b5a3 100644 --- a/ReadMe.rst +++ b/ReadMe.rst @@ -93,6 +93,7 @@ that are covered by additional licenses. - `MdeModulePkg/Library/BrotliCustomDecompressLib/brotli `__ - `MdeModulePkg/Universal/RegularExpressionDxe/oniguruma `__ - `UnitTestFrameworkPkg/Library/CmockaLib/cmocka `__ +- `MdeModulePkg/Library/JsonLib/jansson `__ The EDK II Project is composed of packages. The maintainers for each package are listed in `Maintainers.txt `__. -- 2.17.1