gecko-dev/browser/app/installation_dir_layout/components.conf
Chris DuPuis 95d0fd2e61 Bug 1891616 - Create XPCOM component for accessing setting r=bytesized
This exposes whether or not the installation is using
versioned install directories through the value of
Services.install_dir_layout.isInstallationLayoutVersioned

Differential Revision: https://phabricator.services.mozilla.com/D237978
2025-06-18 19:39:57 +00:00

11 lines
382 B
Text

InitFunc = 'mozilla::InitializeInstallationDirLayout'
Classes = [
{
'cid': '{5b0dd282-5ee7-4fbf-9190-741aba151fed}',
'interfaces': ['nsIInstallationDirLayout'],
'contract_ids': ['@mozilla.org/install_dir_layout;1'],
'type': 'InstallationDirLayout',
'headers': ['/browser/app/installation_dir_layout/nsInstallationDirLayout.h'],
},
]