File: control

package info (click to toggle)
android-platform-system-tools-hidl 10.0.0%2Br36-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,936 kB
  • sloc: cpp: 21,933; yacc: 1,416; java: 1,239; lex: 496; sh: 360; python: 44; xml: 20; makefile: 12
file content (31 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download | duplicates (2)
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
Source: android-platform-system-tools-hidl
Section: devel
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Katerina <ykaterina0319@gmail.com>
Build-Depends: android-libbase-dev (>= 1:10.0.0+r36~),
               android-libboringssl-dev (>= 10.0.0+r36~),
               android-liblog-dev (>= 1:10.0.0+r36~),
               android-libutils-dev (>= 1:10.0.0+r36~),
               bison,
               clang,
               debhelper-compat (=13),
               dh-exec,
               flex,
Standards-Version: 4.5.0
Homepage: https://android.googlesource.com/platform/system/tools/hidl
Vcs-Git: https://salsa.debian.org/android-tools-team/android-platform-system-tools-hidl.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-platform-system-tools-hidl
Rules-Requires-Root: no

Package: hidl-gen
Architecture: amd64 i386 armel armhf arm64
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Compiler for the HIDL
 HAL interface definition language or HIDL is an interface description language
 (IDL) to specify the interface between a HAL and its users. It allows
 specifying types and method calls, collected into interfaces and packages.
 More broadly, HIDL is a system for communicating between codebases that may be
 compiled independently.
 .
 https://source.android.com/devices/architecture/hidl/