Searched defs:ComponentInfo (Results 1 – 2 of 2) sorted by relevance
99 struct ComponentInfo { struct100 FileInfo fileInfo;101 std::string version;102 uint8_t digest[DIGEST_MAX_LEN];103 uint16_t id;104 uint8_t resType;105 uint8_t type;106 uint8_t compFlags;107 size_t originalSize;
78 } ComponentInfo; typedef