############################################################
# common
# ZTE dataCard
# Created by Wanghao on 15/03/09.
# Copyright 2009 ZTE Corp. All rights reserved.
############################################################


############################################################
# !!!    this field must be configurated  !!!
# third-party need  
# examples : integrate_driver="YES" -- need  
#  			integrate_driver=""    -- needn't 
#
# integrate_driver       -- driver
############################################################ 
integrate_driver="YES"

############################################################
# execute with debug info ? 
# examples : debug ="YES" -- need  
#            debug =""    -- needn't
############################################################
debug=""

########################################
# Driver
# locations:/System/Library/Extensions
# files:ZGHSSBCDCACMData.kext 
#       ZGHSUSBMassStorageFilter.kext
########################################
drv_root="/System/Library/Extensions"
drv_names="ZGHSUSBMassStorageFilter.kext"




########################################
#  adb
# locations:/usr/bin
#       
########################################
ZGHS_adb_folder="/usr/bin"
ZGHS_adb_name="adb"


