VirtualBox

source: vbox/trunk/src/VBox/VMM/.scm-settings@ 82781

Last change on this file since 82781 was 76561, checked in by vboxsync, 5 years ago

VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM subtree, with the cpu profiles continue using the current VBOX_CPUDB_ prefix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1# $Id: .scm-settings 76561 2019-01-01 03:13:40Z vboxsync $
2## @file
3# Source code massager settings for the VMM.
4#
5
6#
7# Copyright (C) 2017-2019 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
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use