added windows version of vpcd driver
based on Fabio Ottavi's UMDF Driver for a Virtual Smart Card Reader, see http://www.codeproject.com/Articles/134010/An-UMDF-Driver-for-a-Virtual-Smart-Card-Reader
This commit is contained in:
15
virtualsmartcard/win32/vpcd/exports.def
Normal file
15
virtualsmartcard/win32/vpcd/exports.def
Normal file
@@ -0,0 +1,15 @@
|
||||
; Skeleton.def : Declares the module parameters.
|
||||
|
||||
;
|
||||
; TODO: Change the library name here to match your binary name.
|
||||
;
|
||||
|
||||
LIBRARY "UMDFSkeleton.DLL"
|
||||
|
||||
EXPORTS
|
||||
DllCanUnloadNow PRIVATE
|
||||
DllGetClassObject PRIVATE
|
||||
DllRegisterServer PRIVATE
|
||||
DllUnregisterServer PRIVATE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user