From 3abf29dbda0e86a89d8c95780bc63dc518aba202 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Mon, 27 Mar 2017 14:58:10 +0200 Subject: [PATCH] vpcd: removed obsolete build files --- .../win32/BixVReader/Win7/BixVReader.inx | 80 ------------------- .../win32/BixVReader/Win7/makefile | 7 -- .../win32/BixVReader/Win7/makefile.inc | 8 -- .../win32/BixVReader/Win7/sources | 80 ------------------- .../win32/BixVReader/WinXP/BixVReader.inx | 80 ------------------- .../win32/BixVReader/WinXP/makefile | 7 -- .../win32/BixVReader/WinXP/makefile.inc | 8 -- .../win32/BixVReader/WinXP/sources | 80 ------------------- 8 files changed, 350 deletions(-) delete mode 100644 virtualsmartcard/win32/BixVReader/Win7/BixVReader.inx delete mode 100644 virtualsmartcard/win32/BixVReader/Win7/makefile delete mode 100644 virtualsmartcard/win32/BixVReader/Win7/makefile.inc delete mode 100644 virtualsmartcard/win32/BixVReader/Win7/sources delete mode 100644 virtualsmartcard/win32/BixVReader/WinXP/BixVReader.inx delete mode 100644 virtualsmartcard/win32/BixVReader/WinXP/makefile delete mode 100644 virtualsmartcard/win32/BixVReader/WinXP/makefile.inc delete mode 100644 virtualsmartcard/win32/BixVReader/WinXP/sources diff --git a/virtualsmartcard/win32/BixVReader/Win7/BixVReader.inx b/virtualsmartcard/win32/BixVReader/Win7/BixVReader.inx deleted file mode 100644 index 1e16728..0000000 --- a/virtualsmartcard/win32/BixVReader/Win7/BixVReader.inx +++ /dev/null @@ -1,80 +0,0 @@ -; -; VirtualCardReader.inf -; - -[Version] -Signature="$Windows NT$" -Class=SmartCardReader -ClassGuid={50dd5230-ba8a-11d1-bf5d-0000f805f530} -Provider=%MSFTUMDF% -CatalogFile=WUDF.cat -DriverVer=11/22/2010,6.1.7600.16385 - -[Manufacturer] -%MSFTUMDF%=Microsoft,NT$ARCH$ - -[Microsoft.NT$ARCH$] -%ReaderDeviceName%=VReader_Install,root\BixVirtualReader - -; =================== Virtual Reader Device ================================== - -[VReader_Install.NT] -CopyFiles=UMDriverCopy - -[VReader_Install.NT.hw] - -[VReader_Install.NT.Services] -AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall - -[VReader_Install.NT.CoInstallers] -AddReg=CoInstallers_AddReg -CopyFiles=CoInstallers_CopyFiles - -[VReader_Install.NT.Wdf] -UmdfService=BixVReader,UMDFVReader_Install -UmdfServiceOrder=BixVReader -UmdfKernelModeClientPolicy=AllowKernelModeClients - -; =================== UMDF Service Install section =================== - -[UMDFVReader_Install] -UmdfLibraryVersion=$UMDFVERSION$ -ServiceBinary=%12%\UMDF\BixVReader.dll -DriverCLSID={d4112073-d09b-458f-a5aa-35ef21eef5de} - -[WUDFRD_ServiceInstall] -DisplayName = %WudfRdDisplayName% -ServiceType = 1 -StartType = 3 -ErrorControl = 1 -ServiceBinary = %12%\WUDFRd.sys -LoadOrderGroup = Base - -[SourceDisksFiles] -BixVReader.dll=1 -WudfUpdate_01009.dll=1 - -[SourceDisksNames] -1 = %MediaDescription% - -[CoInstallers_CopyFiles] -WudfUpdate_$UMDFCOINSTALLERVERSION$.dll - -[CoInstallers_AddReg] -HKR,,CoInstallers32,0x00010000,"WUDFUpdate_$UMDFCOINSTALLERVERSION$.dll" - -[DestinationDirs] -UMDriverCopy=12,UMDF ; copy to driversMdf -CoInstallers_CopyFiles=11 - -[UMDriverCopy] -BixVReader.dll - -; =================== Generic ================================== - -[Strings] -MSFTUMDF="Fabio Ottavi - developer" -MediaDescription="Bix Virtual Card Reader disk 1" -WudfRdDisplayName="Bix UMDF Virtual Smart Card Reader for ScardVisual" -ReaderDeviceName="Bix Virtual Smart Card Reader" - diff --git a/virtualsmartcard/win32/BixVReader/Win7/makefile b/virtualsmartcard/win32/BixVReader/Win7/makefile deleted file mode 100644 index 28c5523..0000000 --- a/virtualsmartcard/win32/BixVReader/Win7/makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES) -# -MINIMUM_NT_TARGET_VERSION=0x501 - -!INCLUDE $(NTMAKEENV)\makefile.def - diff --git a/virtualsmartcard/win32/BixVReader/Win7/makefile.inc b/virtualsmartcard/win32/BixVReader/Win7/makefile.inc deleted file mode 100644 index fa7ef06..0000000 --- a/virtualsmartcard/win32/BixVReader/Win7/makefile.inc +++ /dev/null @@ -1,8 +0,0 @@ -.SUFFIXES: .inx - -STAMP=stampinf - -.inx{$(OBJ_PATH)\$(O)}.inf: - copy $(@B).inx $@ - $(STAMP) -f $@ -a $(_BUILDARCH) -k $(KMDF_VERSION_MAJOR).$(KMDF_VERSION_MINOR) -u $(UMDF_VERSION_MAJOR).$(UMDF_VERSION_MINOR).0 - diff --git a/virtualsmartcard/win32/BixVReader/Win7/sources b/virtualsmartcard/win32/BixVReader/Win7/sources deleted file mode 100644 index 7a49482..0000000 --- a/virtualsmartcard/win32/BixVReader/Win7/sources +++ /dev/null @@ -1,80 +0,0 @@ -# -# UMDF_VERSION_MAJOR controls the headers that the driver uses. -# UMDF_VERSION_MAJOR + UMDF_VERSION_MINOR control which version -# of UMDF the driver is bound to in the INF and which -# update coinstaller it requires (through stampinf). -# - -UMDF_VERSION_MAJOR=1 -UMDF_VERSION_MINOR=9 - -KMDF_VERSION_MAJOR=1 -KMDF_VERSION_MINOR=9 - - -TARGETNAME=BixVReader -TARGETTYPE=DYNLINK - -USE_ATL = 1 -USE_STL = 1 -ATL_VER = 71 -USE_MSVCRT = 1 -USE_NATIVE_EH = 1 - -C_DEFINES = $(C_DEFINES) /D_UNICODE /DUNICODE - -WIN32_WINNT_VERSION=$(LATEST_WIN32_WINNT_VERSION) -_NT_TARGET_VERSION=$(_NT_TARGET_VERSION_WIN7) -NTDDI_VERSION=$(LATEST_NTDDI_VERSION) - -DLLENTRY=_DllMainCRTStartup -DLLDEF=..\exports.def - -SOURCES=\ - ..\BixVReader.rc \ - ..\driver.cpp \ - ..\device.cpp \ - ..\reader.cpp \ - ..\pipereader.cpp \ - ..\tcpipreader.cpp \ - ..\..\..\src\vpcd\vpcd.c \ - ..\..\..\src\vpcd\lock.c \ - ..\vpcdreader.cpp \ - ..\queue.cpp \ - ..\memory.cpp \ - ..\sectionLocker.cpp \ - ..\DllMain.cpp \ - ..\VirtualSCReader.idl - -INCLUDES= $(INCLUDES); \ - $(SDK_INC_PATH); \ - $(DDK_INC_PATH); \ - $(UMDF_INC_PATH)\10; - -MSC_WARNING_LEVEL=/W4 - -TARGETLIBS=\ - $(SDK_LIB_PATH)\strsafe.lib \ - $(SDK_LIB_PATH)\kernel32.lib \ - $(SDK_LIB_PATH)\ole32.lib \ - $(SDK_LIB_PATH)\oleaut32.lib \ - $(SDK_LIB_PATH)\uuid.lib \ - $(SDK_LIB_PATH)\user32.lib \ - $(SDK_LIB_PATH)\advapi32.lib \ - $(SDK_LIB_PATH)\shlwapi.lib \ - $(SDK_LIB_PATH)\Ws2_32.lib \ - -NTTARGETFILE1=$(OBJ_PATH)\$(O)\BixVReader.inf - - -# -# This sets up the WPP preprocessor and tells it to scan internal.h to find -# the trace function definition that's in there. -# - -#RUN_WPP= $(SOURCES) -dll -scan:internal.h - - -TARGET_DESTINATION=wudf - - diff --git a/virtualsmartcard/win32/BixVReader/WinXP/BixVReader.inx b/virtualsmartcard/win32/BixVReader/WinXP/BixVReader.inx deleted file mode 100644 index 1e16728..0000000 --- a/virtualsmartcard/win32/BixVReader/WinXP/BixVReader.inx +++ /dev/null @@ -1,80 +0,0 @@ -; -; VirtualCardReader.inf -; - -[Version] -Signature="$Windows NT$" -Class=SmartCardReader -ClassGuid={50dd5230-ba8a-11d1-bf5d-0000f805f530} -Provider=%MSFTUMDF% -CatalogFile=WUDF.cat -DriverVer=11/22/2010,6.1.7600.16385 - -[Manufacturer] -%MSFTUMDF%=Microsoft,NT$ARCH$ - -[Microsoft.NT$ARCH$] -%ReaderDeviceName%=VReader_Install,root\BixVirtualReader - -; =================== Virtual Reader Device ================================== - -[VReader_Install.NT] -CopyFiles=UMDriverCopy - -[VReader_Install.NT.hw] - -[VReader_Install.NT.Services] -AddService=WUDFRd,0x000001fa,WUDFRD_ServiceInstall - -[VReader_Install.NT.CoInstallers] -AddReg=CoInstallers_AddReg -CopyFiles=CoInstallers_CopyFiles - -[VReader_Install.NT.Wdf] -UmdfService=BixVReader,UMDFVReader_Install -UmdfServiceOrder=BixVReader -UmdfKernelModeClientPolicy=AllowKernelModeClients - -; =================== UMDF Service Install section =================== - -[UMDFVReader_Install] -UmdfLibraryVersion=$UMDFVERSION$ -ServiceBinary=%12%\UMDF\BixVReader.dll -DriverCLSID={d4112073-d09b-458f-a5aa-35ef21eef5de} - -[WUDFRD_ServiceInstall] -DisplayName = %WudfRdDisplayName% -ServiceType = 1 -StartType = 3 -ErrorControl = 1 -ServiceBinary = %12%\WUDFRd.sys -LoadOrderGroup = Base - -[SourceDisksFiles] -BixVReader.dll=1 -WudfUpdate_01009.dll=1 - -[SourceDisksNames] -1 = %MediaDescription% - -[CoInstallers_CopyFiles] -WudfUpdate_$UMDFCOINSTALLERVERSION$.dll - -[CoInstallers_AddReg] -HKR,,CoInstallers32,0x00010000,"WUDFUpdate_$UMDFCOINSTALLERVERSION$.dll" - -[DestinationDirs] -UMDriverCopy=12,UMDF ; copy to driversMdf -CoInstallers_CopyFiles=11 - -[UMDriverCopy] -BixVReader.dll - -; =================== Generic ================================== - -[Strings] -MSFTUMDF="Fabio Ottavi - developer" -MediaDescription="Bix Virtual Card Reader disk 1" -WudfRdDisplayName="Bix UMDF Virtual Smart Card Reader for ScardVisual" -ReaderDeviceName="Bix Virtual Smart Card Reader" - diff --git a/virtualsmartcard/win32/BixVReader/WinXP/makefile b/virtualsmartcard/win32/BixVReader/WinXP/makefile deleted file mode 100644 index 28c5523..0000000 --- a/virtualsmartcard/win32/BixVReader/WinXP/makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES) -# -MINIMUM_NT_TARGET_VERSION=0x501 - -!INCLUDE $(NTMAKEENV)\makefile.def - diff --git a/virtualsmartcard/win32/BixVReader/WinXP/makefile.inc b/virtualsmartcard/win32/BixVReader/WinXP/makefile.inc deleted file mode 100644 index fa7ef06..0000000 --- a/virtualsmartcard/win32/BixVReader/WinXP/makefile.inc +++ /dev/null @@ -1,8 +0,0 @@ -.SUFFIXES: .inx - -STAMP=stampinf - -.inx{$(OBJ_PATH)\$(O)}.inf: - copy $(@B).inx $@ - $(STAMP) -f $@ -a $(_BUILDARCH) -k $(KMDF_VERSION_MAJOR).$(KMDF_VERSION_MINOR) -u $(UMDF_VERSION_MAJOR).$(UMDF_VERSION_MINOR).0 - diff --git a/virtualsmartcard/win32/BixVReader/WinXP/sources b/virtualsmartcard/win32/BixVReader/WinXP/sources deleted file mode 100644 index 02075d2..0000000 --- a/virtualsmartcard/win32/BixVReader/WinXP/sources +++ /dev/null @@ -1,80 +0,0 @@ -# -# UMDF_VERSION_MAJOR controls the headers that the driver uses. -# UMDF_VERSION_MAJOR + UMDF_VERSION_MINOR control which version -# of UMDF the driver is bound to in the INF and which -# update coinstaller it requires (through stampinf). -# - -UMDF_VERSION_MAJOR=1 -UMDF_VERSION_MINOR=9 - -KMDF_VERSION_MAJOR=1 -KMDF_VERSION_MINOR=9 - - -TARGETNAME=BixVReader -TARGETTYPE=DYNLINK - -USE_ATL = 1 -USE_STL = 1 -ATL_VER = 71 -USE_MSVCRT = 1 -USE_NATIVE_EH = 1 - -C_DEFINES = $(C_DEFINES) /D_UNICODE /DUNICODE - -WIN32_WINNT_VERSION=$(LATEST_WIN32_WINNT_VERSION) -_NT_TARGET_VERSION=$(_NT_TARGET_VERSION_WINXP) -NTDDI_VERSION=$(LATEST_NTDDI_VERSION) - -DLLENTRY=_DllMainCRTStartup -DLLDEF=..\exports.def - -SOURCES=\ - ..\BixVReader.rc \ - ..\driver.cpp \ - ..\device.cpp \ - ..\reader.cpp \ - ..\pipereader.cpp \ - ..\tcpipreader.cpp \ - ..\..\..\src\vpcd\vpcd.c \ - ..\..\..\src\vpcd\lock.c \ - ..\vpcdreader.cpp \ - ..\queue.cpp \ - ..\memory.cpp \ - ..\sectionLocker.cpp \ - ..\DllMain.cpp \ - ..\VirtualSCReader.idl - -INCLUDES= $(INCLUDES); \ - $(SDK_INC_PATH); \ - $(DDK_INC_PATH); \ - $(UMDF_INC_PATH)\10; - -MSC_WARNING_LEVEL=/W4 - -TARGETLIBS=\ - $(SDK_LIB_PATH)\strsafe.lib \ - $(SDK_LIB_PATH)\kernel32.lib \ - $(SDK_LIB_PATH)\ole32.lib \ - $(SDK_LIB_PATH)\oleaut32.lib \ - $(SDK_LIB_PATH)\uuid.lib \ - $(SDK_LIB_PATH)\user32.lib \ - $(SDK_LIB_PATH)\advapi32.lib \ - $(SDK_LIB_PATH)\shlwapi.lib \ - $(SDK_LIB_PATH)\Ws2_32.lib \ - -NTTARGETFILE1=$(OBJ_PATH)\$(O)\BixVReader.inf - - -# -# This sets up the WPP preprocessor and tells it to scan internal.h to find -# the trace function definition that's in there. -# - -#RUN_WPP= $(SOURCES) -dll -scan:internal.h - - -TARGET_DESTINATION=wudf - -