Lines Matching refs:path
36 If "maple-so-path" is valid, "maple-so-dir" will not be used.
37 The input method of "maple-so-path" will be discarded later.
42 java -jar hmos_app_packing_tool.jar --mode <option> --json-path <option> --maple-so-path [option]
43 --profile-path [option] --maple-so-dir [option] --dex-path [option] --lib-path [option] --assets-pa…
44 --resources-path [option] --shell-apk-path [option] --index-path [option] --out-path <option> --for…
48 --json-path not null config.json path.
49 --profile-path CAPABILITY.profile path.
50 --maple-so-path maple-so/ path.
51 --maple-so-dir maple so path must end with .so, if has more than one so,
53 --dex-path 1.dex path must end with .dex, if has more than one dex,
55 2.dex path also can be directory path.
56 --abc-path 1.abc path must end with .abc, if has more than one abc,
58 2.abc path also can be directory path.
59 --lib-path lib/ path.
60 --assets-path assets/ path.
61 --resources-path resources path.
62 --shell-apk-path 1.shell apk path can end with .apk, if has more than one apk,
64 2.shell apk path also can be directory path.
65 --index-path resources.index path.
66 --out-path not null target hap binary path,must end with .hap.
71 java -jar hmos_app_packing_tool.jar --mode <options> --json-path <option>
72 --jar-path <option> --lib-path [option] --assets-path [option]
73 --resources-path [option] --out-path <option> --force [option]
76 --json-path not null config.json path.
77 --jar-path not null 1.jar path must end with .jar,
79 2.jar path also can be directory path.
80 --lib-path lib/ path.
81 --resources-path not null resources/ path.
82 --txt-path not null 1.txt path must end with .txt,
84 2.txt path also can be directory path.
85 --out-path not null target har binary path, must end with .har.
90 java -jar hmos_app_packing_tool.jar --mode <option> --hap-path <option> --out-path <option>
91 --pack-info-path <option> --signature-path [option] --certificate-path [option] --force [option]
95 --hap-path not null 1.hap path can end with .hap, if has more than one hap,
97 2.hap path also can be directory path.
98 --pack-info-path not null pack.info path.
99 --out-path not null target app binary path,must end with .app.
102 --signature-path signature file path.
103 --certificate-path certificate file path.
110 java -jar hmos_app_packing_tool.jar --mode hap --json-path example/config.json
111 --index-path example/resources.index --maple-so-path example/maple-so
112 --dex-path example/test1.dex,example/test2.dex --shell-apk-path example/test1.apk,example/test2.apk
113 …--resources-path example/resources/ --lib-path example/lib/ --out-path example/out/module1.hap --f…
131 java -jar hmos_app_packing_tool.jar --mode hap --json-path example/config.json
132 --out-path example/out/module2.hap --force true
138 …java -jar hmos_app_packing_tool.jar --mode app --hap-path example/out/module1.hap,example/out/modu…
139 --signature-path example/signature --certificate-path example/certificate
140 --pack-info-path example/pack.info --out-path example/out/demo.app --force true
166 7.Output path can be specified. The default output path is the path where the app or hap is located.
167 8.After unpackage a hap, json file will be unzipped to the output path.
168 And after unpackage an app, all hap file will be unzipped to the output path.
171 java -jar hmos_app_unpacking_tool.jar --mode <options> --hap-path <option>
172 --out-path [option] --force [option] --unpackapk [option]
176 --hap-path not null hap path.
177 --out-path target hap unpackage path.
183 java -jar hmos_app_unpacking_tool.jar --mode <options> --har-path <option>
184 --out-path [option] --force [option]
187 --har-path not null har path.
188 --out-path not null target path of unzip.
193 java -jar hmos_app_unpacking_tool.jar --mode <options> --app-path <option>
194 --out-path [option] --force [option] --unpackapk [option]
198 --app-path not null app path.
199 --out-path target app unpackage path.
210 java -jar hmos_app_unpacking_tool.jar --mode app --app-path example/demo.app
211 --out-path example/out/ --force true
214 java -jar hmos_app_unpacking_tool.jar --mode hap --hap-path example/out/module1.hap
215 --out-path example/out/TEST --force true
218 java -jar hmos_app_unpacking_tool.jar --mode hap --hap-path example/out/module2.hap --force true