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> 32 set name=pkg.fmri value=pkg:/system/embedded-fcode-interpreter@$(PKGVERS) 33 set name=pkg.description value="Embedded FCode Interpreter Drivers" 34 set name=pkg.summary value="Embedded FCode Interpreter Drivers" 35 set name=info.classification \ 36 value="org.opensolaris.category.2008:System/Administration and Configuration" 37 set name=variant.arch value=sparc 38 dir path=etc group=sys 39 dir path=etc/flash group=sys 40 dir path=etc/flash/postdeployment group=sys 41 dir path=kernel group=sys 42 dir path=kernel/drv group=sys 43 dir path=kernel/drv/$(ARCH64) group=sys 44 dir path=kernel/misc group=sys 45 dir path=kernel/misc/$(ARCH64) group=sys 46 dir path=lib 47 dir path=lib/svc 48 dir path=lib/svc/manifest group=sys 49 dir path=lib/svc/manifest/platform group=sys 50 dir path=lib/svc/manifest/platform/sun4u group=sys 51 dir path=lib/svc/manifest/platform/sun4v group=sys 52 dir path=platform group=sys 53 dir path=platform/sun4u group=sys 54 dir path=platform/sun4u/kernel group=sys 55 dir path=platform/sun4u/kernel/misc group=sys 56 dir path=platform/sun4u/kernel/misc/$(ARCH64) group=sys 57 dir path=usr group=sys 58 dir path=usr/lib 59 dir path=usr/lib/efcode 60 dir path=usr/lib/efcode/$(ARCH64) 61 dir path=usr/share/man/man1m 62 driver name=fcode 63 file path=etc/flash/postdeployment/efcode.cleanup group=sys mode=0744 64 file path=kernel/drv/$(ARCH64)/fcode group=sys 65 file path=kernel/drv/fcode.conf group=sys 66 file path=kernel/misc/$(ARCH64)/fcodem group=sys mode=0755 67 file path=kernel/misc/$(ARCH64)/fcpci group=sys mode=0755 68 file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755 69 file path=lib/svc/manifest/platform/sun4u/efdaemon.xml group=sys mode=0444 70 file path=lib/svc/manifest/platform/sun4v/efdaemon.xml group=sys mode=0444 71 file path=platform/sun4u/kernel/misc/$(ARCH64)/gptwo_cpu group=sys mode=0755 72 file path=platform/sun4u/kernel/misc/$(ARCH64)/gptwocfg group=sys mode=0755 73 file path=usr/lib/efcode/$(ARCH64)/efdaemon mode=0555 74 file path=usr/lib/efcode/$(ARCH64)/fcdriver.so 75 file path=usr/lib/efcode/$(ARCH64)/fcode.so 76 file path=usr/lib/efcode/$(ARCH64)/fcpackage.so 77 file path=usr/lib/efcode/$(ARCH64)/fcthread.so 78 file path=usr/lib/efcode/$(ARCH64)/interpreter mode=0555 79 file path=usr/lib/efcode/$(ARCH64)/lfc_gptwo.so 80 file path=usr/lib/efcode/$(ARCH64)/lfc_jupiter.so 81 file path=usr/lib/efcode/$(ARCH64)/lfc_upa.so 82 file path=usr/lib/efcode/$(ARCH64)/lfc_upa_pci.so 83 file path=usr/lib/efcode/efcode.sh mode=0555 84 file path=usr/share/man/man1m/efdaemon.1m 85 legacy pkg=SUNWefc.u arch=$(ARCH).sun4u \ 86 desc="Embedded FCode Interpreter Drivers" \ 87 name="Embedded FCode Interpreter Drivers" 88 legacy pkg=SUNWefck desc="Embedded FCode Interpreter" \ 89 name="Embedded FCode Interpreter Drivers" 90 legacy pkg=SUNWefcl desc="Embedded FCode Libraries" \ 91 name="Embedded FCode Libraries" 92 legacy pkg=SUNWefcr desc="Embedded FCode Interpreter" \ 93 name="Embedded FCode Interpreter (Root)" 94 legacy pkg=SUNWefcu desc="Embedded FCode Interpreter" \ 95 name="Embedded FCode Interpreter" 96 license cr_Sun license=cr_Sun 97 license lic_CDDL license=lic_CDDL 98 link path=usr/lib/efcode/$(ARCH64)/lfc_gptwo_gptwo.so target=lfc_gptwo.so 99 link path=usr/lib/efcode/$(ARCH64)/lfc_gptwo_pci.so target=lfc_upa_pci.so 100 link path=usr/lib/efcode/$(ARCH64)/lfc_jupiter_jupiter.so \ 101 target=lfc_jupiter.so 102 link path=usr/lib/efcode/$(ARCH64)/lfc_jupiter_pciex.so target=lfc_upa_pci.so 103 link path=usr/lib/efcode/$(ARCH64)/lfc_pci_pci.so target=lfc_upa_pci.so 104 link path=usr/lib/efcode/$(ARCH64)/lfc_pci_pciex.so target=lfc_upa_pci.so 105 link path=usr/lib/efcode/$(ARCH64)/lfc_pciex_pci.so target=lfc_upa_pci.so 106 link path=usr/lib/efcode/$(ARCH64)/lfc_pciex_pciex.so target=lfc_upa_pci.so 107 link path=usr/lib/efcode/$(ARCH64)/lfc_sun4v.so target=lfc_upa.so 108 link path=usr/lib/efcode/$(ARCH64)/lfc_sun4v_pciex.so target=lfc_upa_pci.so