##// END OF EJS Templates
Étiquette socexplorer-plugins-0.7-7 ajoutée à la révision b7137547140e
Étiquette socexplorer-plugins-0.7-7 ajoutée à la révision b7137547140e

File last commit:

r53:dd405168d9ae default
r102:21039a925364 tip default
Show More
memctrlrplugin.pro
65 lines | 981 B | text/idl | PrologLexer
#
# Project created by QtCreator 2011-09-20T08:15:30
#
#-------------------------------------------------
CONFIG += socexplorerplugin
CONFIG += dll
CONFIG -= static
VERSION=1.1.0
TARGET = memctrlrplugin
DEFINES += PLUGIN=memctrlrplugin
DEFINES += PLUGINHEADER="\"\\\"memctrlrplugin.h"\\\"\"
DEFINES += driver_Name="\"\\\"MemControler"\\\"\"
DEFINES += driver_Author="\"\\\"Alexis Jeandet alexis.jeandet@lpp.polytechnique.fr"\\\"\"
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
SOURCES += \
memctrlrplugin.cpp \
memctrlrpluginui.cpp \
memorycheck.cpp \
genericmemoryspacecheck.cpp