mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-03 01:38:46 +02:00
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
11 lines
382 B
Text
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'],
|
|
},
|
|
]
|