;============================================================================= ; ; Copyright (c) Intel Corporation (2020-2022). ; ; 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. ; ;============================================================================= [Version] Signature="$WINDOWS NT$" Class=System ; TODO: specify appropriate Class ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} ; TODO: specify appropriate ClassGuid Provider=%ManufacturerName% CatalogFile=CtaChildDriver.cat DriverVer= 12/20/2023,1.0.0.18; TODO: set DriverVer in stampinf property pages PnpLockdown=1 [DestinationDirs] DefaultDestDir = 12 ;CtaChildDriver_Device_CoInstaller_CopyFiles = 11 [SourceDisksNames] 1 = %DiskName%,,,"" [SourceDisksFiles] CtaChildDriver.sys = 1,, ;WdfCoInstaller$KMDFCOINSTALLERVERSION$.dll=1 ; make sure the number matches with SourceDisksNames ;***************************************** ; Install Section ;***************************************** [Manufacturer] %ManufacturerName%=Standard,NTamd64 [Standard.NTamd64] %CtaChildDriver.DeviceDesc%=CtaChildDriver_Device, VIDEO\INTC_CTA ; TODO: edit hw-id [CtaChildDriver_Device.NTamd64] CopyFiles=Drivers_Dir [Drivers_Dir] CtaChildDriver.sys ;-------------- Service installation [CtaChildDriver_Device.NTamd64.Services] AddService = CtaChildDriver,%SPSVCINST_ASSOCSERVICE%, CtaChildDriver_Service_Inst ; -------------- CtaChildDriver driver install sections [CtaChildDriver_Service_Inst] DisplayName = %CtaChildDriver.SVCDESC% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\CtaChildDriver.sys ; ;--- CtaChildDriver_Device Coinstaller installation ------ ; [Strings] SPSVCINST_ASSOCSERVICE= 0x00000002 ManufacturerName="Intel Corporation" DiskName = "Intel(R) CTA Child Installation Disk" CtaChildDriver.DeviceDesc = "Intel(R) CTA Child driver node" CtaChildDriver.SVCDESC = "Intel(R) CTA Child Driver"