summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Stange <stange@google.com>2019-12-11 12:43:16 -0500
committerAnthony Stange <stange@google.com>2019-12-11 16:14:29 -0500
commitd970208a9770f3f02ccd311a621ca449dc35aec4 (patch)
tree97e4e0f2a583ff247e965f75d8f7809e332d91e8
parent3b85c51d2792e75fbc3dba18b2a8cd8669068d2f (diff)
downloadfastrpc-d970208a9770f3f02ccd311a621ca449dc35aec4.tar.gz
Add license and metadata filesplatform-tools-29.0.6android-r-preview-1
Test: N/A Change-Id: Id8b9a0b7aaef5243925b5c8ade760605713c7eab
-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