Lines Matching full:manifest
11 ############################### Manifest lists declaration #####################
19 # The manifest tool does not recognize CMake varibles. Do configure_file() first.
62 # Get all the manifest files from manifest lists
65 message(FATAL_ERROR "Manifest list ${MANIFEST_LIST} doesn't exist")
68 # Get the path of the manifest list
71 # Get all the "manifest"
72 parse_field_from_yaml(${MANIFEST_LIST} manifest MANIFESTS)
74 foreach(MANIFEST ${MANIFESTS})
76 if (NOT IS_ABSOLUTE ${MANIFEST})
77 get_filename_component(MANIFEST "${MANIFEST_LIST_PATH}/${MANIFEST}" ABSOLUTE)
79 list(APPEND MANIFEST_FILES ${MANIFEST})
93 ############################### Generate Manifest config header ################
119 # The following build configurations are required to pass to manifest tool via the config header
122 # - "conditional" attributes for every Secure Partition in manifest lists
192 message(FATAL_ERROR "Manifest tool failed to generate files!")