Skip to content

Commit 8aed61b

Browse files
authored
Merge pull request #56 from lumag/qcm6490-idp-contents
qcm6490-idp: add contents.xml.in
2 parents 26a5fad + ea6db3f commit 8aed61b

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
<?xml version="1.0" ?>
2+
<!--
3+
========================================================================
4+
contents.in
5+
6+
General Description
7+
Contains information about component builds for this target.
8+
It will clone as contents.xml during build compilation process.
9+
10+
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
11+
SPDX-License-Identifier: BSD-3-Clause
12+
13+
========================================================================
14+
-->
15+
16+
<contents>
17+
<product_flavors cmm_pf_var="PRODUCT_FLAVORS">
18+
<pf>
19+
<name>default</name>
20+
<component>
21+
<name>common</name>
22+
<flavor>default</flavor>
23+
</component>
24+
<component>
25+
<name>apps</name>
26+
<flavor>default</flavor>
27+
</component>
28+
</pf>
29+
</product_flavors>
30+
<product_info>
31+
<product_name>QCM6490.LE.1.0</product_name>
32+
<chipid flavor="default" storage_type="ufs" flash_phase="1">QCM6490</chipid>
33+
<additional_chipid>SM7325,QCS6490</additional_chipid>
34+
<meta_type>SPF</meta_type>
35+
</product_info>
36+
<builds_flat>
37+
<build>
38+
<name>apps</name>
39+
<role>apps</role>
40+
<chipset>QCM6490</chipset>
41+
<windows_root_path>.\</windows_root_path>
42+
<linux_root_path>./</linux_root_path>
43+
<image_dir>apps_proc</image_dir>
44+
</build>
45+
<build>
46+
<name>common</name>
47+
<role>common</role>
48+
<chipset>QCM6490</chipset>
49+
<windows_root_path>.\</windows_root_path>
50+
<linux_root_path>./</linux_root_path>
51+
<image_dir>common</image_dir>
52+
<device_programmer>
53+
<file_name>prog_firehose_ddr.elf</file_name>
54+
<file_path>.</file_path>
55+
</device_programmer>
56+
<device_programmer firehose_type="lite">
57+
<file_name>prog_firehose_lite.elf</file_name>
58+
<file_path>.</file_path>
59+
</device_programmer>
60+
<download_file>
61+
<fastboot_complete>{partition_name}</fastboot_complete>
62+
<file_name>{image_name}</file_name>
63+
<file_path>.</file_path>
64+
</download_file>
65+
<partition_file>
66+
<storage_type>{storage_type}</storage_type>
67+
<file_name>{partition_file_name}</file_name>
68+
<file_path flavor="default">.</file_path>
69+
</partition_file>
70+
<partition_patch_file>
71+
<storage_type>{storage_type}</storage_type>
72+
<file_name>{partition_patch_file_name}</file_name>
73+
<file_path flavor="default">.</file_path>
74+
</partition_patch_file>
75+
</build>
76+
</builds_flat>
77+
</contents>

0 commit comments

Comments
 (0)