components/hwdata/hwdata.p5m
changeset 302 0b738df97c00
child 464 08f94c414553
equal deleted inserted replaced
301:ab9eef4f4029 302:0b738df97c00
       
     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, 2011, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/system/data/hardware-registry@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.description \
       
    29     value="ASCII databases describing various PCI and USB devices and other hardware"
       
    30 set name=pkg.summary value="Hardware data files"
       
    31 set name=info.classification \
       
    32     value=org.opensolaris.category.2008:System/Hardware
       
    33 set name=info.source_url $(COMPONENT_ARCHIVE_URLS)
       
    34 set name=info.upstream_url value=http://pciids.sf.net/ \
       
    35     value=http://www.linux-usb.org/usb-ids.html
       
    36 # PSARC/2005/399 Tamarack: Removable Media Enhancements in Solaris
       
    37 set name=opensolaris.arc_url \
       
    38     value=http://arc.opensolaris.org/caselog/PSARC/2005/399
       
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    40 dir path=usr
       
    41 dir path=usr/share
       
    42 dir path=usr/share/hwdata group=sys
       
    43 file pci.ids path=usr/share/hwdata/pci.ids
       
    44 file usb.ids path=usr/share/hwdata/usb.ids
       
    45 legacy pkg=SUNWhwdata \
       
    46     desc="ASCII databases describing various PCI, USB and other hardware" \
       
    47     name="Hardware data files"
       
    48 license pci.ids.license license=pci.ids.license
       
    49 license usb.ids.license license=usb.ids.license
       
    50