summaryrefslogtreecommitdiff
path: root/bdb/build_vxworks/db_recover/db_recover/component.cdf
blob: d322bf4a8fd7249898e9866059a61e2ec861b99d (plain)
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
/* component.cdf - dynamically updated configuration */

/*
 * NOTE: you may edit this file to alter the configuration
 * But all non-configuration information, including comments,
 * will be lost upon rebuilding this project.
 */

/* Component information */

Component INCLUDE_DB_RECOVER {
	ENTRY_POINTS	ALL_GLOBAL_SYMBOLS 
	MODULES		db_recover.o 
	NAME		db_recover
	PREF_DOMAIN	ANY
	_INIT_ORDER	usrComponentsInit
}

/* EntryPoint information */

/* Module information */

Module db_recover.o {

	NAME		db_recover.o
	SRC_PATH_NAME	$PRJ_DIR/../db_recover.c
}

/* Parameter information */