From 32c666b6a12b51a96d1a9836c9a319b46931768c Mon Sep 17 00:00:00 2001 From: belong326 Date: Thu, 28 Nov 2024 10:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90OAT=E3=80=91=E3=80=90114=5Ftrunk?= =?UTF-8?q?=E3=80=91OAT=E6=B8=85=E9=9B=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: belong326 --- OAT.xml | 78 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 +++++++ 2 files changed, 89 insertions(+) create mode 100644 OAT.xml create mode 100644 README.OpenSource diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 0000000..5b76972 --- /dev/null +++ b/OAT.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..2fa83cf --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "Vulkan-ValidationLayers", + "License": "Apache-2.0", + "License File": "LICENSE.txt", + "Version Number": "f79e0540ff5f0bf52a39767fd935a9737b6b70a6", + "Owner": "jinchanggang@huawei.com", + "Upstream URL": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers@f79e0540ff5f0bf52a39767fd935a9737b6b70a6", + "Description": "第三方软件vulkan-deps/vulkan-validation-layers" + } +] \ No newline at end of file -- Gitee