Resource Packer
Resource Binary Packer
The Resource Binary Packer is a command-line tool.
Usage
resource_packer <param 1> <param 2> ...
Description
--input_packageor-ip, mandatory: The input package file or directory to convert.--output_packageor-op, optional (1) : The output package file to convert.--output_hexor-oh, optional (1) : The optional file name for the output package hex dump.--check_configor-cc, optional, switch : If set, only those resources that match a given configuration are included in the output packages.--make_defaultor-md, optional, switch : If set, only the first resource that matches a given configuration is included, and set as the default resource in the output package.--user_configor -uc, optional, multiple : The user-defined configurations to include in the output packages.--languageor-lang, optional, multiple : The languages to include in the output packages.--target_classor-tc, optional, multiple : The target classes to include in the output packages.--target_deviceor-td, optional, multiple : The target devices to include in the output packages.--operating_systemor-os, optional, multiple : The operating systems to include in the output packages.--gpuor-gp, optional, multiple : The GPU types to include in the output packages.--video_apior-va, optional, multiple : The video APIs to include in the output packages.--audio_apior-aa, optional, multiple : The audio APIs to include in the output packages.--prescale_factoror-pf, optional, multiple : The prescale factors to include in the output packages.
(1) Either parameter -op or parameter -oh must be specified.