*%****************************************************************************************** *% ACnfgUni.GDL *% V1.10 2011/04/27 - Add DuplexUnit, OptTray2,3,4,5 *% This file implements the *BidiQuery, *BidiResponse and *Option elements that correspond to *% the InstalledMemory, DuplexUnit and HardDisk features in AutoCnfg.PPD file. The feature *% name in the GDL file should exaclty match the corresponding feature and option names in the PPD. *%****************************************************************************************** *Feature: Win8Support { *FeatureType: PRINTER_PROPERTY *BidiQuery:Win8Support { *QueryString: "\Printer.Dell.AutoConfiguration:Supported" } *BidiResponse: Win8Support { *ResponseType: BIDI_BOOL *ResponseData: ENUM_OPTION(Win8Support) } *Option: Off { *BidiValue: BOOL(FALSE) } *Option: On { *BidiValue: BOOL(TRUE) } }