Skip to content

Latest commit

 

History

History
543 lines (339 loc) · 6.27 KB

descriptor-for-libraries-b229914.md

File metadata and controls

543 lines (339 loc) · 6.27 KB

Descriptor for Libraries

The descriptor for libraries contains a subset of the attributes in the descriptor for applications and components.

manifest.json

.library

Available for SAPUI5 distribution libraries?

Comment

sap.app/id

name

YES

sap.app/type

-

YES

Generated with value library

sap.app/embeds

-

YES

Generated

sap.app/i18n

appData/manifest/i18n

NO

New in .library

sap.app/applicationVersion/version

version

YES

sap.app/title

title

YES

Text symbol syntax with leading curly brackets ({{) and trailing curly brackets (}}); new in .library

sap.app/description

documentation

YES

Text symbol syntax with leading curly brackets ({{) and trailing curly brackets (}})

sap.app/ach

appData/ownership/component

YES

sap.app/openSourceComponents

appData/manifest/openSourceComponents

NO

New in .library

sap.app/resources

-

YES

Generated with value resources.json

sap.app/offline

appData/manifest/offline

YES

New in .library

sap.app/sourceTemplate

appData/manifest/sourceTemplate

NO

New in .library, to be filled by SAP Web IDE only

sap.ui/technology

-

YES

Generated with value UI5

sap.ui/deviceTypes

appData/manifest/deviceTypes

NO

New in .library

sap.ui/supportedThemes

-

YES

Generated and merged

sap.ui5/dependencies/minUI5Version

-

YES

Generated

sap.ui5/dependencies/libs

dependencies

YES

sap.ui5/contentDensities

appData/manifest/contentDensities

NO

New in .library

sap.ui5/library/i18n

-

YES

Determines whether the library contains an i18n resource. Value can be either a boolean, a string, or an object. For more information, see Descriptor for Applications, Components, and Libraries (manifest.json) and Terminologies.

sap.platform.abap/uri

appData/manifest/sap.platform.abap/uri

NO

New in .library

sap.platform.hcp/uri

appData/manifest/sap.platform.hcp/uri

NO

New in .library

sap.fiori/registrationIds

appData/manifest/sap.fiori/registrationId

NO

New in .library

sap.fiori/archeType

appData/manifest/sap.fiori/archeType

NO

New in .library

Related Information

Creating a Descriptor File for Existing Apps