mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
66 lines
1.8 KiB
Python
66 lines
1.8 KiB
Python
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
XPIDL_SOURCES += [
|
|
'nsIASN1Object.idl',
|
|
'nsIASN1PrintableItem.idl',
|
|
'nsIASN1Sequence.idl',
|
|
'nsIAssociatedContentSecurity.idl',
|
|
'nsIBadCertListener2.idl',
|
|
'nsICMSDecoder.idl',
|
|
'nsICMSEncoder.idl',
|
|
'nsICMSMessage.idl',
|
|
'nsICMSMessage2.idl',
|
|
'nsICMSMessageErrors.idl',
|
|
'nsICMSSecureMessage.idl',
|
|
'nsICertOverrideService.idl',
|
|
'nsICertPickDialogs.idl',
|
|
'nsICertificateDialogs.idl',
|
|
'nsICertificatePrincipal.idl',
|
|
'nsIClientAuthDialogs.idl',
|
|
'nsIDOMCryptoDialogs.idl',
|
|
'nsIDataSignatureVerifier.idl',
|
|
'nsIFormSigningDialog.idl',
|
|
'nsIGenKeypairInfoDlg.idl',
|
|
'nsIIdentityInfo.idl',
|
|
'nsIKeyModule.idl',
|
|
'nsIKeygenThread.idl',
|
|
'nsINSSCertCache.idl',
|
|
'nsINSSVersion.idl',
|
|
'nsIPK11Token.idl',
|
|
'nsIPK11TokenDB.idl',
|
|
'nsIPKCS11.idl',
|
|
'nsIPKCS11Module.idl',
|
|
'nsIPKCS11ModuleDB.idl',
|
|
'nsIPKCS11Slot.idl',
|
|
'nsIProtectedAuthThread.idl',
|
|
'nsIRecentBadCertsService.idl',
|
|
'nsISMimeCert.idl',
|
|
'nsISSLCertErrorDialog.idl',
|
|
'nsISSLErrorListener.idl',
|
|
'nsISSLStatus.idl',
|
|
'nsISignatureVerifier.idl',
|
|
'nsIStreamCipher.idl',
|
|
'nsITokenDialogs.idl',
|
|
'nsITokenPasswordDialogs.idl',
|
|
'nsIUserCertPicker.idl',
|
|
'nsIX509Cert.idl',
|
|
'nsIX509Cert2.idl',
|
|
'nsIX509Cert3.idl',
|
|
'nsIX509CertDB.idl',
|
|
'nsIX509CertDB2.idl',
|
|
'nsIX509CertList.idl',
|
|
'nsIX509CertValidity.idl',
|
|
]
|
|
|
|
if CONFIG['MOZ_XUL']:
|
|
XPIDL_SOURCES += [
|
|
'nsICertTree.idl',
|
|
]
|
|
|
|
MODULE = 'pipnss'
|
|
|