package appleconsumeranalytics

var sonyVendorIDs = []string{
	"80026921",
	"80026923",
	"80030469",
	"80030905",
	"80030906",
	"80031738",
	"80031739",
	"80031740",
	"80031741",
	"80031742",
	"80031743",
	"80031744",
	"80031763",
	"80031941",
	"80033089",
	"80033090",
	"80033091",
	"80033092",
	"80033230",
	"80039627",
	"85004044",
	"85406437",
	"85406441",
	"85406443",
	"85407043",
	"85455523",
	"85455524",
	"85455525",
	"85455526",
	"85455527",
	"85520934",
	"85625470",
	"85625472",
	"85625473",
	"85625474",
	"85625475",
	"85625477",
	"85625478",
	"85625694",
	"85741870",
	"85741871",
	"85741872",
	"85741873",
	"85757805",
	"85774842",
	"86007832",
	"86759190",
	"86759191",
	"86759192",
	"86759193",
	"86759194",
	"86759195",
	"86759255",
	"86759336",
	"86759337",
	"86759338",
	"86759339",
	"86759340",
	"86759341",
	"86759342",
	"86759343",
	"86759344",
	"86759356",
	"86759357",
	"86759358",
	"86759359",
	"86759360",
	"86759361",
	"86759362",
	"86759363",
	"86759364",
	"86759365",
	"86759366",
	"86759367",
	"86759368",
	"86759369",
	"86759370",
	"86759371",
	"86759372",
	"86759373",
	"86759374",
	"86759375",
	"86759376",
	"86759377",
	"86759378",
	"86759379",
	"86759380",
	"86759381",
	"87165506",
}

var smejVendorIDs = []string{
	"86780702",
	"86875390",
}

var theOrchardVendorIDs = []string{
	"80028547",
	"80028967",
	"80029682",
	"80029727",
	"80029963",
	"80030238",
	"80031727",
	"80031813",
	"80032084",
	"80032614",
	"80034421",
	"80034508",
	"80035150",
	"85420853",
	"85838686",
	"85949888",
	"85949901",
}

// VendorMap is a map with licensors as keys and vendor ID list as value
var VendorMap = make(map[string][]string)

func init() {
	VendorMap["smej"] = smejVendorIDs
	VendorMap["theorchard"] = theOrchardVendorIDs
	VendorMap["sony"] = sonyVendorIDs
}
