Last change
on this file since 74770 was 74770, checked in by vboxsync, 6 years ago |
Dropping VBoxDD2R0.r0 & VBoxDDR2RC.rc as they are empty (and thereby causes darwin signing issues). bugref:9232
|
-
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 74770 2018-10-11 12:59:30Z 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]
|
---|
19 | Signature = "$Windows NT$"
|
---|
20 | Class = System
|
---|
21 | ClassGuid = {4d36e97d-e325-11ce-bfc1-08002be10318}
|
---|
22 | CatalogFile = VMMR0.cat
|
---|
23 | Provider = %ORACLE%
|
---|
24 | ;edit-DriverVer = 08/26/2008,2.00.0000
|
---|
25 |
|
---|
26 | [SourceDisksNames]
|
---|
27 | 1=%VBoxVMM.DskDesc%,"",,
|
---|
28 |
|
---|
29 | [SourceDisksFiles]
|
---|
30 | VMMR0.r0=1
|
---|
31 | VBoxDDR0.r0=1
|
---|
32 |
|
---|
33 | [DestinationDirs]
|
---|
34 | DefaultDestDir = 12
|
---|
35 | VBoxVMMInstall.Files = 12
|
---|
36 |
|
---|
37 | [Manufacturer]
|
---|
38 | %ORACLE%=VBoxVMM@COMMA-NT-ARCH@
|
---|
39 |
|
---|
40 | [VBoxVMM@DOT-NT-ARCH@]
|
---|
41 | %VBoxVMM.DrvDesc% = VBoxVMMInstall, root\VBoxVMM
|
---|
42 |
|
---|
43 | [VBoxVMMInstall]
|
---|
44 | CopyFiles = VBoxVMMInstall.Files
|
---|
45 |
|
---|
46 | [VBoxVMMInstall.Files]
|
---|
47 | VMMR0.r0,,,2
|
---|
48 | VBoxDDR0.r0,,,2
|
---|
49 |
|
---|
50 | [Strings]
|
---|
51 | ORACLE = "Oracle Corporation"
|
---|
52 | VBoxVMM.DrvDesc = "VirtualBox VMM drivers"
|
---|
53 | VBoxVMM.DskDesc = "VirtualBox VMM drivers"
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.