1*4f14b0f2SWyllys Ingersoll# 2*4f14b0f2SWyllys Ingersoll# CDDL HEADER START 3*4f14b0f2SWyllys Ingersoll# 4*4f14b0f2SWyllys Ingersoll# The contents of this file are subject to the terms of the 5*4f14b0f2SWyllys Ingersoll# Common Development and Distribution License (the "License"). 6*4f14b0f2SWyllys Ingersoll# You may not use this file except in compliance with the License. 7*4f14b0f2SWyllys Ingersoll# 8*4f14b0f2SWyllys Ingersoll# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*4f14b0f2SWyllys Ingersoll# or http://www.opensolaris.org/os/licensing. 10*4f14b0f2SWyllys Ingersoll# See the License for the specific language governing permissions 11*4f14b0f2SWyllys Ingersoll# and limitations under the License. 12*4f14b0f2SWyllys Ingersoll# 13*4f14b0f2SWyllys Ingersoll# When distributing Covered Code, include this CDDL HEADER in each 14*4f14b0f2SWyllys Ingersoll# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*4f14b0f2SWyllys Ingersoll# If applicable, add the following below this CDDL HEADER, with the 16*4f14b0f2SWyllys Ingersoll# fields enclosed by brackets "[]" replaced with your own identifying 17*4f14b0f2SWyllys Ingersoll# information: Portions Copyright [yyyy] [name of copyright owner] 18*4f14b0f2SWyllys Ingersoll# 19*4f14b0f2SWyllys Ingersoll# CDDL HEADER END 20*4f14b0f2SWyllys Ingersoll# 21*4f14b0f2SWyllys Ingersoll# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 22*4f14b0f2SWyllys Ingersoll# 23*4f14b0f2SWyllys Ingersoll 24*4f14b0f2SWyllys Ingersollset name=pkg.fmri value=pkg:/system/library/security/crypto/pkcs11_kms@$(PKGVERS) 25*4f14b0f2SWyllys Ingersollset name=pkg.description \ 26*4f14b0f2SWyllys Ingersoll value="PKCS#11 KMS Provider" 27*4f14b0f2SWyllys Ingersollset name=pkg.summary value="pkcs11_kms" 28*4f14b0f2SWyllys Ingersollset name=info.classification value=org.opensolaris.category.2010:System/Security/Crypto 29*4f14b0f2SWyllys Ingersollset name=variant.arch value=$(ARCH) 30*4f14b0f2SWyllys Ingersollset name=variant.opensolaris.zone value=global value=nonglobal 31*4f14b0f2SWyllys Ingersolldir path=usr group=sys 32*4f14b0f2SWyllys Ingersolldir path=usr/lib 33*4f14b0f2SWyllys Ingersolldir path=usr/lib/$(ARCH64) 34*4f14b0f2SWyllys Ingersolldir path=usr/lib/security 35*4f14b0f2SWyllys Ingersolldir path=usr/lib/security/$(ARCH64) 36*4f14b0f2SWyllys Ingersolldir path=usr/bin 37*4f14b0f2SWyllys Ingersolldir path=usr/share 38*4f14b0f2SWyllys Ingersollfile path=usr/lib/$(ARCH64)/libkmsagent.so.1 39*4f14b0f2SWyllys Ingersollfile path=usr/lib/security/$(ARCH64)/pkcs11_kms.so.1 40*4f14b0f2SWyllys Ingersollfile path=usr/lib/libkmsagent.so.1 41*4f14b0f2SWyllys Ingersollfile path=usr/lib/security/pkcs11_kms.so.1 42*4f14b0f2SWyllys Ingersollfile path=usr/bin/kmscfg group=sys mode=0555 43*4f14b0f2SWyllys Ingersolllicense cr_Sun license=cr_Sun 44*4f14b0f2SWyllys Ingersolllicense lic_CDDL license=lic_CDDL 45*4f14b0f2SWyllys Ingersolllicense lib/libkmsagent/THIRDPARTYLICENSE \ 46*4f14b0f2SWyllys Ingersoll license=lib/libkmsagent/THIRDPARTYLICENSE 47*4f14b0f2SWyllys Ingersolllink path=usr/lib/security/$(ARCH64)/pkcs11_kms.so target=pkcs11_kms.so.1 48*4f14b0f2SWyllys Ingersolllink path=usr/lib/security/pkcs11_kms.so target=pkcs11_kms.so.1 49