summaryrefslogtreecommitdiff
path: root/gvm.rc
diff options
context:
space:
mode:
authorHaitao Shan <hshan@google.com>2019-11-06 13:39:17 -0800
committerHaitao Shan <hshan@google.com>2019-11-06 13:39:17 -0800
commit5e1e4edf91bbd320dfd914b210a2f47d5533ac50 (patch)
tree54207657ffc86c9fc508046324aeded789325b34 /gvm.rc
parentd9c0b9070fc0aca672f828bc7c34c093fca059a0 (diff)
downloadaehd-5e1e4edf91bbd320dfd914b210a2f47d5533ac50.tar.gz
Android Emulator Hypervisor Driver for AMD Processors 1.0
Diffstat (limited to 'gvm.rc')
-rw-r--r--gvm.rc41
1 files changed, 41 insertions, 0 deletions
diff --git a/gvm.rc b/gvm.rc
new file mode 100644
index 0000000..3517aca
--- /dev/null
+++ b/gvm.rc
@@ -0,0 +1,41 @@
+/*
+ * Copyright 2019 Google LLC
+
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * version 2 as published by the Free Software Foundation.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include <gvm_ver.h>
+#include <windows.h>
+
+#define VER_DEBUG 2
+#define VER_PRERELEASE 0
+#define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
+#define VER_FILEOS VOS_NT_WINDOWS32
+#define VER_FILEFLAGS (VER_PRERELEASE|VER_DEBUG)
+
+#define VER_FILETYPE VFT_DRV
+#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
+
+#define VER_COMPANYNAME_STR "Google LLC"
+#define VER_PRODUCTNAME_STR "Android Emulator Hypervisor Driver for AMD Processors"
+#define VER_LEGALCOPYRIGHT_YEARS "2019"
+#define VER_LEGALCOPYRIGHT_STR "Copyright (c) " VER_LEGALCOPYRIGHT_YEARS " " VER_COMPANYNAME_STR
+#define VER_LEGALTRADEMARKS_STR VER_LEGALCOPYRIGHT_STR
+
+#define VER_PRODUCTVERSION GVM_RC_VERSION
+#define VER_PRODUCTVERSION_STR GVM_RC_VERSION_STR
+#define VER_PRODUCTVERSION_W (0x0200)
+#define VER_PRODUCTVERSION_DW (0x0200)
+#define VER_FILEDESCRIPTION_STR "Android Emulator Hypervisor Driver for AMD Processors"
+#define VER_INTERNALNAME_STR "Android Emulator Hypervisor Driver for AMD Processors"
+#define VER_ORIGINALFILENAME_STR "gvm.sys"
+
+#include "common.ver"
+