Package phones :: Module p_motov325
[hide private]
[frames] | no frames]

Source Code for Module phones.p_motov325

 1  # THIS FILE IS AUTOMATICALLY GENERATED.  EDIT THE SOURCE FILE NOT THIS ONE 
 2   
 3  """Various descriptions of data specific to Motorola V325 phones""" 
 4   
 5  from prototypes import * 
 6  from prototypes_moto import * 
 7  from p_etsi import * 
 8  from p_moto import * 
 9  from p_motov3m import * 
10   
11  import fnmatch 
12   
13  # We use LSB for all integer like fields 
14  UINT=UINTlsb 
15  BOOL=BOOLlsb 
16   
17  PB_TOTAL_ENTRIES=500 
18  PB_RANGE=xrange(1,PB_TOTAL_ENTRIES+1) 
19   
20  MOTO_SHARED_PATH='motorola/shared' 
21