memctrlrplugin.pro
73 lines
| 1.1 KiB
| text/idl
|
PrologLexer
/ memctrlrplugin / memctrlrplugin.pro
r0 | # | |||
# Project created by QtCreator 2011-09-20T08:15:30 | ||||
# | ||||
#------------------------------------------------- | ||||
CONFIG += socexplorerplugin | ||||
CONFIG += dll | ||||
CONFIG -= static | ||||
CONFIG(debug, debug|release) { | ||||
DEBUG_EXT = _d | ||||
} else { | ||||
DEBUG_EXT = | ||||
} | ||||
TARGET = memctrlrplugin$${DEBUG_EXT} | ||||
DEFINES += PLUGIN=memctrlrplugin | ||||
DEFINES += PLUGINHEADER="\"\\\"memctrlrplugin.h"\\\"\" | ||||
DEFINES += driver_Name="\"\\\"MemControler"\\\"\" | ||||
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\" | ||||
DEFINES += driver_Version="\"\\\"1.0.1"\\\"\" | ||||
DEFINES += driver_Description="\"\\\"Memory controler driver, works with ESA's LEON2 memory controler."\\\"\" | ||||
DEFINES += driver_can_be_root=0 | ||||
DEFINES += driver_can_be_child=1 | ||||
DEFINES += driver_VID=0x04 | ||||
DEFINES += driver_PID=0x0f | ||||
#LIBS +=-llppmoncommon | ||||
INCLUDEPATH += \ | ||||
$${PWD} | ||||
HEADERS += \ | ||||
memctrlrplugin.h \ | ||||
memctrlrpluginui.h \ | ||||
memorycheck.h \ | ||||
genericmemoryspacecheck.h \ | ||||
memctrlrpywrapper.h | ||||
SOURCES += \ | ||||
memctrlrplugin.cpp \ | ||||
memctrlrpluginui.cpp \ | ||||
memorycheck.cpp \ | ||||
genericmemoryspacecheck.cpp \ | ||||
memctrlrpywrapper.cpp | ||||