add all the known tags to the table. Nothing is done about target specific tags yet

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26297 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-05-26 03:53:06 +00:00
parent 9e28863669
commit eeef8f6c39

View file

@ -26,28 +26,185 @@
/* The tag definition table */
struct tag_info legal_tags[] =
{
{ "bl" , "*|fIIII" },
{ "pb" , "*|fIIII" },
{ "pv" , "*|fIIII" },
{ "ac", "" },
{ "al", "" },
{ "aL", "" },
{ "ar", "" },
{ "aR", "" },
{ "aX", "" },
{ "bl" , "*fIIII" },
{ "bv", "" },
{ "bt", "" },
{ "bs", "" },
{ "bc", "" },
{ "bp", "" },
{ "bu", "" },
{ "cc", "" },
{ "cd", "" },
{ "ce", "" },
{ "cf", "" },
{ "cH", "" },
{ "ck", "" },
{ "cI", "" },
{ "cl", "" },
{ "cm", "" },
{ "cM", "" },
{ "cS", "" },
{ "c", "" },
{ "cP", "" },
{ "cp", "" },
{ "ca", "" },
{ "cb", "" },
{ "cu", "" },
{ "cw", "" },
{ "fb", "" },
{ "fc", "" },
{ "ff", "" },
{ "fk", "" },
{ "fm", "" },
{ "fn", "" },
{ "fp", "" },
{ "fs", "" },
{ "fv", "" },
{ "d" , "I" },
{ "Fb", "" },
{ "Fc", "" },
{ "Ff", "" },
{ "Fk", "" },
{ "Fm", "" },
{ "Fn", "" },
{ "Fp", "" },
{ "Fs", "" },
{ "Fv", "" },
{ "D" , "I" },
{ "t" , "I" },
{ "mv" , "|I"},
{ "ia", "" },
{ "ic", "" },
{ "id", "" },
{ "iA", "" },
{ "iG", "" },
{ "ig", "" },
{ "ik", "" },
{ "in", "" },
{ "it", "" },
{ "iv", "" },
{ "iy", "" },
{ "iC", "" },
{ "Ia", "" },
{ "Ic", "" },
{ "Id", "" },
{ "IA", "" },
{ "IG", "" },
{ "Ig", "" },
{ "Ik", "" },
{ "In", "" },
{ "It", "" },
{ "Iv", "" },
{ "Iy", "" },
{ "IC", "" },
{ "Sp", "" },
{ "Ss", "" },
{ "lh", "" },
{ "mh", "" },
{ "mr", "" },
{ "mm", "" },
{ "mp", "" },
{ "mv", "|I" },
{ "pm", "" },
{ "pf", "" },
{ "pb" , "*fIIII" },
{ "pv" , "*fIIII" },
{ "px", "" },
{ "pc", "" },
{ "pr", "" },
{ "pt", "" },
{ "pS" , "|I"},
{ "pE" , "|I"},
{ "Tl" , "|I"},
{ "X" , "F"},
{ "pp", "" },
{ "pe", "" },
{ "pn", "" },
{ "ps", "" },
{ "rp", "" },
{ "rr", "" },
{ "ra", "" },
{ "rg", "" },
{ "xf", "" },
{ "tp", "" },
{ "tt", "" },
{ "tm", "" },
{ "ts", "" },
{ "ta", "" },
{ "tb", "" },
{ "tf", "" },
{ "Ti", "" },
{ "Tn", "" },
{ "Tf", "" },
{ "Tc", "" },
{ "tx", "" },
{ "ty", "" },
{ "tz", "" },
{ "s", "" },
{ "t" , "I" },
{ "we", "" },
{ "wd", "" },
{ "wi", "" },
{ "xl", "SFIIi" },
{ "xd", "S" },
{ "x", "SFII" },
{ "Fl" , "IF"},
{ "Cl" , "II|II"},
{ "V" , "*IIiii|ii"},
{ "Vl" , "*SIIiii|ii"},
{ "Vi" , "*sIIiii|ii"},
{ "Cl" , "IISS"},
{ "C" , ""},
{ "Vd" , "S"},
{ "VI" , "S"},
{ "Vp" , "ICC"},
{ "Lt" , ""},
{ "Li" , ""},
{ "V" , "IIiii|ii"},
{ "Vl" , "SIIiii|ii"},
{ "Vi" , "sIIiii|ii"},
{ "X" , "f"},
{ "St" , "S"},
{ "Sx" , "S"},
{ "Sr" , ""},
{ "Tl" , "|I"},
{ "cs", "" },
{ "T" , "IIiiI"},
{ "Rp" , ""},
{ "Rr" , ""},
{ "Rf" , ""},
{ "Re" , ""},
{ "Rb" , ""},
{ "Rm" , ""},
{ "Rs" , ""},
{ "Rn" , ""},
{ "Rh" , ""},
{ "" , ""} /* Keep this here to mark the end of the table */
};