From bcc38e09aaed1c79ef4e78ac33f4586a4465e080 Mon Sep 17 00:00:00 2001 From: xuchang Date: Wed, 6 Sep 2023 15:44:09 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20#I7Z2EP:[Feature]:=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9EOAT.xml=E5=92=8CREADME.OpenSource=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?Description:=20=E6=96=B0=E5=A2=9EOAT.xml=E5=92=8CREADME.OpenSou?= =?UTF-8?q?rce=E6=96=87=E4=BB=B6=20Sig:=20OpenHarmony-SIG/flutter-flutter?= =?UTF-8?q?=20Feature=20or=20Bugfix:=20Feature=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuchang --- OAT.xml | 91 +++++++++++++++++++++++++++++++++++++++++++++++ README.OpenSource | 11 ++++++ 2 files changed, 102 insertions(+) create mode 100644 OAT.xml create mode 100644 README.OpenSource diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 0000000000..b1731fd26d --- /dev/null +++ b/OAT.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource new file mode 100644 index 0000000000..d7efebd168 --- /dev/null +++ b/README.OpenSource @@ -0,0 +1,11 @@ +[ + { + "Name": "flutter", + "License": "BSD 3-Clause License", + "License File": "LICENSE", + "Version Number": "v1.9.1+hotfix.1", + "Owner": "aibin@openvalley.net", + "Upstream URL": "https://flutter.dev/", + "Description": "Flutter makes it easy and fast to build beautiful mobile apps. Flutter is Google''s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organization" + } +] \ No newline at end of file -- Gitee