From cc15d73fae990ca1b9d99b0b2ace70cb3d8de026 Mon Sep 17 00:00:00 2001 From: belong326 Date: Wed, 27 Nov 2024 16:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90OAT=E3=80=91=E3=80=90114=5Ftrunk?= =?UTF-8?q?=E3=80=91clean=20oat=20alerts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: belong326 Change-Id: Ib9042f24ff1dcb7213e69aa9e36579902d223c99 --- OAT.xml | 175 ++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 +++ 2 files changed, 186 insertions(+) create mode 100644 OAT.xml create mode 100644 README.OpenSource diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 00000000..cde58e75 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 00000000..026a4d3d --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "webrtc", + "License": "BSD-3-Clause", + "License File": "LICENSE", + "Version Number": "4d7f57adca5e9c9657e0adfdc3c95b6534b85cc2", + "Owner": "jinchanggang@huawei.com", + "Upstream URL": "https://webrtc.googlesource.com/src.git@4d7f57adca5e9c9657e0adfdc3c95b6534b85cc2", + "Description": "第三方软件webrtc,谷歌开源并推进纳入W3C标准的一项音视频技术" + } +] \ No newline at end of file -- Gitee