271068 make frozen PSM headers part of the gecko sdk

patch by Crispin Flowerday <crispin@flowerday.cx> r=bsmedberg sr=darin
This commit is contained in:
cbiesinger%web.de 2004-12-11 13:24:31 +00:00
Родитель 0d02815814
Коммит 2ae4f26962
2 изменённых файлов: 15 добавлений и 9 удалений

Просмотреть файл

@ -45,9 +45,12 @@ include $(DEPTH)/config/autoconf.mk
MODULE = pipboot
GRE_MODULE = 1
SDK_XPIDLSRCS = \
nsISecurityWarningDialogs.idl \
$(NULL)
XPIDLSRCS = \
nsISSLStatusProvider.idl \
nsISecurityWarningDialogs.idl \
nsIBufEntropyCollector.idl \
$(NULL)

Просмотреть файл

@ -48,16 +48,23 @@ include $(DEPTH)/config/autoconf.mk
MODULE = pipnss
GRE_MODULE = 1
XPIDLSRCS = \
nsIFormSigningDialog.idl \
SDK_XPIDLSRCS = \
nsIASN1Object.idl \
nsIASN1Sequence.idl \
nsIBadCertListener.idl \
nsICertSelect.idl \
nsICertificateDialogs.idl \
nsICRLInfo.idl \
nsIX509Cert.idl \
nsIX509CertDB.idl \
nsIX509CertValidity.idl \
$(NULL)
XPIDLSRCS = \
nsIFormSigningDialog.idl \
nsICertSelect.idl \
nsIX509CertDB2.idl \
nsIPKCS11Slot.idl \
nsIPK11TokenDB.idl \
nsICertificateDialogs.idl \
nsICertPickDialogs.idl \
nsIClientAuthDialogs.idl \
nsIDOMCryptoDialogs.idl \
@ -68,21 +75,17 @@ XPIDLSRCS = \
nsIKeygenThread.idl \
nsICMSSecureMessage.idl \
nsIUserCertPicker.idl \
nsIASN1Object.idl \
nsIASN1PrintableItem.idl \
nsIASN1Sequence.idl \
nsICMSDecoder.idl \
nsICMSEncoder.idl \
nsICMSMessageErrors.idl \
nsICMSMessage.idl \
nsICRLInfo.idl \
nsIHash.idl \
nsINSSCertCache.idl \
nsIOCSPResponder.idl \
nsIPK11Token.idl \
nsIPKCS11ModuleDB.idl \
nsIPKCS11Module.idl \
nsIX509CertValidity.idl \
nsICRLManager.idl \
nsISMimeCert.idl \
nsICipherInfo.idl \