# user custom  

# if support auto-run feature
support_mac_autorun="YES"

drv_root="/System/Library/Extensions"
drv_names="ZGHSUSBMassStorageFilter.kext ZGHSUSBCDCACMData.kext"
pref_root="/System/Library/MobileList"
recp_root="/Library/Receipts"
inst_comps="app.pkg drv.pkg"
#integrate_swapper="YES"
#autorun_swapper="YES"

home_root="/Users"

# add for install autoruntools
login_file="Library/Preferences/loginwindow.plist"

pkgDir="$1/Contents/Resources"
src_root="$pkgDir/AutorunResource"

src_demon="$src_root/Mac_SwapperDemonForMobile.app"
dst_demon_tmp="/tmp/Mac_SwapperDemonForMobile_T.app"
dst_demon="/tmp/Mac_SwapperDemonForMobile.app"


src_profile="$src_root/zte_monitor_profile.plist"
dst_profile="/tmp/zte_monitor_profile.plist"
dst_profile_domain="/tmp/zte_monitor_profile"

ZGHS_adb_folder="/usr/bin"
ZGHS_adb_name="adb"

ZGHS_script_folder="/Library/Modem Scripts"
ZGHS_script_file_name="ZGHS USB MODEM"
ZGHS_td_script_file_name="ZGHS TD USB MODEM"

ZGHS_mtp_file_folder="/Applications"
ZGHS_mtp_file_name="Android File Transfer.app"