aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2019-07-24 14:16:25 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-24 14:16:25 -0700
commit95f5be07d966fa770dbdeb9ac3229032ae06afdf (patch)
tree91106b347cb4ce934c45f59a4d968ee160f6fb30
parent1c0a3ebbb9d10ed42d64a1fc29906629b5f7f8c9 (diff)
parent3f54f0fa2ff505f545d17408c0dd56883594752b (diff)
downloadOpenCSD-95f5be07d966fa770dbdeb9ac3229032ae06afdf.tar.gz
ANDROID: Add metadata file. am: 0151f6b57b am: 1104da62a1 am: 9706677572 am: 32b1724f0b
am: 3f54f0fa2f Change-Id: I544cac6b71abd8389578b2779c8cc37946ba301a
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_BSD0
-rw-r--r--NOTICE30
3 files changed, 47 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..313b98d
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "OpenCSD"
+description:
+ "This library provides an API suitable for the decode of ARM(r) "
+ "CoreSight(tm) trace streams."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://github.com/Linaro/OpenCSD"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/Linaro/OpenCSD.git"
+ }
+ version: "0.11.2"
+ last_upgrade_date { year: 2019 month: 7 day: 17 }
+}
diff --git a/MODULE_LICENSE_BSD b/MODULE_LICENSE_BSD
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_BSD
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..8c80288
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,30 @@
+ BSD 3Clause License
+ http://directory.fsf.org/wiki/License:BSD_3Clause
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ (1) Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ (2) Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+
+ (3)The name of the author may not be used to
+ endorse or promote products derived from this software without
+ specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.