1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: fastrpc
Maintainer: Robie Basak <robie.basak@oss.qualcomm.com>
Standards-Version: 4.6.2
Section: contrib/misc
Build-Depends: debhelper-compat (= 13), libyaml-dev, pkgconf
Homepage: https://github.com/qualcomm/fastrpc
Vcs-Git: https://github.com/qualcomm-linux/pkg-fastrpc -b debian/latest
Vcs-Browser: https://github.com/qualcomm-linux/pkg-fastrpc
Package: libfastrpc1
Architecture: arm64
Description: Qualcomm FastRPC and library
FastRPC is Qualcomm's userspace library that facilitates efficient remote
procedure calls between the CPU and DSP for high-performance computing.
.
This package contains the shared libraries libadsprpc, libcdsprpc, libsdsprpc,
and their *_default_listener counterparts.
Section: contrib/libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Package: libfastrpc-dev
Architecture: arm64
Description: Qualcomm FastRPC - development files
FastRPC is Qualcomm's userspace library that facilitates efficient remote
procedure calls between the CPU and DSP for high-performance computing.
.
This package contains library headers for the shared libraries shipped in the
libfastrpc1 package.
Section: contrib/libdevel
Depends: libfastrpc1 (= ${binary:Version}), ${misc:Depends}
Package: fastrpc-support
Architecture: arm64
Description: Qualcomm FastRPC - support daemons and udev rules
FastRPC is Qualcomm's userspace library that facilitates efficient remote
procedure calls between the CPU and DSP for high-performance computing.
.
This package provides the necessary support daemons used to supply object code
to the DSPs and the udev rules to make the DSPs available to users.
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Recommends: hexagon-dsp-binaries
|