Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/service-hal.mf
+++ new/usr/src/pkg/manifests/service-hal.mf
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25 +# Copyright 2014 Andrew Stormont.
25 26 #
26 27
27 28 set name=pkg.fmri value=pkg:/service/hal@$(PKGVERS)
28 29 set name=pkg.description \
29 30 value="Hardware Abstraction Layer, HAL (freedesktop.org)"
30 31 set name=pkg.summary value="Hardware Abstraction Layer"
31 32 set name=info.classification \
32 33 value=org.opensolaris.category.2008:System/Hardware
33 34 set name=variant.arch value=$(ARCH)
34 35 dir path=etc group=sys variant.opensolaris.zone=global
35 36 dir path=etc/dbus-1 variant.opensolaris.zone=global
36 37 dir path=etc/dbus-1/system.d variant.opensolaris.zone=global
37 38 dir path=etc/hal variant.opensolaris.zone=global
38 39 dir path=etc/hal/fdi variant.opensolaris.zone=global
39 40 dir path=etc/hal/fdi/information variant.opensolaris.zone=global
40 41 dir path=etc/hal/fdi/information/10freedesktop variant.opensolaris.zone=global
41 42 dir path=etc/hal/fdi/information/20thirdparty variant.opensolaris.zone=global
42 43 dir path=etc/hal/fdi/information/30user variant.opensolaris.zone=global
43 44 dir path=etc/hal/fdi/policy variant.opensolaris.zone=global
44 45 dir path=etc/hal/fdi/policy/10osvendor variant.opensolaris.zone=global
45 46 dir path=etc/hal/fdi/policy/20thirdparty variant.opensolaris.zone=global
46 47 dir path=etc/hal/fdi/policy/30user variant.opensolaris.zone=global
47 48 dir path=etc/hal/fdi/preprobe variant.opensolaris.zone=global
48 49 dir path=etc/hal/fdi/preprobe/10osvendor variant.opensolaris.zone=global
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
49 50 dir path=etc/hal/fdi/preprobe/20thirdparty variant.opensolaris.zone=global
50 51 dir path=etc/hal/fdi/preprobe/30user variant.opensolaris.zone=global
51 52 dir path=lib variant.opensolaris.zone=global
52 53 dir path=lib/svc variant.opensolaris.zone=global
53 54 dir path=lib/svc/manifest group=sys variant.opensolaris.zone=global
54 55 dir path=lib/svc/manifest/network group=sys variant.opensolaris.zone=global
55 56 dir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global
56 57 dir path=lib/svc/method variant.opensolaris.zone=global
57 58 dir path=usr group=sys
58 59 dir path=usr/lib
59 -dir path=usr/lib/$(ARCH64)
60 -dir path=usr/lib/$(ARCH64)/pkgconfig group=other
60 +$(BUILD64)dir path=usr/lib/$(ARCH64)
61 +$(BUILD64)dir path=usr/lib/$(ARCH64)/pkgconfig group=other
61 62 dir path=usr/lib/hal
62 63 dir path=usr/lib/hal/sunos
63 64 dir path=usr/lib/pkgconfig group=other
64 65 dir path=usr/sbin
65 66 dir path=usr/share
66 67 dir path=usr/share/lib
67 68 dir path=usr/share/lib/xml group=sys
68 69 dir path=usr/share/lib/xml/dtd group=sys
69 70 dir path=usr/share/man
70 71 dir path=usr/share/man/man1m
71 72 dir path=usr/share/man/man4
72 73 dir path=usr/share/man/man5
73 74 file path=etc/dbus-1/system.d/hal.conf variant.opensolaris.zone=global
74 75 file path=etc/hal/fdi/information/10freedesktop/10-camera-ptp.fdi mode=0444 \
75 76 variant.opensolaris.zone=global
76 77 file path=etc/hal/fdi/information/10freedesktop/10-cd-dvd-burner.fdi mode=0444 \
77 78 variant.opensolaris.zone=global
78 79 file path=etc/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi \
79 80 mode=0444 variant.opensolaris.zone=global
80 81 file path=etc/hal/fdi/information/10freedesktop/10-usb-music-players.fdi \
81 82 mode=0444 variant.opensolaris.zone=global
82 83 file path=etc/hal/fdi/information/10freedesktop/10-usb-pda.fdi mode=0444 \
83 84 variant.opensolaris.zone=global
84 85 file path=etc/hal/fdi/information/10freedesktop/10-usb-zip-drives.fdi \
85 86 mode=0444 variant.opensolaris.zone=global
86 87 file path=etc/hal/fdi/information/10freedesktop/10-wireless-mice.fdi mode=0444 \
87 88 variant.opensolaris.zone=global
88 89 file path=etc/hal/fdi/policy/10osvendor/10-cpufreq.fdi mode=0444 \
89 90 variant.opensolaris.zone=global
90 91 file path=etc/hal/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \
91 92 mode=0444 variant.opensolaris.zone=global
92 93 file path=etc/hal/fdi/policy/10osvendor/10-network-attached.fdi mode=0444 \
93 94 variant.opensolaris.zone=global
94 95 file path=etc/hal/fdi/policy/10osvendor/10-power-mgmt-policy.fdi mode=0444 \
95 96 variant.opensolaris.zone=global
96 97 file path=etc/hal/fdi/policy/10osvendor/10-toshiba-buttons.fdi mode=0444 \
97 98 variant.opensolaris.zone=global
98 99 file path=etc/hal/fdi/policy/10osvendor/20-storage-methods.fdi mode=0444 \
99 100 variant.opensolaris.zone=global
100 101 file path=etc/hal/fdi/policy/10osvendor/20-zfs-methods.fdi mode=0444 \
101 102 variant.opensolaris.zone=global
102 103 file path=etc/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi mode=0444 \
103 104 variant.opensolaris.zone=global
104 105 file path=etc/hal/fdi/preprobe/10osvendor/20-ignore-fixed-storage.fdi \
105 106 mode=0444 variant.opensolaris.zone=global
106 107 file path=etc/hal/fdi/preprobe/10osvendor/20-ignore-lofi.fdi mode=0444 \
↓ open down ↓ |
36 lines elided |
↑ open up ↑ |
107 108 variant.opensolaris.zone=global
108 109 file path=etc/hal/fdi/preprobe/10osvendor/20-printers.fdi mode=0444 \
109 110 variant.opensolaris.zone=global
110 111 file path=lib/svc/manifest/network/network-discovery.xml group=sys mode=0444 \
111 112 variant.opensolaris.zone=global
112 113 file path=lib/svc/manifest/system/hal.xml group=sys mode=0444 \
113 114 variant.opensolaris.zone=global
114 115 file path=lib/svc/method/svc-hal mode=0555 variant.opensolaris.zone=global
115 116 file path=lib/svc/method/svc-network-discovery mode=0555 \
116 117 variant.opensolaris.zone=global
117 -file path=usr/lib/$(ARCH64)/libhal-storage.so.1.0.0
118 -file path=usr/lib/$(ARCH64)/libhal.so.1.0.0
119 -file path=usr/lib/$(ARCH64)/llib-lhal-storage.ln
120 -file path=usr/lib/$(ARCH64)/llib-lhal.ln
121 -file path=usr/lib/$(ARCH64)/pkgconfig/hal-storage.pc
122 -file path=usr/lib/$(ARCH64)/pkgconfig/hal.pc
118 +$(BUILD64)file path=usr/lib/$(ARCH64)/libhal-storage.so.1.0.0
119 +$(BUILD64)file path=usr/lib/$(ARCH64)/libhal.so.1.0.0
120 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lhal-storage.ln
121 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lhal.ln
122 +$(BUILD64)file path=usr/lib/$(ARCH64)/pkgconfig/hal-storage.pc
123 +$(BUILD64)file path=usr/lib/$(ARCH64)/pkgconfig/hal.pc
123 124 file path=usr/lib/hal/hal-functions mode=0555
124 125 file path=usr/lib/hal/hal-is-caller-privileged mode=0555
125 126 file path=usr/lib/hal/hal-storage-cleanup-all-mountpoints mode=0555
126 127 file path=usr/lib/hal/hal-storage-cleanup-mountpoint mode=0555
127 128 file path=usr/lib/hal/hal-storage-closetray mode=0555
128 129 file path=usr/lib/hal/hal-storage-eject mode=0555
129 130 file path=usr/lib/hal/hal-storage-mount mode=0555
130 131 file path=usr/lib/hal/hal-storage-unmount mode=0555
131 132 file path=usr/lib/hal/hal-storage-zpool-export mode=0555
132 133 file path=usr/lib/hal/hal-storage-zpool-import mode=0555
133 134 file path=usr/lib/hal/hal-system-lcd-get-brightness mode=0555
134 135 file path=usr/lib/hal/hal-system-lcd-set-brightness mode=0555
135 136 file path=usr/lib/hal/hal-system-power-hibernate mode=0555
136 137 file path=usr/lib/hal/hal-system-power-reboot mode=0555
137 138 file path=usr/lib/hal/hal-system-power-shutdown mode=0555
138 139 file path=usr/lib/hal/hal-system-power-suspend mode=0555
139 140 file path=usr/lib/hal/hald mode=0555
140 141 file path=usr/lib/hal/hald-addon-acpi mode=0555
141 142 file path=usr/lib/hal/hald-addon-cpufreq mode=0555
142 143 file path=usr/lib/hal/hald-addon-network-discovery mode=0555
143 144 file path=usr/lib/hal/hald-addon-storage mode=0555
144 145 file path=usr/lib/hal/hald-probe-acpi mode=0555
145 146 file path=usr/lib/hal/hald-probe-network-printer mode=0555
146 147 file path=usr/lib/hal/hald-probe-printer mode=0555
147 148 file path=usr/lib/hal/hald-probe-storage mode=0555
148 149 file path=usr/lib/hal/hald-probe-volume mode=0555
149 150 file path=usr/lib/hal/hald-probe-xkb mode=0555
150 151 file path=usr/lib/hal/hald-runner mode=0555
151 152 file path=usr/lib/hal/sunos/hal-system-lcd-get-brightness-sunos mode=0555
152 153 file path=usr/lib/hal/sunos/hal-system-lcd-set-brightness-sunos mode=0555
153 154 file path=usr/lib/hal/sunos/hal-system-power-hibernate-sunos mode=0555
154 155 file path=usr/lib/hal/sunos/hal-system-power-reboot-sunos mode=0555
155 156 file path=usr/lib/hal/sunos/hal-system-power-shutdown-sunos mode=0555
156 157 file path=usr/lib/hal/sunos/hal-system-power-suspend-sunos mode=0555
157 158 file path=usr/lib/libhal-storage.so.1.0.0
158 159 file path=usr/lib/libhal.so.1.0.0
159 160 file path=usr/lib/llib-lhal
160 161 file path=usr/lib/llib-lhal-storage
161 162 file path=usr/lib/llib-lhal-storage.ln
162 163 file path=usr/lib/llib-lhal.ln
163 164 file path=usr/lib/pkgconfig/hal-storage.pc
164 165 file path=usr/lib/pkgconfig/hal.pc
165 166 file path=usr/sbin/hal-device mode=0555
166 167 file path=usr/sbin/hal-fdi-validate mode=0555
167 168 file path=usr/sbin/hal-find-by-capability mode=0555
168 169 file path=usr/sbin/hal-find-by-property mode=0555
169 170 file path=usr/sbin/hal-get-property mode=0555
170 171 file path=usr/sbin/hal-set-property mode=0555
171 172 file path=usr/sbin/lshal mode=0555
172 173 file path=usr/share/lib/xml/dtd/fdi.dtd.1
173 174 file path=usr/share/man/man1m/hal-device.1m
174 175 file path=usr/share/man/man1m/hal-fdi-validate.1m
175 176 file path=usr/share/man/man1m/hal-find.1m
176 177 file path=usr/share/man/man1m/hal-get-property.1m
177 178 file path=usr/share/man/man1m/hald.1m
↓ open down ↓ |
45 lines elided |
↑ open up ↑ |
178 179 file path=usr/share/man/man4/fdi.4
179 180 file path=usr/share/man/man5/hal.5
180 181 legacy pkg=SUNWhal desc="Hardware Abstraction Layer, HAL (freedesktop.org)" \
181 182 name="Hardware Abstraction Layer"
182 183 legacy pkg=SUNWhalr \
183 184 desc="Hardware Abstraction Layer, HAL (freedesktop.org) (Root)" \
184 185 name="Hardware Abstraction Layer (Root)"
185 186 license cr_Sun license=cr_Sun
186 187 license lic_CDDL license=lic_CDDL
187 188 license usr/src/cmd/hal/LICENSE license=usr/src/cmd/hal/LICENSE
188 -link path=usr/lib/$(ARCH64)/libhal-storage.so target=./libhal-storage.so.1.0.0
189 -link path=usr/lib/$(ARCH64)/libhal-storage.so.1 \
189 +$(BUILD64)link path=usr/lib/$(ARCH64)/libhal-storage.so \
190 190 target=./libhal-storage.so.1.0.0
191 -link path=usr/lib/$(ARCH64)/libhal.so target=./libhal.so.1.0.0
192 -link path=usr/lib/$(ARCH64)/libhal.so.1 target=./libhal.so.1.0.0
191 +$(BUILD64)link path=usr/lib/$(ARCH64)/libhal-storage.so.1 \
192 + target=./libhal-storage.so.1.0.0
193 +$(BUILD64)link path=usr/lib/$(ARCH64)/libhal.so target=./libhal.so.1.0.0
194 +$(BUILD64)link path=usr/lib/$(ARCH64)/libhal.so.1 target=./libhal.so.1.0.0
193 195 link path=usr/lib/libhal-storage.so target=./libhal-storage.so.1.0.0
194 196 link path=usr/lib/libhal-storage.so.1 target=./libhal-storage.so.1.0.0
195 197 link path=usr/lib/libhal.so target=./libhal.so.1.0.0
196 198 link path=usr/lib/libhal.so.1 target=./libhal.so.1.0.0
197 199 link path=usr/share/man/man1m/hal-find-by-capability.1m target=hal-find.1m
198 200 link path=usr/share/man/man1m/hal-find-by-property.1m target=hal-find.1m
199 201 link path=usr/share/man/man1m/hal-set-property.1m target=hal-get-property.1m
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX