1bea4f105Sopenharmony_ci# Define project specific obfuscation rules here.
2bea4f105Sopenharmony_ci# You can include the obfuscation configuration files in the current module's build-profile.json5.
3bea4f105Sopenharmony_ci#
4bea4f105Sopenharmony_ci# For more details, see
5bea4f105Sopenharmony_ci#   https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/arkguard/README.md
6bea4f105Sopenharmony_ci
7bea4f105Sopenharmony_ci# Obfuscation options:
8bea4f105Sopenharmony_ci# -disable-obfuscation: disable all obfuscations
9bea4f105Sopenharmony_ci# -enable-property-obfuscation: obfuscate the property names
10bea4f105Sopenharmony_ci# -enable-toplevel-obfuscation: obfuscate the names in the global scope
11bea4f105Sopenharmony_ci# -compact: remove unnecessary blank spaces and all line feeds
12bea4f105Sopenharmony_ci# -remove-log: remove all console.* statements
13bea4f105Sopenharmony_ci# -print-namecache: print the name cache that contains the mapping from the old names to new names
14bea4f105Sopenharmony_ci# -apply-namecache: reuse the given cache file
15bea4f105Sopenharmony_ci
16bea4f105Sopenharmony_ci# Keep options:
17bea4f105Sopenharmony_ci# -keep-property-name: specifies property names that you want to keep
18bea4f105Sopenharmony_ci# -keep-global-name: specifies names that you want to keep in the global scope