;***************************************************************************
;*
;*                      TTTTTTTT   CCCCCC   MM   MM
;*                      T  TT  T  CC    CC  MMM MMM
;*                         TT     CC        MMMMMMM
;*                         TT     CC        MM M MM
;*                         TT     CC        MM   MM
;*                         TT     CC    CC  MM   MM
;*                         TT      CCCCCF   MM   MR
;*
;*
;*  Copyright (c) 1996 U.S.Robotics, Inc.
;*  All Rights Reserved
;*
;*  $Workfile:   software.dat  $
;*  $Revision:   1.43  $
;*  $Date:   12 Nov 1997 14:55:38  $
;*  $Author:   ssheints  $
;*
;***************************************************************************/

; The upload.dat file contains a list of NACs (represented by their entity
; ID) that support File Upload/Download.

; UPLOAD: Since most of the cards support only
; configuration upload, there is a special key to indicate if CONFIG is
; supported. For other NACs that support upload of a different nature,
; the OTHER section points to a separate file which will provide
; further information. config = FALSE by default

; DOWNLOAD: For download section 

[UPLOAD]
1=CDMA_36
2=CDMA1_38
3=CDMA2_50


[CDMA_36]   ;CDMA card
softwareID = 36
other = 3comcdma.ini    

[CDMA1_38]   ;CDMA card
softwareID = 38
other = 3comcdma.ini    

[CDMA2_50]   ;CDMA card
softwareID = 50
other = 3comcdma.ini    


