|
7 | 7 | #
|
8 | 8 | #-------------------------------------------------------------------------------
|
9 | 9 |
|
10 |
| -# The "manifest" field must be relative path to this file or absolute path. |
| 10 | +# The "manifest" field must be a path relative to this file, a path relative to |
| 11 | +# the directory that tfm_parse_manifest_list.py is run in (which by default is |
| 12 | +# the TF-M root directory), or an absolute path. |
11 | 13 | #
|
12 | 14 | # Files per Secure Partition are generated to:
|
13 | 15 | # - "output_path", if it is a absolute path - not recommended
|
|
24 | 26 | "manifest_list": [
|
25 | 27 | {
|
26 | 28 | "description": "Non-Secure Mailbox Agent",
|
27 |
| - "manifest": "${CMAKE_SOURCE_DIR}/secure_fw/partitions/ns_agent_mailbox/ns_agent_mailbox.yaml", |
| 29 | + "manifest": "secure_fw/partitions/ns_agent_mailbox/ns_agent_mailbox.yaml", |
28 | 30 | "output_path": "secure_fw/partitions/ns_agent_mailbox",
|
29 | 31 | "conditional": "TFM_MULTI_CORE_TOPOLOGY",
|
30 | 32 | "version_major": 0,
|
|
39 | 41 | },
|
40 | 42 | {
|
41 | 43 | "description": "Protected Storage Partition",
|
42 |
| - "manifest": "${CMAKE_SOURCE_DIR}/platform/ext/target/arm/rss/kronos/manifest/tfm_protected_storage.yaml", |
| 44 | + "manifest": "platform/ext/target/arm/rss/kronos/manifest/tfm_protected_storage.yaml", |
43 | 45 | "output_path": "secure_fw/partitions/protected_storage",
|
44 | 46 | "conditional": "TFM_PARTITION_PROTECTED_STORAGE",
|
45 | 47 | "version_major": 0,
|
|
53 | 55 | },
|
54 | 56 | {
|
55 | 57 | "description": "TFM Crypto Service",
|
56 |
| - "manifest": "${CMAKE_SOURCE_DIR}/platform/ext/target/arm/rss/kronos/manifest/tfm_crypto.yaml", |
| 58 | + "manifest": "platform/ext/target/arm/rss/kronos/manifest/tfm_crypto.yaml", |
57 | 59 | "output_path": "secure_fw/partitions/crypto",
|
58 | 60 | "conditional": "TFM_PARTITION_CRYPTO",
|
59 | 61 | "version_major": 0,
|
|
67 | 69 | },
|
68 | 70 | {
|
69 | 71 | "description": "TFM Platform Service",
|
70 |
| - "manifest": "${CMAKE_SOURCE_DIR}/secure_fw/partitions/platform/tfm_platform.yaml", |
| 72 | + "manifest": "secure_fw/partitions/platform/tfm_platform.yaml", |
71 | 73 | "output_path": "secure_fw/partitions/platform",
|
72 | 74 | "conditional": "TFM_PARTITION_PLATFORM",
|
73 | 75 | "version_major": 0,
|
|
81 | 83 | },
|
82 | 84 | {
|
83 | 85 | "description": "TFM Initial Attestation Service",
|
84 |
| - "manifest": "${CMAKE_SOURCE_DIR}/secure_fw/partitions/initial_attestation/tfm_initial_attestation.yaml", |
| 86 | + "manifest": "secure_fw/partitions/initial_attestation/tfm_initial_attestation.yaml", |
85 | 87 | "output_path": "secure_fw/partitions/initial_attestation",
|
86 | 88 | "conditional": "TFM_PARTITION_INITIAL_ATTESTATION",
|
87 | 89 | "version_major": 0,
|
|
0 commit comments