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