VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPR0-def-pe.sed@ 54558

Last change on this file since 54558 was 40795, checked in by vboxsync, 12 years ago

Generate SUPR0.def from SUPDrv.c.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1# $Id: SUPR0-def-pe.sed 40795 2012-04-06 16:22:40Z vboxsync $
2## @file
3# IPRT - SED script for generating SUPR0.def
4#
5
6# Copyright (C) 2012 Oracle Corporation
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License (GPL) as published by the Free Software
12# Foundation, in version 2 as it comes in the "COPYING" file of the
13# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16# The contents of this file may alternatively be used under the terms
17# of the Common Development and Distribution License Version 1.0
18# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
19# VirtualBox OSE distribution, in which case the provisions of the
20# CDDL are applicable instead of those of the GPL.
21#
22# You may elect to license modified versions of this file under the
23# terms and conditions of either the GPL or the CDDL or both.
24#
25
26# Header and footer.
271b header
28$b footer
29
30# Drop all lines from the start of the file until the SED: START marker.
311,/SED: START/d
32
33# Drop all lines from the SED: END marker and till the end of the file.
34/SED: END/,$d
35
36# Drop all lines not specifying an export.
37/^ { "/!d
38
39# Transform the export line, the format is like this:
40# { "g_pSUPGlobalInfoPage", (void *)&g_pSUPGlobalInfoPage }, /* SED: DATA */
41
42s/^ { "\([^"]*\)",[^}]*}[,]/ \1/
43
44s,/\* SED: \([A-Z]*\) \*/, \1,
45b end
46
47:header
48i\;
49i\; Autogenerated. DO NOT EDIT!
50i\;
51i
52i\LIBRARY VBoxDrv.sys
53i
54i\EXPORTS
55d
56
57
58:footer
59i
60i\; The end.
61i
62d
63
64:end
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