VirtualBox

source: vbox/trunk/src/VBox/HostDrivers/Support/SUPR0-def-lx.sed@ 48854

Last change on this file since 48854 was 40802, checked in by vboxsync, 13 years ago

lx version.

  • 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-lx.sed 40802 2012-04-06 16:59:59Z vboxsync $
2## @file
3# IPRT - SED script for generating SUPR0.def - OS/2 LX.
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/
43b end
44
45:header
46i\;
47i\; Autogenerated. DO NOT EDIT!
48i\;
49i
50i\LIBRARY VBoxDrv.sys
51i
52i\EXPORTS
53d
54
55
56:footer
57i
58i\; The end.
59i
60d
61
62: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