Searched defs:aw_acf_hdr (Results 1 – 1 of 1) sorted by relevance
82 struct aw_acf_hdr { struct83 int32_t a_id; /* acf file ID 0xa15f908 */84 char project[AW_PROJECT_NAME_MAX]; /* project name */85 char custom[AW_CUSTOMER_NAME_MAX]; /* custom name :huawei xiaomi vivo oppo */86 uint8_t version[AW_CFG_VERSION_MAX]; /* author update version */87 int32_t author_id; /* author id */88 int32_t ddt_size; /* sub section table entry size */89 int32_t dde_num; /* sub section table entry num */90 int32_t ddt_offset; /* sub section table offset in file */91 int32_t hdr_version; /* sub section table version */[all …]