; Copyright (c) Intel Corporation (2000). ; ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE. THIS CODE IS ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT, ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES. INTEL DOES NOT ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS. INTEL SPECIFICALLY ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY. Intel disclaims all liability, ; including liability for infringement of any proprietary rights, relating to ; use of the code. No license, express or implied, by estoppel or otherwise, ; to any intellectual property rights is granted herein. ; ; a309.INF -- This file contains installation information for the SAA7104 AIM3 Driver ; [Version] signature="$CHICAGO$" Class=DisplayCodec ClassGUID={E6ABB47D-8339-4C60-BE92-E9045FF5A33D} Provider=%Intel% CatalogFile=a309.cat /* AUTOBLD - NT5 LABEL - DO NOT REMOVE */ DriverVer=07/22/2002,6.13.01.3194 [Manufacturer] %IntelMfg%=Intel [DestinationDirs] ;DefaultDestDir = 11 AIM.Device.CopyDrivers = 11 AIM.Device.CopyDriversNT = 10,system32\drivers ;WHQL requirement: Uncomment this section later on once we have PnP ;method of installing/loading/unloading WDM AIM drivers across all ;OS platforms enabled. ;[ControlFlags] ;ExcludeFromSelect=DISPLAY\%AimDevID% [Intel] %AimChildDriver.DeviceDesc%=AIM.Device,DISPLAY\%AimDevID% [ClassInstall] Addreg=AIMClass.AddReg [ClassInstall32] Addreg=AIMClass.AddRegNT [AIM.Device] AddReg= AIM.Device.AddReg CopyFiles= AIM.Device.CopyDrivers [AIM.Device.NT] AddReg= AIM.Device.AddRegNT CopyFiles= AIM.Device.CopyDriversNT [AIM.Device.AddReg] ;HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,%AimDriverName% HKR,,DeviceFuncGUID,,%AimDevFuncGUID% HKR,,DevicePNPID,,%AimDevID% HKR,,DriverDesc,,%AimChildDriver.DeviceDesc% [AIM.Device.AddRegNT] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,%AimDriverName% HKR,,DeviceFuncGUID,,%AimDevFuncGUID% HKR,,DevicePNPID,,%AimDevID% HKR,,DriverDesc,,%AimChildDriver.DeviceDesc% [AIM_Parameters_AddReg] HKR,,DeviceFuncGUID,,%AimDevFuncGUID% [AIMClass.AddReg] HKR,,,,%AimClass.Desc% HKR,,Icon,,"-1" ;HKR,,NoUseClass,,1 ;Class will not be seen anywhere ;HKR,,NoInstallClass,,1 ;Class is not shown in New Device Wizard HKR,,NoDisplayClass,,1 ;Class will not be displayed by Device Manager HKR,,SilentInstall,,1 ;Class is installed without any user interaction [AIMClass.AddRegNT] HKR,,,,%AimClass.Desc% HKR,,Class,,DisplayCodec HKR,,Icon,,"-1" ;HKR,,NoUseClass,,1 ;Class will not be seen anywhere ;HKR,,NoInstallClass,,1 ;Class is not shown in New Device Wizard ;HKR,,NoDisplayClass,,1 ;Class will not be displayed by Device Manager HKR,,SilentInstall,,1 ;Class is installed without any user interaction [SourceDisksNames] 1=%DiskId1%,,,"" [SourceDisksFiles] a309.sys=1 [AIM.Device.CopyDrivers] a309.sys [AIM.Device.CopyDriversNT] a309.sys [AIM.Device.Interfaces] AddInterface=%AimChildIntfGUID%,"GLOBAL",AimChildInterface, [AimChildInterface] AddReg=AimChildInterface.AddReg [AimChildInterface.AddReg] HKR,,Class,,%AimClassGUID% HKR,,FriendlyName,,%AimChildDriver.FriendlyName% [AIM.Device.NT.Services] AddService = %AimDevFuncGUID%, 0x00000002, Aim.ServiceInstall, Aim_EventLog_Inst,System,"Aim3" [AIM.Device.Services] [Aim_EventLog_Inst] AddReg=Aim_EventLog_AddReg [Aim_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\system32\drivers\%AimDriverName%" HKR,,TypesSupported,0x00010001,7 [Aim.ServiceInstall] DisplayName = %AimChildDriver.DeviceDesc% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %10%\system32\drivers\%AimDriverName% AddReg = AIM_Parameters_AddReg ;--------------------------------------------------------------- ; S t r i n g s ;--------------------------------------------------------------- [Strings] ;---------------- ; Non-Localizable ;---------------- SERVICE_KERNEL_DRIVER=1 SERVICE_SYSTEM_START=1 SERVICE_AUTO_START=2 SERVICE_DEMAND_START=3 SERVICE_ERROR_NORMAL=1 ; ; ; These are customizable ; AimDevID="PH-7104" AimDriverSig=0x12354678 AimDriverID="PH7104" AimDriverName="a309.sys" AimDevFuncGUID="{02FCD261-7775-11D5-81D0-0008C76212F8}" ; ; ; These do not change - ever ! ; AimClassGUID="{E6ABB47D-8339-4c60-BE92-E9045FF5A33D}" AimChildIntfGUID="{E87E75CE-0792-4534-AB89-5CFC95747B77}" ;---------------- ; Localizable ;---------------- Intel="Intel" IntelMfg="Intel Corporation" DiskId1="Intel Corporation Installation Disk #1" ; ; ; Do not change this line ! ; AimClass.Desc="Intel AIM 3.0 Codec" ; ; ; Put device specifics here -> ; AimChildDriver.DeviceDesc="AIM 3.0 Part 01 Codec Driver PH-7104" AimChildDriver.FriendlyName="Philips (TV) Codec"