... | ... | @@ -8,15 +8,15 @@ The main idea is to have all needed files in one container - to prevent any mix |
|
|
## Content of FRP
|
|
|
|
|
|
### version 1.0 of FRP
|
|
|
´´´
|
|
|
```
|
|
|
*.frp
|
|
|
|
|
|
|
|-content.xml
|
|
|
|-avl_3.0.x_rcxx.bin
|
|
|
´´´
|
|
|
```
|
|
|
|
|
|
* example of XML
|
|
|
´´´xml
|
|
|
```xml
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<falcom-resource-package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:noNamespaceSchemaLocation="http://www.falcom-solutions.de/schemas/falcom-resource-package_v2.xsd">
|
... | ... | @@ -38,7 +38,7 @@ The main idea is to have all needed files in one container - to prevent any mix |
|
|
</device>
|
|
|
</devices>
|
|
|
</falcom-resource-package>
|
|
|
´´´
|
|
|
```
|
|
|
|
|
|
### version 2.0 of FRP (DRAFT)
|
|
|
|
... | ... | |