From d970208a9770f3f02ccd311a621ca449dc35aec4 Mon Sep 17 00:00:00 2001 From: Anthony Stange Date: Wed, 11 Dec 2019 12:43:16 -0500 Subject: Add license and metadata files Test: N/A Change-Id: Id8b9a0b7aaef5243925b5c8ade760605713c7eab --- LICENSE | 26 ++++++++++++++++++++++++++ METADATA | 17 +++++++++++++++++ MODULE_LICENSE_BSD | 0 NOTICE | 1 + 4 files changed, 44 insertions(+) create mode 100644 LICENSE create mode 100644 METADATA create mode 100644 MODULE_LICENSE_BSD create mode 120000 NOTICE 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 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 -- cgit v1.2.3