Searched defs:nano_app_binary_t (Results 1 – 1 of 1) sorted by relevance
52 struct nano_app_binary_t { struct53 uint32_t header_version; // 0x1 for this version54 uint32_t magic; // "NANO"55 uint64_t app_id; // App Id contains vendor id56 uint32_t app_version; // Version of the app57 uint32_t flags; // Signed, encrypted58 uint64_t hw_hub_type; // which hub type is this compiled for59 uint8_t chre_api_major; // Which CHRE API version this is compiled for60 uint8_t chre_api_minor;61 uint8_t reserved[6]; // Should be all zeroes[all …]