summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2019-12-18 20:06:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2019-12-18 20:06:06 +0000
commite517e6dfae809fc753bf93bb8fbe38b1c33b38d7 (patch)
tree97e4e0f2a583ff247e965f75d8f7809e332d91e8
parent3704a6f17fb363358c6973a7082b683ca8c0eb63 (diff)
parent42664a1e8deff09623d733b4c03e4aefc8845cc8 (diff)
downloadfastrpc-e517e6dfae809fc753bf93bb8fbe38b1c33b38d7.tar.gz
Add license and metadata files am: d970208a97 am: 42664a1e8dandroid-r-preview-4android-r-preview-3android-r-preview-2
Change-Id: I6c4d77768bff4b168d20a5e75a3712573eef65f9
-rw-r--r--LICENSE26
-rw-r--r--METADATA17
-rw-r--r--MODULE_LICENSE_BSD0
l---------NOTICE1
4 files changed, 44 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e7801c7
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,26 @@
+Copyright (c) 2019, The Linux Foundation. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+* Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+* 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.
+* Neither the name of The Linux Foundation nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
+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.
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..831672e
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "fastrpc"
+description:
+ "FastRPC is an in-kernel IPC mechanism for clients to make remote method "
+ "invocations across DSP/APPS boundaries. The intent of Qualcomm FastRPC is "
+ "allowing tasks to be easily offloading to the DSP hardware, such as easily "
+ "punting work from the Snapdragon processor to the Qualcomm Hexagon on "
+ "capable SoCs."
+
+third_party {
+ url {
+ type: GIT
+ value: "https://source.codeaurora.org/quic/lc/chromiumos/third_party/fastrpc"
+ }
+ version: "c2d1cdc0fb781ee673077c5d4b243eb239c73bb5"
+ last_upgrade_date { year: 2019 month: 11 day: 6 }
+}
+
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 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file