vbox: Provide implementation of RTErrCOMGet

The generated errmsgvboxcomdata.h is currently empty, but the
'main.e.l.f' log group seems to work for now.
This commit is contained in:
Reto Buerki 2015-06-12 13:25:13 +02:00 committed by Christian Helmuth
parent 8dbf449b91
commit 963ca0e6b5
2 changed files with 5 additions and 2 deletions

View File

@ -156,3 +156,8 @@ errmsgdata.h: $(VIRTUALBOX_DIR)/include/iprt/err.h \
$(MSG_CONVERT)$@
$(VERBOSE)sed -f $(VBOX_DIR)/Runtime/common/err/errmsg.sed $^ > $@
SRC_CC += Runtime/common/err/errmsgxpcom.cpp
Runtime/common/err/errmsgxpcom.o: errmsgvboxcomdata.h
errmsgvboxcomdata.h:
touch $@

View File

@ -24,8 +24,6 @@ void name(void) { \
while (1) { Assert(!"not implemented"); } \
}
DUMMY(RTErrCOMGet)
DUMMY(DBGFR3CoreWrite)
DUMMY(DBGCRegisterCommands)
DUMMY(DBGFR3EventAssertion)