Skip to content
Snippets Groups Projects
Commit 359cc36f authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Move MemoryID.xml to armem/aron

parent a89a822c
No related branches found
No related tags found
No related merge requests found
...@@ -10,10 +10,6 @@ set(LIBS ...@@ -10,10 +10,6 @@ set(LIBS
aron aron
) )
set(ARON_FILES
core/aron/MemoryID.xml
)
set(LIB_FILES set(LIB_FILES
core/Commit.cpp core/Commit.cpp
core/MemoryID.cpp core/MemoryID.cpp
...@@ -152,8 +148,7 @@ armarx_enable_aron_file_generation_for_target( ...@@ -152,8 +148,7 @@ armarx_enable_aron_file_generation_for_target(
TARGET_NAME TARGET_NAME
${LIB_NAME} ${LIB_NAME}
ARON_FILES ARON_FILES
${ARON_FILES} aron/MemoryID.xml
#ENABLE_DEBUG_INFO
) )
......
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<AronTypeDefinition> <AronTypeDefinition>
<GenerateTypes> <GenerateTypes>
<Object name='armarx::armem::arondto::MemoryID'> <Object name="armarx::armem::arondto::MemoryID">
<ObjectChild key='memoryName'> <ObjectChild key="memoryName">
<string /> <string />
</ObjectChild> </ObjectChild>
<ObjectChild key='coreSegmentName'> <ObjectChild key="coreSegmentName">
<string /> <string />
</ObjectChild> </ObjectChild>
<ObjectChild key='providerSegmentName'> <ObjectChild key="providerSegmentName">
<string /> <string />
</ObjectChild> </ObjectChild>
<ObjectChild key='entityName'> <ObjectChild key="entityName">
<string /> <string />
</ObjectChild> </ObjectChild>
<ObjectChild key='timestamp'> <ObjectChild key="timestamp">
<Time /> <Time />
</ObjectChild> </ObjectChild>
<ObjectChild key='instanceIndex'> <ObjectChild key="instanceIndex">
<int /> <int />
</ObjectChild> </ObjectChild>
</Object> </Object>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment