summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-hmi-framework.bb
blob: cf704e63fce08ba20d464c85297d08f7c399b78a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "The software for the AGL hmi framework 2017"
DESCRIPTION = "A set of packages belong to the hmi framework 2017"

LICENSE = "MIT"

# need to bump manually due to:
# - nothing provides libqthomescreenwrapper0 needed by packagegroup-hmi-framework-1.0-r0.noarch
PR = "2"

inherit packagegroup

RDEPENDS_${PN} += " \
  agl-service-windowmanager \
  agl-service-homescreen \
  homescreen \
  libwindowmanager \
  qlibwindowmanager \
  libhomescreen \
  qlibhomescreen \
  runxdg \
  hmi-debug \
  launcher \
"
s="c1">// Generate a static field or raise an exception if not possible. FT_IGNORE = 3; // Ignore the field completely. } // This is the inner options message, which basically defines options for // a field. When it is used in message or file scope, it applies to all // fields. message NanoPBOptions { // Allocated size for 'bytes' and 'string' fields. optional int32 max_size = 1; // Allocated number of entries in arrays ('repeated' fields) optional int32 max_count = 2; // Force type of field (callback or static allocation) optional FieldType type = 3 [default = FT_DEFAULT]; // Use long names for enums, i.e. EnumName_EnumValue. optional bool long_names = 4 [default = true]; // Add 'packed' attribute to generated structs. // Note: this cannot be used on CPUs that break on unaligned // accesses to variables. optional bool packed_struct = 5 [default = false]; } // Extensions to protoc 'Descriptor' type in order to define options // inside a .proto file. // // Protocol Buffers extension number registry // -------------------------------- // Project: Nanopb // Contact: Petteri Aimonen <jpa@kapsi.fi> // Web site: http://kapsi.fi/~jpa/nanopb // Extensions: 1010 (all types) // -------------------------------- extend google.protobuf.FileOptions { optional NanoPBOptions nanopb_fileopt = 1010; } extend google.protobuf.MessageOptions { optional NanoPBOptions nanopb_msgopt = 1010; } extend google.protobuf.EnumOptions { optional NanoPBOptions nanopb_enumopt = 1010; } extend google.protobuf.FieldOptions { optional NanoPBOptions nanopb = 1010; }