VirtualBox

source: vbox/trunk/src/VBox/Installer/win/Scripts/VMMR0.inf@ 71986

Last change on this file since 71986 was 71986, checked in by vboxsync, 7 years ago

*.inf: Trying to make new InfVerif.exe happy. bugref:8691

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1; $Id: VMMR0.inf 71986 2018-04-23 15:47:24Z vboxsync $
2;; @file
3; VMMR0.inf - VirtualBox VMM drivers.
4;
5
6;
7; Copyright (C) 2018 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18[Version]
19Signature = "$Windows NT$"
20Class = System
21ClassGuid = {4d36e97d-e325-11ce-bfc1-08002be10318}
22CatalogFile = VMMR0.cat
23Provider = %ORACLE%
24;edit-DriverVer = 08/26/2008,2.00.0000
25
26[SourceDisksNames]
271=%VBoxVMM.DskDesc%,"",,
28
29[SourceDisksFiles]
30VMMR0.r0=1
31VBoxDDR0.r0=1
32VBoxDD2R0.r0=1
33
34[DestinationDirs]
35DefaultDestDir = 12
36VBoxVMMInstall.Files = 12
37
38[Manufacturer]
39%ORACLE%=VBoxVMM@COMMA-NT-ARCH@
40
41[VBoxVMM@DOT-NT-ARCH@]
42%VBoxVMM.DrvDesc% = VBoxVMMInstall, root\VBoxVMM
43
44[VBoxVMMInstall]
45CopyFiles = VBoxVMMInstall.Files
46
47[VBoxVMMInstall.Files]
48VMMR0.r0,,,2
49VBoxDDR0.r0,,,2
50VBoxDD2R0.r0,,,2
51
52[Strings]
53ORACLE = "Oracle Corporation"
54VBoxVMM.DrvDesc = "VirtualBox VMM drivers"
55VBoxVMM.DskDesc = "VirtualBox VMM drivers"
56
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette