The manifest (also known as descriptor) for libraries contains a subset of the attributes in the manifest for applications and components.
manifest.json | .library | Available for SAPUI5 distribution libraries? | Comment |
---|---|---|---|
`sap.app/id` | `name` |  | |
`sap.app/type` | \- |  | Generated with value `library` |
`sap.app/embeds` | \- |  | Generated |
`sap.app/i18n` | `appData/manifest/i18n` |  | New in `.library` |
`sap.app/applicationVersion/version` | `version` |  | |
`sap.app/title` | `title` |  | Text symbol syntax with leading curly brackets \(``\); new in `.library` |
`sap.app/description` | `documentation` |  | Text symbol syntax with leading curly brackets \(``\) |
`sap.app/ach` | `appData/ownership/component` |  | |
`sap.app/openSourceComponents` | `appData/manifest/openSourceComponents` |  | New in `.library` |
`sap.app/resources` | \- |  | Generated with value `resources.json` |
`sap.app/offline` | `appData/manifest/offline` |  | New in `.library` |
`sap.app/sourceTemplate` | `appData/manifest/sourceTemplate` |  | New in `.library`, to be filled by SAP Web IDE only |
`sap.ui/technology` | \- |  | Generated with value `UI5` |
`sap.ui/deviceTypes` | `appData/manifest/deviceTypes` |  | New in `.library` |
`sap.ui/supportedThemes` | \- |  | Generated and merged |
`sap.ui5/dependencies/minUI5Version` | \- |  | Generated |
`sap.ui5/dependencies/libs` | `dependencies` |  | |
`sap.ui5/contentDensities` | `appData/manifest/contentDensities` |  | New in `.library` |
`sap.ui5/library/i18n` | \- |  | Determines whether the library contains an i18n resource. Value can be either a boolean, a string, or an object. For more information, see [Manifest \(Descriptor for Applications, Components, and Libraries\)](/docs/04_Essentials/manifest-descriptor-for-applications-components-and-libraries-be0cf40.html) and [Terminologies](/docs/04_Essentials/terminologies-eba8d25.html). |
`sap.platform.abap/uri` | `appData/manifest/sap.platform.abap/uri` |  | New in `.library` |
`sap.platform.hcp/uri` | `appData/manifest/sap.platform.hcp/uri` |  | New in `.library` |
`sap.fiori/registrationIds` | `appData/manifest/sap.fiori/registrationId` |  | New in `.library` |
`sap.fiori/archeType` | `appData/manifest/sap.fiori/archeType` |  | New in `.library` |
Related Information