1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27set name=pkg.fmri value=pkg:/system/embedded-fcode-interpreter@$(PKGVERS) 28set name=pkg.description value="Embedded FCode Interpreter Drivers" 29set name=pkg.summary value="Embedded FCode Interpreter Drivers" 30set name=info.classification \ 31 value="org.opensolaris.category.2008:System/Administration and Configuration" 32set name=variant.arch value=sparc 33set name=variant.opensolaris.zone value=global value=nonglobal 34dir path=etc group=sys opensolaris.zone=global variant.opensolaris.zone=global 35dir path=etc/flash group=sys opensolaris.zone=global \ 36 variant.opensolaris.zone=global 37dir path=etc/flash/postdeployment group=sys opensolaris.zone=global \ 38 variant.opensolaris.zone=global 39dir path=kernel group=sys opensolaris.zone=global \ 40 variant.opensolaris.zone=global 41dir path=kernel/drv group=sys opensolaris.zone=global \ 42 variant.opensolaris.zone=global 43dir path=kernel/drv/$(ARCH64) group=sys opensolaris.zone=global \ 44 variant.opensolaris.zone=global 45dir path=kernel/misc group=sys opensolaris.zone=global \ 46 variant.opensolaris.zone=global 47dir path=kernel/misc/$(ARCH64) group=sys opensolaris.zone=global \ 48 variant.opensolaris.zone=global 49dir path=platform group=sys opensolaris.zone=global \ 50 variant.opensolaris.zone=global 51dir path=platform/sun4u group=sys opensolaris.zone=global \ 52 variant.opensolaris.zone=global 53dir path=platform/sun4u/kernel group=sys opensolaris.zone=global \ 54 variant.opensolaris.zone=global 55dir path=platform/sun4u/kernel/misc group=sys opensolaris.zone=global \ 56 variant.opensolaris.zone=global 57dir path=platform/sun4u/kernel/misc/$(ARCH64) group=sys opensolaris.zone=global \ 58 variant.opensolaris.zone=global 59dir path=usr group=sys 60dir path=usr/lib 61dir path=usr/lib/efcode 62dir path=usr/lib/efcode/$(ARCH64) 63dir path=lib opensolaris.zone=global variant.opensolaris.zone=global 64dir path=lib/svc opensolaris.zone=global variant.opensolaris.zone=global 65dir path=lib/svc/manifest group=sys opensolaris.zone=global \ 66 variant.opensolaris.zone=global 67dir path=lib/svc/manifest/platform group=sys opensolaris.zone=global \ 68 variant.opensolaris.zone=global 69dir path=lib/svc/manifest/platform/sun4u group=sys opensolaris.zone=global \ 70 variant.opensolaris.zone=global 71dir path=lib/svc/manifest/platform/sun4v group=sys opensolaris.zone=global \ 72 variant.opensolaris.zone=global 73driver name=fcode 74file path=etc/flash/postdeployment/efcode.cleanup group=sys mode=0744 \ 75 opensolaris.zone=global variant.opensolaris.zone=global 76file path=kernel/drv/$(ARCH64)/fcode group=sys opensolaris.zone=global \ 77 variant.opensolaris.zone=global 78file path=kernel/drv/fcode.conf group=sys opensolaris.zone=global \ 79 reboot-needed=false variant.opensolaris.zone=global 80file path=kernel/misc/$(ARCH64)/fcodem group=sys mode=0755 \ 81 opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global 82file path=kernel/misc/$(ARCH64)/fcpci group=sys mode=0755 \ 83 opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global 84file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755 \ 85 opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global 86file path=platform/sun4u/kernel/misc/$(ARCH64)/gptwo_cpu group=sys mode=0755 \ 87 opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global 88file path=platform/sun4u/kernel/misc/$(ARCH64)/gptwocfg group=sys mode=0755 \ 89 opensolaris.zone=global reboot-needed=true variant.opensolaris.zone=global 90file path=usr/lib/efcode/$(ARCH64)/efdaemon mode=0555 91file path=usr/lib/efcode/$(ARCH64)/fcdriver.so 92file path=usr/lib/efcode/$(ARCH64)/fcode.so 93file path=usr/lib/efcode/$(ARCH64)/fcpackage.so 94file path=usr/lib/efcode/$(ARCH64)/fcthread.so 95file path=usr/lib/efcode/$(ARCH64)/interpreter mode=0555 96file path=usr/lib/efcode/$(ARCH64)/lfc_gptwo.so 97file path=usr/lib/efcode/$(ARCH64)/lfc_jupiter.so 98file path=usr/lib/efcode/$(ARCH64)/lfc_upa.so 99file path=usr/lib/efcode/$(ARCH64)/lfc_upa_pci.so 100file path=usr/lib/efcode/efcode.sh mode=0555 101file path=lib/svc/manifest/platform/sun4u/efdaemon.xml group=sys mode=0444 \ 102 opensolaris.zone=global variant.opensolaris.zone=global 103file path=lib/svc/manifest/platform/sun4v/efdaemon.xml group=sys mode=0444 \ 104 opensolaris.zone=global variant.opensolaris.zone=global 105legacy pkg=SUNWefc.u arch=$(ARCH).sun4u category=system \ 106 desc="Embedded FCode Interpreter Drivers" \ 107 hotline="Please contact your local service provider" \ 108 name="Embedded FCode Interpreter Drivers" vendor="Sun Microsystems, Inc." \ 109 version=11.11,REV=2009.11.11 110legacy pkg=SUNWefck arch=$(ARCH) category=system \ 111 desc="Embedded FCode Interpreter" \ 112 hotline="Please contact your local service provider" \ 113 name="Embedded FCode Interpreter Drivers" vendor="Sun Microsystems, Inc." \ 114 version=11.11,REV=2009.11.11 115legacy pkg=SUNWefcl arch=$(ARCH) category=system desc="Embedded FCode Libraries" \ 116 hotline="Please contact your local service provider" \ 117 name="Embedded FCode Libraries" vendor="Sun Microsystems, Inc." \ 118 version=11.11,REV=2009.11.11 119legacy pkg=SUNWefcr arch=$(ARCH) category=system \ 120 desc="Embedded FCode Interpreter" \ 121 hotline="Please contact your local service provider" \ 122 name="Embedded FCode Interpreter (Root)" vendor="Sun Microsystems, Inc." \ 123 version=11.11,REV=2009.11.11 124legacy pkg=SUNWefcu arch=$(ARCH) category=system \ 125 desc="Embedded FCode Interpreter" \ 126 hotline="Please contact your local service provider" \ 127 name="Embedded FCode Interpreter" vendor="Sun Microsystems, Inc." \ 128 version=11.11,REV=2009.11.11 129license cr_Sun license=cr_Sun 130license lic_CDDL license=lic_CDDL 131link path=usr/lib/efcode/$(ARCH64)/lfc_gptwo_gptwo.so target=lfc_gptwo.so 132link path=usr/lib/efcode/$(ARCH64)/lfc_gptwo_pci.so target=lfc_upa_pci.so 133link path=usr/lib/efcode/$(ARCH64)/lfc_jupiter_jupiter.so target=lfc_jupiter.so 134link path=usr/lib/efcode/$(ARCH64)/lfc_jupiter_pciex.so target=lfc_upa_pci.so 135link path=usr/lib/efcode/$(ARCH64)/lfc_pci_pci.so target=lfc_upa_pci.so 136link path=usr/lib/efcode/$(ARCH64)/lfc_pci_pciex.so target=lfc_upa_pci.so 137link path=usr/lib/efcode/$(ARCH64)/lfc_pciex_pci.so target=lfc_upa_pci.so 138link path=usr/lib/efcode/$(ARCH64)/lfc_pciex_pciex.so target=lfc_upa_pci.so 139link path=usr/lib/efcode/$(ARCH64)/lfc_sun4v.so target=lfc_upa.so 140link path=usr/lib/efcode/$(ARCH64)/lfc_sun4v_pciex.so target=lfc_upa_pci.so 141