119e95205Sopenharmony_ci# Define project specific obfuscation rules here.
219e95205Sopenharmony_ci# You can include the obfuscation configuration files in the current module's build-profile.json5.
319e95205Sopenharmony_ci#
419e95205Sopenharmony_ci# For more details, see
519e95205Sopenharmony_ci#   https://gitee.com/openharmony/arkcompiler_ets_frontend/blob/master/arkguard/README.md
619e95205Sopenharmony_ci
719e95205Sopenharmony_ci# Obfuscation options:
819e95205Sopenharmony_ci# -disable-obfuscation: disable all obfuscations
919e95205Sopenharmony_ci# -enable-property-obfuscation: obfuscate the property names
1019e95205Sopenharmony_ci# -enable-toplevel-obfuscation: obfuscate the names in the global scope
1119e95205Sopenharmony_ci# -compact: remove unnecessary blank spaces and all line feeds
1219e95205Sopenharmony_ci# -remove-log: remove all console.* statements
1319e95205Sopenharmony_ci# -print-namecache: print the name cache that contains the mapping from the old names to new names
1419e95205Sopenharmony_ci# -apply-namecache: reuse the given cache file
1519e95205Sopenharmony_ci
1619e95205Sopenharmony_ci# Keep options:
1719e95205Sopenharmony_ci# -keep-property-name: specifies property names that you want to keep
1819e95205Sopenharmony_ci# -keep-global-name: specifies names that you want to keep in the global scope