#ifndef __PARTY_CONF_H__
#define __PARTY_CONF_H__

#ifdef VXWORKS
/* 
 * Number of valid lines in the party content
 */
#define NUM_PARTY_CONTENT	14

static char* party_content[] = {
	"my_target1	.1.3.6.1.6.3.3.1.3.201.14.8.222.1",
	"snmpUDPDomain 127.0.0.1      161",
	"snmpv2Md5Auth       noPriv",
	"300 484",
	"29F660EA",
	"74686973746869737468697374686933   Null",
	"00000000000000000000000000000000   Null",
	"my_target2		.1.3.6.1.6.3.3.1.3.201.14.8.223.4",
	"snmpUDPDomain 0.0.0.0      0",
	"snmpv2Md5Auth       noPriv",
	"300 484",
	"29F660EA",
	"74686973746869737468697374686933   Null",
	"00000000000000000000000000000000   Null",
	0
};

#endif


#endif
