-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdm_sw_ring.dmr
More file actions
30 lines (22 loc) · 1.19 KB
/
dm_sw_ring.dmr
File metadata and controls
30 lines (22 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# DMOD Resource File for DMOD Software Ring Module
# This file specifies where resources should be installed
# === Core Module ===
# Main module file - always installed
dmf=./${module}.dmf => ${destination}/${module}.dmf [origin=${dmf_dir}/${module}.dmf]
# Compressed module
dmfc=./${module}.dmfc => ${destination}/${module}.dmfc [origin=${build_dir}/dmfc/${module}.dmfc]
# Dependencies file (if exists)
dmd=./${module}.dmd => ${destination}/${module}.dmd [origin=${dmf_dir}/${module}.dmd]
# Version information
version=./${module}_version.txt => ${destination}/${module}_version.txt [origin=${dmf_dir}/${module}_version.txt]
# === Documentation ===
# Module documentation in markdown format for dmf-man tool
docs=./docs => ${destination}/${module}/docs [origin=${repo_dir}/docs]
# README file
readme=./README.md => ${destination}/${module}/README.md [origin=${repo_dir}/README.md]
# === Header Files ===
# Include directory with all headers (dm_sw_ring.h and dm_sw_ring_defs.h)
inc=./include => ${destination}/${module}/include [origin=${repo_dir}/include] [origin=${build_dir}/${module}_defs.h]
# === License ===
# License file
license=./LICENSE => ${destination}/${module}/LICENSE [origin=${repo_dir}/LICENSE]