#ifndef __ACL_CONF_H__
#define __ACL_CONF_H__

#ifdef VXWORKS
/* 
 * Number of valid lines in the acl content
 */
#define NUM_ACL_CONTENT		2

static char* acl_content [] = {
	"my_target1 my_target2 my_context2 GNSRBIU",
	"my_target2 my_target1 my_context2 GNSRBIU",
	0
};

#endif
#endif
