blob: e5cc2e2dc852242ad8bcb0d59559a03f410733cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Maintainer: TBD: This is temporary block for TDC Demo. You may proceed with this later anyway.
# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers.
############
## WebAPI ##
############
%package sub1-domain_Feature-WebAPI
Summary: Web API feature packages
%ifnarch riscv64
Requires: wrtjs
Requires: cordova-api
Requires: webapi-plugins
Suggests: webapi-plugins-profile_common
Suggests: webapi-plugins-profile_mobile
Suggests: webapi-plugins-teec
Requires: wgt-backend
Requires: libwebsockets
%endif
%description sub1-domain_Feature-WebAPI
Tizen block (set of packages) for supporting WebAPI of Tizen
%files sub1-domain_Feature-WebAPI
|