VirtualBox

Changeset 53976 in vbox for trunk/src/VBox/ExtPacks


Ignore:
Timestamp:
Jan 27, 2015 6:09:27 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97878
Message:

Added missing extpack stuff to VBoxDTrace.

Location:
trunk/src/VBox/ExtPacks/VBoxDTrace
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/ExtPack.xml

    r53974 r53976  
    44    <Description>Experimental and unsupported extension pack providing DTrace features to VirtualBox.</Description>
    55    <Version revision="@VBOX_SVN_REV@">@VBOX_VERSION_STRING@</Version>
     6    <MainModule>VBoxDTraceMain</MainModule>
    67</VirtualBoxExtensionPack>
    78
  • trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk

    r53974 r53976  
    4444        COPYING=>ExtPack-SourceCodeLicense.txt
    4545$(call VBOX_EDIT_VERSION_RULE_FN,VBoxDTraceIns,ExtPack.xml)
     46
     47
     48#
     49# VBoxSkeletonMain - The module which the VirtualBox Main API talks to.
     50#
     51DLLS += VBoxDTraceMain
     52VBoxDTraceMain_TEMPLATE = VBoxR3ExtPackDTrace
     53VBoxDTraceMain_SOURCES = VBoxDTraceMain.cpp
    4654
    4755
  • trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp

    r53975 r53976  
    11/* $Id$ */
    22/** @file
    3  * Skeleton main module.
     3 * VBoxDTrace main module.
    44 */
    55
    66/*
    7  * Copyright (C) 2010-2012 Oracle Corporation
     7 * Copyright (C) 2010-2016 Oracle Corporation
    88 *
    99 * Permission is hereby granted, free of charge, to any person
Note: See TracChangeset for help on using the changeset viewer.

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