c4ba3bd6
Peter M. Groen
Added versioning
|
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
|
# Configuration file Template HSOA/Mlogic for the
# "HSOA Component Lifecycle Management v1.5" component versioning standard.
#
#
# - any lines starting with # are considered comments
# - the comment line "....." above a value specifies the maximum size.
# - all values may not contain spaces unless specifically noted.
# - If the comment is "12..." then the value is alphanumeric without spaces.
# - If the comment is "xx..." then the value is numeric only
#
#
# Manufacturer code
#
PRODUCT_MANUFACTURER_CODE="OSDEV"
# Manufacturer url
#
PRODUCT_MANUFACTURER_URL="http://www.osdev.nl"
# Product release name (was MC_RELEASE in mc_config.h)
#
PRODUCT_RELEASE_NAME=""
# Product build flags (extra product variant specific settings)
#
PRODUCT_BUILD_FLAGS=""
|