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