Support for VMware video drivers (oops, forgot this one)
authorGé van Geldorp <ge@gse.nl>
Sat, 15 Feb 2003 19:51:27 +0000 (19:51 +0000)
committerGé van Geldorp <ge@gse.nl>
Sat, 15 Feb 2003 19:51:27 +0000 (19:51 +0000)
svn path=/trunk/; revision=4154

reactos/drivers/dd/videoprt/Makefile [new file with mode: 0644]
reactos/drivers/dd/videoprt/videoprt.rc [new file with mode: 0644]

diff --git a/reactos/drivers/dd/videoprt/Makefile b/reactos/drivers/dd/videoprt/Makefile
new file mode 100644 (file)
index 0000000..4630f70
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id: Makefile,v 1.1 2003/02/15 19:50:28 gvg Exp $
+
+PATH_TO_TOP = ../../..
+
+TARGET_TYPE = export_driver
+
+TARGET_NAME = videoprt
+
+TARGET_CFLAGS = 
+
+TARGET_OBJECTS = videoprt.o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
diff --git a/reactos/drivers/dd/videoprt/videoprt.rc b/reactos/drivers/dd/videoprt/videoprt.rc
new file mode 100644 (file)
index 0000000..92f1908
--- /dev/null
@@ -0,0 +1,39 @@
+
+#include <defines.h>
+#include <reactos/resource.h>
+
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+
+VS_VERSION_INFO VERSIONINFO
+       FILEVERSION     RES_UINT_FV_MAJOR,RES_UINT_FV_MINOR,RES_UINT_FV_REVISION,RES_UINT_FV_BUILD
+       PRODUCTVERSION  RES_UINT_PV_MAJOR,RES_UINT_PV_MINOR,RES_UINT_PV_REVISION,RES_UINT_PV_BUILD
+       FILEFLAGSMASK   0x3fL
+#ifdef _DEBUG
+       FILEFLAGS       0x1L
+#else
+       FILEFLAGS       0x0L
+#endif
+       FILEOS          0x40004L
+       FILETYPE        0x2L
+       FILESUBTYPE     0x0L
+BEGIN
+    BLOCK "StringFileInfo"
+    BEGIN
+        BLOCK "040904b0"
+        BEGIN
+            VALUE "CompanyName",       RES_STR_COMPANY_NAME
+            VALUE "FileDescription",   "Videort Driver\0"
+            VALUE "FileVersion",       "0.0.0\0"
+            VALUE "InternalName",      "vidport\0"
+            VALUE "LegalCopyright",    RES_STR_LEGAL_COPYRIGHT
+            VALUE "OriginalFilename",  "vidport.sys\0"
+            VALUE "ProductName",       RES_STR_PRODUCT_NAME
+            VALUE "ProductVersion",    RES_STR_PRODUCT_VERSION
+        END
+    END
+    BLOCK "VarFileInfo"
+    BEGIN
+        VALUE "Translation", 0x409, 1200
+    END
+END
+