From 4b94d1ac5545475a623f034d228bfe1f7efbe85c Mon Sep 17 00:00:00 2001 From: belong326 Date: Thu, 28 Nov 2024 10:07: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 | 114 ++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 +++++ 2 files changed, 125 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..b704faa --- /dev/null +++ b/OAT.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000..e252a39 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "Vulkan-Loader", + "License": "Apache-2.0", + "License File": "LICENSE.txt", + "Version Number": "60d17fe6c65befa0a738b6c33da2eb0670055f3b", + "Owner": "jinchanggang@huawei.com", + "Upstream URL": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader@60d17fe6c65befa0a738b6c33da2eb0670055f3b", + "Description": "第三方软件vulkan-deps/vulkan-loader,loader负责和各个layer交互并且支持多GPUs和其驱动" + } +] \ No newline at end of file -- Gitee