USAGE:	-operation <sign|verify|version|help> [options]

        -mode : signature mode, support [localjks | remote]

        -privatekey : private key

        -inputFile : input file to sign

        -outputFile : signature result file

        -keystore : certificate path

        -keystorepasswd : keystore password

        -keyaliaspasswd : key alias password

        -username : account

        -password : account password

EXAMPLE: help : -component ManifestSignTool -operation help

	     version : -component ManifestSignTool -operation version

	     verify : -component ManifestSignTool -operation verify -inputFile D:\\example.json5 -keystore D:\\test_hap_signkey.p12 -keystorepasswd 123456

	     sign(localjks mode) : -component ManifestSignTool -operation sign -mode localjks -privatekey enterprise -inputFile D:\\example.json5 -outputFile D:\\example.txt -keystore D:\\test_hap_signkey.p12 -keystorepasswd 123456 -keyaliaspasswd 123456

	     sign(remote mode) : -component ManifestSignTool -operation sign -mode remote -privatekey enterprise -server rnd-signserver.huawei.com -username z00424910 -password xxx -profile D:\\provision_release.PROFILE

COMMANDS: sign : Sign the provided manifest

          verify : Check whether the provided manifest is expected to verify

          version : Show this tool's version number and exit

          help : Show this usage page and exit

ManifestSignTool is a tool for signing manifest files and for checking whether signatures of manifest file will verify successful on Huawei devices.