Searched defs:NanoAppBinaryHeader (Results 1 – 1 of 1) sorted by relevance
71 struct NanoAppBinaryHeader { struct72 uint32_t headerVersion; // 0x1 for this version73 uint32_t magic; // "NANO" (see NANOAPP_MAGIC in context_hub.h)74 uint64_t appId; // App Id, contains vendor id75 uint32_t appVersion; // Version of the app76 uint32_t flags; // Signed, encrypted77 uint64_t hwHubType; // Which hub type is this compiled for78 uint8_t targetChreApiMajorVersion; // Which CHRE API version this is compiled for79 uint8_t targetChreApiMinorVersion;80 uint8_t reserved[6];