Searched defs:nano_app_binary_t (Results 1 – 1 of 1) sorted by relevance
128 struct nano_app_binary_t { struct129 uint32_t header_version; // 0x1 for this version130 uint32_t magic; // "NANO"131 struct hub_app_name_t app_id; // App Id contains vendor id132 uint32_t app_version; // Version of the app133 uint32_t flags; // Signed, encrypted134 uint64_t hw_hub_type; // which hub type is this compiled for140 uint8_t target_chre_api_major_version;141 uint8_t target_chre_api_minor_version;143 uint8_t reserved[6]; // Should be all zeroes[all …]