;User can define any command line switches to the application via the COMMAND_LINE syntax.
;
;	1) -CTYINFO : Command to process Homologation File ONLY. 
;		      Will NOT install Modem, Netwaiting App, or OverCurrentProtection App.
;
;			-CTYINFO = XXXX or -CTYINFO = YYYY
;			   where XXXX is the PNPID of the device. Setup will locate the homologation file via this ID.
;			   where YYYY is the name of the homologation file.
;
;	2) -S       : Silent Mode.
;
;
[UIU]					;Required tag
COMMAND_LINE	=			;Define any command line switches


;Used to declare the OS specific install parameters
;	INSTALL_PATH		- Folder path of modem drivers.
;	FRIENDLY_NAME		- Friendly Name to be displayed with the Opening Dialog Box for installation. 		
;	NW_SETUP		- Command path to install Netwaiting application.
;	OCP_SETUP		- Command path to install OCP application.
;
;
;	NOTE: All path definition are relative to where the "SETUP.EXE" application is located.
;
;

[DRIVER_2K]				;Required tag to define Win2K Installation
INSTALL_PATH	= \WIN2KXP
NW_SETUP	= \NW\SETUP.EXE /clone_wait
OCP_SETUP	= \OCP\SETUP.EXE /clone_wait

[DRIVER_XP]				;Required tag to define WinXP Installation
INSTALL_PATH	= \WIN2KXP
NW_SETUP	= \NW\SETUP.EXE /clone_wait
OCP_SETUP	= \OCP\SETUP.EXE /clone_wait

[DRIVER_VISTA]				;Required tag to define WinVista Installation
INSTALL_PATH	= \WINVISTA
NW_SETUP	= \NW\SETUP.EXE /clone_wait
OCP_SETUP	= \OCP\SETUP.EXE /clone_wait

[DRIVER_VISTA64]				;Required tag to define WinVista64 Installation
INSTALL_PATH	= \WINVISTA64
NW_SETUP	= \NW\SETUP.EXE /clone_wait
OCP_SETUP	= \OCP\SETUP.EXE /clone_wait


;Used to define the device specific install parameters.
;
;	NOTE: There is no limit to the number of devices that can be defined.
;
;To Define a Unique Device, do the following:
;	[DEVICE]	  		- Required tag to notify the App of a Device Decleration
;	DEVICEID  = VVVV		- Define DeviceID of the device. VVVV = PNPID
;	CABFILE   = WWWW,XXXX		- Define the CAB file associated with the device.
;					  Where WWWW is file name and XXXX is the destination path to copy file 
;					  under the systems "Program File" folder. Applies to all OS. For OS specific
;					  definition, refer to the note below.
;       HOMOLFILE = YYYY,Z		- Define the Homologation file associated with the device. YYY is the name of the 
;					  homologation file and Z is the Setup Flag. If Z = 1, then Setup will set up the
;                                         modem to use the homologation file as the Modem's CTY file. If Z = 0, then Setup
;					  will replace the parameters defined in the homologation file with the 
;					  parameters currently stored in the registry. Applies to all OS. 
;					  For OS specific definition, refer to the note below.
;
;
;	NOTE: The CABFILE and HOMOLFILE definition supports OS specific definition using the "." convention. If the OS
;             specific definition does not exist then the normal definition (CABFILE and HOMOLFILE) will be used.
;
;             For OS specific defitions, the following applies:
;
;			CABFILE.98	- Defines the CAB file for Win98
;			CABFILE.ME	- Defines the CAB file for WinME
;			CABFILE.NT	- Defines the CAB file for WinNT
;			CABFILE.2K	- Defines the CAB file for Win2K
;			CABFILE.XP	- Defines the CAB file for WinXP
;
;			HOMOLFILE.98	- Defines the Homologation file for Win98
;			HOMOLFILE.ME	- Defines the Homologation file for WinME
;			HOMOLFILE.NT	- Defines the Homologation file for WinNT
;			HOMOLFILE.2K	- Defines the Homologation file for Win2K
;			HOMOLFILE.XP	- Defines the Homologation file for WinXP
;
;

[DEVICE]	; Adonis				
DEVICEID	= FUNC_02&VEN_14F1&DEV_2BFA&SUBSYS_10140588
CABFILE		= TPMDMADS.CAB, \ThinkPad\TPModem

[DEVICE]	; Adonis			
DEVICEID	= FUNC_02&VEN_14F1&DEV_2BFA&SUBSYS_17AA201B
CABFILE		= TPMDMADS.CAB, \ThinkPad\TPModem

[DEVICE]	; BlueSky
DEVICEID	= FUNC_02&VEN_14F1&DEV_2BFA&SUBSYS_17AA101E
CABFILE		= TPMDMADS.CAB, \ThinkPad\TPModem

[DEVICE]	; BlueSky
DEVICEID	= FUNC_02&VEN_14F1&DEV_2BFA&SUBSYS_17AA101F
CABFILE		= TPMDMADS.CAB, \ThinkPad\TPModem

[DEVICE]	; BlueLeaf
DEVICEID	= FUNC_02&VEN_14F1&DEV_2BFA&SUBSYS_17AA1020
CABFILE		= TPMDMADS.CAB, \ThinkPad\TPModem

[DEVICE]	; Wailiki-3
DEVICEID	= FUNC_02&VEN_14F1&DEV_5051&SUBSYS_17AA20FC
CABFILE		= TPMDMADS.CAB, \ThinkPad\TPModem
