;/***************************************************************************** ;** ** ;** Copyright 2006 2010 Intel Corporation All Rights Reserved. ** ;** ** ;** The material contained or described herein and all documents related ** ;** to such material ("Material") are owned by Intel Corporation or its ** ;** suppliers or licensors. Title to the Material remains with Intel ** ;** Corporation or its suppliers and licensors. The Material contains trade ** ;** secrets and proprietary and confidential information of Intel or its ** ;** suppliers and licensors. The Material is protected by worldwide ** ;** copyright and trade secret laws and treaty provisions. No part of the ** ;** Material may be used, copied, reproduced, modified, published, ** ;** uploaded, posted, transmitted, distributed, or disclosed in any way ** ;** without Intel’s prior express written permission. ** ;** ** ;** No license under any patent, copyright, trade secret or other ** ;** intellectual property right is granted to or conferred upon you by ** ;** disclosure or delivery of the Materials, either expressly, by ** ;** implication, inducement, estoppel or otherwise. Any license under such ** ;** intellectual property rights must be express and approved by Intel in ** ;** writing. ** ;*****************************************************************************/ ; ;****************************************************************************** ; ilp60x64.inf (x64-bit Windows Server 2008) ; $Revision: 1.55 $ ; [version] Signature = "$Windows NT$" Class = NetTrans ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318} Provider = %Intel% CatalogFile = ilp60x64.cat DriverVer = 01/13/2011,1.4.4.0 [Manufacturer] %Intel% = Intel, NTamd64.6.0 [Intel.NTamd64.6.0] ; DisplayName Section DeviceID ; ----------- ------- -------- %iLldpProt_ProtDesc3% = ilp60x64, iLldpProt [ilp60x64] Characteristics = 0x0 AddReg = illdpprot_reg CopyFiles = ilp60x64_CopyFiles [ilp60x64.Services] AddService = illdpprot, , ilp60x64_Service, EventLog DelService = illdpprot, 0x204 [EventLog] AddReg = AddEventLog ; AddReg sections [illdpprot_reg] HKR, Ndi, ClsID, , {D6F4587C-A64B-47fc-8B0C-AA4792FC27EC} HKR, Ndi, ComponentDll, , "DCBNtObj.dll" HKR, Ndi\Interfaces, UpperRange, , noupper HKR, Ndi\Interfaces, LowerRange, , "illdpprot" HKR, Ndi, Service, , "illdpprot" HKR, Ndi, HelpText, , %iLldpProt_HelpText% ; AddService sections [ilp60x64_service] DisplayName = %iLldpProt_ProtDesc2% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 0 ;%SERVICE_BOOT_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\ilp60x64.sys LoadOrderGroup = NDIS Description = %iLldpProt_ProtDesc3% [AddEventLog] HKR,, EventMessageFile, 0x00020000, %iLldpEventLogPath% HKR,, TypesSupported, 0x00010001, 7 ; CopyFiles sections [ilp60x64_CopyFiles] ilp60x64.sys,,,2 [DestinationDirs] ilp60x64_CopyFiles = 12 [SourceDisksNames] 1 = %DISKNAME%,,, [SourceDisksFiles] ilp60x64.sys = 1 [Strings] Intel = "Intel" DISKNAME="Intel(R) PRO/10GbE Driver Disk" iLldpProt_ProtDesc2 = "Intel(R) Ethernet LLDP Protocol Driver" iLldpProt_ProtDesc3 = "Intel(R) Ethernet LLDP Protocol Driver" iLldpEventLogPath = "%SystemRoot%\System32\netevent.dll;%SystemRoot%\System32\drivers\ilp60x64.sys" ; This text shows up in Network Connection property page when LLDP protocol is selected. iLldpProt_HelpText = "A driver to support DCB on capable devices"