VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/.scm-settings@ 69429

Last change on this file since 69429 was 69429, checked in by vboxsync, 7 years ago

efi: scm updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.0 KB
Line 
1# $Id: .scm-settings 69429 2017-10-27 13:27:03Z vboxsync $
2## @file
3# Source code massager settings for EFI.
4#
5
6#
7# Copyright (C) 2017 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/DevEFI.h: --license-ose-dual
20
21/Firmware/*: --external-copyright --dont-set-svn-keywords --no-convert-tabs --no-strip-trailing-blanks \
22 --strip-no-trailing-lines --no-force-final-eol --no-fix-todos
23/Firmware/*.kmk: --no-external-copyright --set-svn-keywords --convert-tabs --strip-trailing-blanks --strip-trailing-lines \
24 --force-final-eol --fix-todos --license-ose-dual
25
26/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/Apple.c: \
27 --no-external-copyright --set-svn-keywords --convert-tabs --strip-trailing-blanks --strip-trailing-lines \
28 --force-final-eol --fix-todos --license-ose-dual
29
30/Firmware/VBox*: --no-external-copyright --set-svn-keywords --convert-tabs --strip-trailing-blanks --strip-trailing-lines \
31 --force-final-eol --fix-todos --license-ose-dual
32
33
34# Build related files using '#' for comments.
35/Firmware/*.dec: --treat-as Makefile
36/Firmware/*.dsc: --treat-as Makefile
37/Firmware/*.fdf: --treat-as Makefile
38/Firmware/*.inf: --treat-as Makefile
39/Firmware/BaseTools/Conf/build_rule.template: --treat-as Makefile
40/Firmware/BaseTools/Conf/target.template: --treat-as Makefile
41/Firmware/BaseTools/Conf/tools_def.template: --treat-as Makefile
42
43# IASL sources.
44/Firmware/*.asl: --treat-as *.h
45/Firmware/*.aslc: --treat-as *.h
46
47# NASM source.
48/Firmware/*.nasm: --treat-as .asm
49/Firmware/*.nasmb: --treat-as .asm
50/Firmware/*.asm16: --treat-as .asm
51
52# cpp processed assembly files.
53/Firmware/*.s: --treat-as .h
54/Firmware/*.i: --treat-as .h
55
56# GAS assembly files w/o preprocessing.
57/Firmware/*.S: --treat-as Makefile
58
59# Not quite sure what this is, uses C++ comment style.
60/Firmware/*.vfr: --treat-as .h
61/Firmware/*.Vfr: --treat-as .h
62
63# Linker scripts.
64/Firmware/*-ld-script: --treat-as .h
65
66# Grammar files. Treat as C for now.
67/Firmware/*.g: --treat-as .c
68
69# Not entirely sure what the .dlg files are, but they seems to contain C like license headers.
70/Firmware/*.dlg: --treat-as .h
71
72# Misc.
73*.xsd: --treat-as .xml
74/Firmware/*.ini: --treat-as Makefile
75/Firmware/BaseTools/Conf/FrameworkDatabase.template: --treat-as .xml
76/Firmware/BaseTools/Source/C/VfrCompile/Pccts/*.r: --treat-as .h
77/Firmware/BaseTools/BuildEnv: --treat-as .sh
78
79# Some normal makefiles (external code, convenience, ...)
80/Firmware/*.mak: --treat-as Makefile
81/Firmware/*/makefile1: --treat-as Makefile
82/Firmware/*/makefile.cygwin: --treat-as Makefile
83/Firmware/*/makefile.old: --treat-as Makefile
84/Firmware/BaseTools/Source/C/Makefiles/*.makefile: --treat-as Makefile
85/Firmware/BaseTools/Source/C/Makefiles/ms.*: --treat-as Makefile
86
87# Ignore text files, usually no license stuff there.
88--filter-out-files *.txt
89--filter-out-files *.rtf
90--filter-out-files *.1
91--filter-out-files /Firmware/*/README
92--filter-out-files /Firmware/BaseTools/Source/C/VfrCompile/Pccts/MPW_Read_Me
93--filter-out-files /Firmware/BaseTools/Source/C/VfrCompile/Pccts/NOTES.bcc
94--filter-out-files /Firmware/BaseTools/Source/C/VfrCompile/Pccts/NOTES.msvc
95--filter-out-files /Firmware/BaseTools/Source/C/VfrCompile/Pccts/RIGHTS
96
97# Ignore binary files.
98--filter-out-files *.raw
99--filter-out-files *.efi
100--filter-out-files *.bin
101--filter-out-files *.obj
102--filter-out-files *.dll
103--filter-out-files *.docx
104
105# The .uni files are UTF-16LE encoded and scm doesn't grok that yet.
106--filter-out-files *.uni
107
108# Ignore patches.
109--filter-out-files *.patch
110
111# Ignore visual C++ project stuff.
112--filter-out-files *.sln
113--filter-out-files *.suo
114--filter-out-files *.vcproj
115
116# Misc
117--filter-out-files */.gitignore
118--filter-out-files *.ps
119--filter-out-files /Firmware/BaseTools/Source/Python/Rsa2048Sha256Sign/TestSigningPrivateKey.pem
120--filter-out-dirs /Firmware/StdLib/Efi/StdLib/etc/.
121
122#
123# VBoxPkg
124#
125/Firmware/VBoxPkg/VBoxFsDxe/test/*: --external-copyright --no-strip-trailing-blanks --no-fix-todos --strip-no-trailing-lines
126/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaFont*.h: --external-copyright
127
128
129#/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --no-convert-tabs
130#/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --no-convert-tabs
131#/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --dont-set-svn-keywords
132#/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --dont-set-svn-keywords
133
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette