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 (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26# 27# The default for payload-bearing actions in this package is to appear in the 28# global zone only. See the include file for greater detail, as well as 29# information about overriding the defaults. 30# 31<include global_zone_only_component> 32set name=pkg.fmri value=pkg:/system/embedded-fcode-interpreter@$(PKGVERS) 33set name=pkg.description value="Embedded FCode Interpreter Drivers" 34set name=pkg.summary value="Embedded FCode Interpreter Drivers" 35set name=info.classification \ 36 value="org.opensolaris.category.2008:System/Administration and Configuration" 37set name=variant.arch value=sparc 38dir path=etc group=sys 39dir path=etc/flash group=sys 40dir path=etc/flash/postdeployment group=sys 41dir path=kernel group=sys 42dir path=kernel/drv group=sys 43dir path=kernel/drv/$(ARCH64) group=sys 44dir path=kernel/misc group=sys 45dir path=kernel/misc/$(ARCH64) group=sys 46dir path=lib 47dir path=lib/svc 48dir path=lib/svc/manifest group=sys 49dir path=lib/svc/manifest/platform group=sys 50dir path=lib/svc/manifest/platform/sun4u group=sys 51dir path=lib/svc/manifest/platform/sun4v group=sys 52dir path=platform group=sys 53dir path=platform/sun4u group=sys 54dir path=platform/sun4u/kernel group=sys 55dir path=platform/sun4u/kernel/misc group=sys 56dir path=platform/sun4u/kernel/misc/$(ARCH64) group=sys 57dir path=usr group=sys 58dir path=usr/lib 59dir path=usr/lib/efcode 60dir path=usr/lib/efcode/$(ARCH64) 61driver name=fcode 62file path=etc/flash/postdeployment/efcode.cleanup group=sys mode=0744 63file path=kernel/drv/$(ARCH64)/fcode group=sys 64file path=kernel/drv/fcode.conf group=sys 65file path=kernel/misc/$(ARCH64)/fcodem group=sys mode=0755 66file path=kernel/misc/$(ARCH64)/fcpci group=sys mode=0755 67file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755 68file path=lib/svc/manifest/platform/sun4u/efdaemon.xml group=sys mode=0444 69file path=lib/svc/manifest/platform/sun4v/efdaemon.xml group=sys mode=0444 70file path=platform/sun4u/kernel/misc/$(ARCH64)/gptwo_cpu group=sys mode=0755 71file path=platform/sun4u/kernel/misc/$(ARCH64)/gptwocfg group=sys mode=0755 72file path=usr/lib/efcode/$(ARCH64)/efdaemon mode=0555 73file path=usr/lib/efcode/$(ARCH64)/fcdriver.so 74file path=usr/lib/efcode/$(ARCH64)/fcode.so 75file path=usr/lib/efcode/$(ARCH64)/fcpackage.so 76file path=usr/lib/efcode/$(ARCH64)/fcthread.so 77file path=usr/lib/efcode/$(ARCH64)/interpreter mode=0555 78file path=usr/lib/efcode/$(ARCH64)/lfc_gptwo.so 79file path=usr/lib/efcode/$(ARCH64)/lfc_jupiter.so 80file path=usr/lib/efcode/$(ARCH64)/lfc_upa.so 81file path=usr/lib/efcode/$(ARCH64)/lfc_upa_pci.so 82file path=usr/lib/efcode/efcode.sh mode=0555 83legacy pkg=SUNWefc.u arch=$(ARCH).sun4u \ 84 desc="Embedded FCode Interpreter Drivers" \ 85 name="Embedded FCode Interpreter Drivers" 86legacy pkg=SUNWefck desc="Embedded FCode Interpreter" \ 87 name="Embedded FCode Interpreter Drivers" 88legacy pkg=SUNWefcl desc="Embedded FCode Libraries" \ 89 name="Embedded FCode Libraries" 90legacy pkg=SUNWefcr desc="Embedded FCode Interpreter" \ 91 name="Embedded FCode Interpreter (Root)" 92legacy pkg=SUNWefcu desc="Embedded FCode Interpreter" \ 93 name="Embedded FCode Interpreter" 94license cr_Sun license=cr_Sun 95license lic_CDDL license=lic_CDDL 96link path=usr/lib/efcode/$(ARCH64)/lfc_gptwo_gptwo.so target=lfc_gptwo.so 97link path=usr/lib/efcode/$(ARCH64)/lfc_gptwo_pci.so target=lfc_upa_pci.so 98link path=usr/lib/efcode/$(ARCH64)/lfc_jupiter_jupiter.so \ 99 target=lfc_jupiter.so 100link path=usr/lib/efcode/$(ARCH64)/lfc_jupiter_pciex.so target=lfc_upa_pci.so 101link path=usr/lib/efcode/$(ARCH64)/lfc_pci_pci.so target=lfc_upa_pci.so 102link path=usr/lib/efcode/$(ARCH64)/lfc_pci_pciex.so target=lfc_upa_pci.so 103link path=usr/lib/efcode/$(ARCH64)/lfc_pciex_pci.so target=lfc_upa_pci.so 104link path=usr/lib/efcode/$(ARCH64)/lfc_pciex_pciex.so target=lfc_upa_pci.so 105link path=usr/lib/efcode/$(ARCH64)/lfc_sun4v.so target=lfc_upa.so 106link path=usr/lib/efcode/$(ARCH64)/lfc_sun4v_pciex.so target=lfc_upa_pci.so 107