Skip to content

Commit

Permalink
pciserial: BZ#922014 - Add build procedure for pciserial INF.
Browse files Browse the repository at this point in the history
Hi Vadim,

I added build all.bat for qemupciserial.inf. If you run it - it will create directory Install with the INF and CAT file.
Please add appropriate changes to build spec file.

Thanks,
Yan.

<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);">Hi Vadim,</span><br style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"><br style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"><br style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);">I added build all.bat for qemup</span><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);">ciserial.inf. If you run it - it will create directory Install with the INF and CAT file.</span><br style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);">Please add appropriate changes to build spec file.</span><br style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);"></body></html>
From 4753f308f6ff9d54b37dcb2557e7b3446ec79b7f Mon Sep 17 00:00:00 2001
From: Yan Vugenfirer <yvugenfi@redhat.com>
Date: Tue, 5 Aug 2014 19:13:26 +0300
Subject: [PATCH] pciserial: BZ#922014 - Add build procedure for pciserial
 INF. The build.bat file will use INF2CAT to create cat file
 and copy cat and inf files to Install directory.
  • Loading branch information
YanVugenfirer authored and vrozenfe committed Aug 6, 2014
1 parent 5192e46 commit 3c3459a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pciserial/buildall.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
setlocal
call clean.bat
call ..\Tools\SetVsEnv 12 x64

inf2cat /driver:. /os:XP_X86,Server2003_X86,XP_X64,Server2003_X64,Vista_X86,Server2008_X86,Vista_X64,Server2008_X64,7_X86,7_X64,Server2008R2_X64,8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X64

mkdir Install
copy qemupciserial.* .\Install\

endlocal
3 changes: 3 additions & 0 deletions pciserial/clean.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
del /f /s /q .\Install\*
del /f /s /q qemupciserial.cat
rmdir Install
2 changes: 2 additions & 0 deletions pciserial/qemupciserial.inf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Class=MultiFunction
ClassGUID={4d36e971-e325-11ce-bfc1-08002be10318}
Provider=%QEMU%
DriverVer=12/29/2013,1.3.0
CatalogFile=qemupciserial.cat

[ControlFlags]
ExcludeFromSelect=*
[Manufacturer]
Expand Down

0 comments on commit 3c3459a

Please sign in to comment.