#ifndef __CONTEXT_CONF_H__
#define __CONTEXT_CONF_H__


#ifdef VXWORKS

/* 
 * Number of valid lines in the context content
 */

#define NUM_CONTEXT_CONTENT	6

static char* context_content[] = {
	"my_context1	.1.3.6.1.2.1.5.1.0",
	"1	Null	currentTime",
	"0	0	0",
	"my_context2	1.3.6.1.4.1.535.1.1.2.4.9.0",
	"2	Null	currentTime",
	"0	0	0",
	0
};

#endif

#endif
