package com.tandbergtv.metadatamanager.model;
@Deprecated
public enum Spec {
	CL1_1, MSTV, TTV;
}
