cec: added a signed driver
authorLars Op den Kamp <lars@opdenkamp.eu>
Sat, 4 Feb 2012 10:27:00 +0000 (11:27 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Sat, 4 Feb 2012 10:27:15 +0000 (11:27 +0100)
driver/p8usb-cec.cat [new file with mode: 0644]
driver/p8usb-cec.inf [moved from OEM001.inf with 100% similarity]
project/libCEC.nsi

diff --git a/driver/p8usb-cec.cat b/driver/p8usb-cec.cat
new file mode 100644 (file)
index 0000000..5a85256
Binary files /dev/null and b/driver/p8usb-cec.cat differ
similarity index 100%
rename from OEM001.inf
rename to driver/p8usb-cec.inf
index 23f341afd69c169022c092eee8c10a8de271a654..fd915cba628ce0fa29954f853b2b1ec11b6d808f 100644 (file)
@@ -68,7 +68,8 @@ Section "libCEC" SecLibCEC
   SetOutPath "$INSTDIR\driver"
   File "..\build\dpinst-amd64.exe"
   File "..\build\dpinst-x86.exe"
-  File "..\OEM001.inf"
+  File "..\driver\p8usb-cec.inf"
+  File "..\driver\p8usb-cec.cat"
 
   ; Copy the headers
   SetOutPath "$INSTDIR\include"
@@ -143,9 +144,9 @@ Section "Uninstall"
   SetShellVarContext current
 
   ${If} ${RunningX64}
-       ExecWait '"$INSTDIR\driver\dpinst-amd64.exe" /u "$INSTDIR\driver\OEM001.inf"'
+       ExecWait '"$INSTDIR\driver\dpinst-amd64.exe" /u "$INSTDIR\driver\p8usb-cec.inf"'
   ${Else}
-       ExecWait '"$INSTDIR\driver\dpinst-x64.exe" /u "$INSTDIR\driver\OEM001.inf"'
+       ExecWait '"$INSTDIR\driver\dpinst-x64.exe" /u "$INSTDIR\driver\p8usb-cec.inf"'
   ${EndIf}
   Delete "$INSTDIR\AUTHORS"
   Delete "$INSTDIR\cec*.exe"
@@ -156,7 +157,8 @@ Section "Uninstall"
   Delete "$INSTDIR\x64\*.dll"
   Delete "$INSTDIR\x64\*.lib"
   Delete "$INSTDIR\README"
-  Delete "$INSTDIR\driver\OEM001.inf"
+  Delete "$INSTDIR\driver\p8usb-cec.inf"
+  Delete "$INSTDIR\driver\p8usb-cec.cat"
   Delete "$INSTDIR\driver\dpinst-amd64.exe"
   Delete "$INSTDIR\driver\dpinst-x86.exe"