forked from len0rd/rockbox
soc_desc: new version of the desc file format
Fix qeditor to use the old soc_desc_v1. Port hwstub_shell to the new description format. Change-Id: I9fefbff534bfaa5c3603bb3dd8307a2b76e88cfc
This commit is contained in:
parent
c8d3638b9e
commit
1cada1f833
22 changed files with 4039 additions and 941 deletions
|
|
@ -35,8 +35,8 @@ SocFile::SocFile()
|
|||
SocFile::SocFile(const QString& filename)
|
||||
:m_filename(filename)
|
||||
{
|
||||
m_valid = soc_desc_parse_xml(filename.toStdString(), m_soc);
|
||||
soc_desc_normalize(m_soc);
|
||||
m_valid = parse_xml(filename.toStdString(), m_soc);
|
||||
normalize(m_soc);
|
||||
}
|
||||
|
||||
bool SocFile::IsValid()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue