Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Local .xsd files for config validation | Mattijs Korpershoek | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | BZ: 184054 In order to verify that xml files are valid, the parameter framework check them with .xsd files. In those files, there are references towards base schemas on the internet. Which means that every validation downloads a copy of the base file via http. To avoid doing http requests, we can use the file locally. This patchs changes from remote file to local. Change-Id: Ide48dba0000db7c97e1d269ee5573ac8afe7e4d4 Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com> | ||||
* | In structure XML files, implement component library files inclusion | Guillaume Denneulin | 2014-02-13 | 1 | -0/+15 |
BZ: 168727 In the PFW structure file, it is not possible to include a component library from another XML file. Implement the possibility to import component from another XML file that would be included in a structure XML file and that would describe a component library. Change-Id: Id6125140de1c8e9882375d01199f695b929f45e2 Signed-off-by: Guillaume Denneulin <guillaume.denneulin@intel.com> |