1 | # $Id: .scm-settings 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the PDM Devices and Drivers.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2019-2023 Oracle and/or its affiliates.
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox base platform packages, as
|
---|
10 | # available from https://www.virtualbox.org.
|
---|
11 | #
|
---|
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 | #
|
---|
27 |
|
---|
28 | /*.h: --guard-relative-to-dir .
|
---|
29 | /Graphics/vmsvga_glext/*.h|/Graphics/vmsvga/*.h: --guard-relative-to-dir ''
|
---|
30 | /*.h: --only-guest-host-page
|
---|
31 |
|
---|
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.
|
---|
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
|
---|