1 | # $Id: .scm-settings 82968 2020-02-04 10:35:17Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the VMM.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2017-2020 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 |
|
---|
19 | /VMMAll/IEMAllInstructionsPython.py: --license-ose-dual
|
---|
20 |
|
---|
21 | --filter-out-files /testcase/dev.tar.gz
|
---|
22 |
|
---|
23 | /include/PGMGstDefs.h: --no-fix-header-guards
|
---|
24 | /VMMR0/PGMR0Bth.h: --no-fix-header-guards
|
---|
25 | /VMMR3/PGMPhysRWTmpl.h: --no-fix-header-guards
|
---|
26 | /VMMRC/PGMRCBth.h: --no-fix-header-guards
|
---|
27 | /VMMRC/PGMRCShw.h: --no-fix-header-guards
|
---|
28 | /VMMRC/PGMRCGst.h: --no-fix-header-guards
|
---|
29 | /VMMAll/PGMAllBth.h: --no-fix-header-guards
|
---|
30 | /VMMAll/PGMAllGst.h: --no-fix-header-guards
|
---|
31 | /VMMAll/PGMAllShw.h: --no-fix-header-guards
|
---|
32 | /testcase/tstVMStruct.h: --no-fix-header-guards
|
---|
33 |
|
---|
34 | /*.h: --guard-relative-to-dir . --guard-prefix VMM_INCLUDED_SRC_
|
---|
35 | /VMMR3/cpus/*.h: --guard-relative-to-dir VMMR3/cpus --guard-prefix VBOX_CPUDB_
|
---|
36 |
|
---|