1 | # $Id: .scm-settings 95666 2022-07-15 18:50:58Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the PDM Devices and Drivers.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2019-2022 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 | /*.h: --guard-relative-to-dir .
|
---|
19 | /Graphics/vmsvga_glext/*.h|/Graphics/vmsvga/*.h: --guard-relative-to-dir ''
|
---|
20 | /*.h: --only-guest-host-page
|
---|
21 |
|
---|
22 | # Same as for the VMM, careful with page stuff.
|
---|
23 | /*.h: --only-guest-host-page --no-ASMMemPage-use
|
---|
24 | /*.cpp: --only-guest-host-page --no-ASMMemPage-use
|
---|
25 | /*.m: --only-guest-host-page --no-ASMMemPage-use
|
---|
26 |
|
---|
27 | # This defines it's own PAGE_XXX macros.
|
---|
28 | /PC/ipxe/src/arch/arm/include/ipxe/arm_io.h: --no-page-restrictions
|
---|
29 | /PC/ipxe/src/arch/x86/include/ipxe/x86_io.h: --no-page-restrictions
|
---|
30 | /PC/ipxe/src/include/ipxe/virtio-ring.h: --no-page-restrictions
|
---|
31 | /PC/ipxe/src/include/ipxe/hyperv.h: --no-page-restrictions
|
---|
32 | /PC/ipxe/src/include/ipxe/io.h: --no-page-restrictions
|
---|
33 | /PC/ipxe/src/include/ipxe/vmbus.h: --no-page-restrictions
|
---|
34 | /PC/ipxe/src/include/ipxe/xengrant.h: --no-page-restrictions
|
---|
35 | /PC/ipxe/src/include/xen/io/ring.h: --no-page-restrictions
|
---|
36 | /PC/ipxe/src/drivers/net/netvsc.h: --no-page-restrictions
|
---|
37 | /PC/ipxe/src/drivers/net/bnxt/bnxt.h: --skip-unicode-checks
|
---|
38 | /PC/ipxe/vbox/config/local/*.h: --external-copyright
|
---|