blob: 4d2c274b7da880c549ffaadd0cab9f4a44f5610f [file] [log] [blame]
Anthony Stanged9702082019-12-11 12:43:16 -05001name: "fastrpc"
2description:
3 "FastRPC is an in-kernel IPC mechanism for clients to make remote method "
4 "invocations across DSP/APPS boundaries. The intent of Qualcomm FastRPC is "
5 "allowing tasks to be easily offloading to the DSP hardware, such as easily "
6 "punting work from the Snapdragon processor to the Qualcomm Hexagon on "
7 "capable SoCs."
8
9third_party {
10 url {
11 type: GIT
12 value: "https://source.codeaurora.org/quic/lc/chromiumos/third_party/fastrpc"
13 }
14 version: "c2d1cdc0fb781ee673077c5d4b243eb239c73bb5"
Bob Badour83b8c462020-04-23 16:27:21 -070015 license_type: NOTICE
Anthony Stanged9702082019-12-11 12:43:16 -050016 last_upgrade_date { year: 2019 month: 11 day: 6 }
17}
18