[76565] | 1 | # $Id: .scm-settings 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
| 2 | ## @file
|
---|
[76569] | 3 | # Source code massager settings for the PDM Devices and Drivers.
|
---|
[76565] | 4 | #
|
---|
| 5 |
|
---|
| 6 | #
|
---|
[98103] | 7 | # Copyright (C) 2019-2023 Oracle and/or its affiliates.
|
---|
[76565] | 8 | #
|
---|
[96407] | 9 | # This file is part of VirtualBox base platform packages, as
|
---|
| 10 | # available from https://www.virtualbox.org.
|
---|
[76565] | 11 | #
|
---|
[96407] | 12 | # This program is free software; you can redistribute it and/or
|
---|
| 13 | # modify it under the terms of the GNU General Public License
|
---|
| 14 | # as published by the Free Software Foundation, in version 3 of the
|
---|
| 15 | # License.
|
---|
| 16 | #
|
---|
| 17 | # This program is distributed in the hope that it will be useful, but
|
---|
| 18 | # WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
| 20 | # General Public License for more details.
|
---|
| 21 | #
|
---|
| 22 | # You should have received a copy of the GNU General Public License
|
---|
| 23 | # along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
| 24 | #
|
---|
| 25 | # SPDX-License-Identifier: GPL-3.0-only
|
---|
| 26 | #
|
---|
[76565] | 27 |
|
---|
[76588] | 28 | /*.h: --guard-relative-to-dir .
|
---|
[76565] | 29 | /Graphics/vmsvga_glext/*.h|/Graphics/vmsvga/*.h: --guard-relative-to-dir ''
|
---|
[93944] | 30 | /*.h: --only-guest-host-page
|
---|
[76565] | 31 |
|
---|
[93944] | 32 | # Same as for the VMM, careful with page stuff.
|
---|
| 33 | /*.h: --only-guest-host-page --no-ASMMemPage-use
|
---|
| 34 | /*.cpp: --only-guest-host-page --no-ASMMemPage-use
|
---|
| 35 | /*.m: --only-guest-host-page --no-ASMMemPage-use
|
---|
| 36 |
|
---|
| 37 | # This defines it's own PAGE_XXX macros.
|
---|
[95666] | 38 | /PC/ipxe/src/arch/arm/include/ipxe/arm_io.h: --no-page-restrictions
|
---|
| 39 | /PC/ipxe/src/arch/x86/include/ipxe/x86_io.h: --no-page-restrictions
|
---|
| 40 | /PC/ipxe/src/include/ipxe/virtio-ring.h: --no-page-restrictions
|
---|
| 41 | /PC/ipxe/src/include/ipxe/hyperv.h: --no-page-restrictions
|
---|
| 42 | /PC/ipxe/src/include/ipxe/io.h: --no-page-restrictions
|
---|
| 43 | /PC/ipxe/src/include/ipxe/vmbus.h: --no-page-restrictions
|
---|
| 44 | /PC/ipxe/src/include/ipxe/xengrant.h: --no-page-restrictions
|
---|
| 45 | /PC/ipxe/src/include/xen/io/ring.h: --no-page-restrictions
|
---|
| 46 | /PC/ipxe/src/drivers/net/netvsc.h: --no-page-restrictions
|
---|
| 47 | /PC/ipxe/src/drivers/net/bnxt/bnxt.h: --skip-unicode-checks
|
---|
| 48 | /PC/ipxe/vbox/config/local/*.h: --external-copyright
|
---|