Searched defs:ComponentInfo (Results 1 – 2 of 2) sorted by relevance
108 struct ComponentInfo { struct109 FileInfo fileInfo;110 std::string version;111 uint8_t digest[DIGEST_MAX_LEN];112 uint16_t id;113 uint8_t resType;114 uint8_t type;115 uint8_t compFlags;116 size_t originalSize;
78 } ComponentInfo; typedef