From: <mik...@us...> - 2008-08-08 21:15:08
|
Revision: 832 http://omc.svn.sourceforge.net/omc/?rev=832&view=rev Author: mike-brasher Date: 2008-08-08 21:15:12 +0000 (Fri, 08 Aug 2008) Log Message: ----------- New .reg files. Modified Paths: -------------- cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/register.sh cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/register.sh cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/register.sh cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/register.sh cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/register.sh Added Paths: ----------- cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/linux-ethernet-port-profile.reg cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/linux-power-supply-profile.reg cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/linux-ssh-service-profile.reg Added: cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg =================================================================== --- cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg (rev 0) +++ cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/linux-boot-control-profile.reg 2008-08-08 21:15:12 UTC (rev 832) @@ -0,0 +1,60 @@ +[Linux_BootService] + provider: Linux_BootService + location: linux_bootctrlprovider + type: instance method + namespace: root/cimv2 +# +[Linux_BootConfigSetting] + provider: Linux_BootConfigSetting + location: linux_bootctrlprovider + type: instance method + namespace: root/cimv2 +# +[Linux_BootElementConformsToProfile] + provider: Linux_BootElementConformsToProfile + location: linux_bootctrlprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_BootElementSettingData] + provider: Linux_BootElementSettingData + location: linux_bootctrlprovider + type: instance association + namespace: root/cimv2 +# +[Linux_BootHostedService] + provider: Linux_BootHostedService + location: linux_bootctrlprovider + type: instance association + namespace: root/cimv2 +# +[Linux_BootOrderedComponent] + provider: Linux_BootOrderedComponent + location: linux_bootctrlprovider + type: instance association + namespace: root/cimv2 +# +[Linux_BootReferencedProfile] + provider: Linux_BootReferencedProfile + location: linux_bootctrlprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_BootRegisteredProfile] + provider: Linux_BootRegisteredProfile + location: linux_bootctrlprovider + type: instance method + namespace: root/cimv2 root/interop +# +[Linux_BootServiceAffectsElement] + provider: Linux_BootServiceAffectsElement + location: linux_bootctrlprovider + type: instance association + namespace: root/cimv2 +# +[Linux_GrubBootSourceSetting] + provider: Linux_GrubBootSourceSetting + location: linux_bootctrlprovider + type: instance method + namespace: root/cimv2 +# Modified: cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/register.sh =================================================================== --- cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/register.sh 2008-08-08 17:05:40 UTC (rev 831) +++ cmpiprofiles/sblim-cmpi-boot_control_profile/trunk/mof/register.sh 2008-08-08 21:15:12 UTC (rev 832) @@ -1,9 +1,14 @@ #!/bin/sh -BASE=linux-boot-control-profile -TARGET=../src/.libs/liblinux_bootctrlprovider.so -MOFS=/usr/var/lib/sfcb/stage/mofs -konkretreg $TARGET > $BASE.registration -cp $BASE-interop.mof $MOFS/root/interop -cp $BASE-interop.mof $MOFS/root/cimv2 -provider-register.sh -r $BASE.registration -m $BASE.mof -cp $TARGET /usr/lib64/ +STAGE=/usr/var/lib/sfcb/stage +BASE=`ls linux*profile.mof | sed 's/.mof//g'` +LIB=`ls ../src/.libs/liblinux*provider.so` +konkretreg $LIB > $BASE.reg +konkretreg -r $LIB > $BASE.registration +cp $BASE.reg $STAGE/regs +cp $BASE.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/interop +cp $LIB /usr/lib64/ +sfcbrepos>/dev/null<<EOF +yes +EOF Added: cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/linux-ethernet-port-profile.reg =================================================================== --- cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/linux-ethernet-port-profile.reg (rev 0) +++ cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/linux-ethernet-port-profile.reg 2008-08-08 21:15:12 UTC (rev 832) @@ -0,0 +1,72 @@ +[Linux_DeviceSAPImplementationEthernetPort] + provider: Linux_DeviceSAPImplementationEthernetPort + location: linux_ethportprovider + type: instance association + namespace: root/cimv2 +# +[Linux_ElementCapabilitiesLANEndpoint] + provider: Linux_ElementCapabilitiesLANEndpoint + location: linux_ethportprovider + type: instance association + namespace: root/cimv2 +# +[Linux_ElementCapabilitiesEthernetPort] + provider: Linux_ElementCapabilitiesEthernetPort + location: linux_ethportprovider + type: instance association + namespace: root/cimv2 +# +[Linux_ElementConformsToProfileEthernetPort] + provider: Linux_ElementConformsToProfileEthernetPort + location: linux_ethportprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_EnabledLogicalElementCapabilitiesLANEndpoint] + provider: Linux_EnabledLogicalElementCapabilitiesLANEndpoint + location: linux_ethportprovider + type: instance method + namespace: root/cimv2 +# +[Linux_EnabledLogicalElementCapabilitiesEthernetPort] + provider: Linux_EnabledLogicalElementCapabilitiesEthernetPort + location: linux_ethportprovider + type: instance method + namespace: root/cimv2 +# +[Linux_EthernetPort] + provider: Linux_EthernetPort + location: linux_ethportprovider + type: instance method + namespace: root/cimv2 +# +[Linux_HostedAccessPointEthernetPort] + provider: Linux_HostedAccessPointEthernetPort + location: linux_ethportprovider + type: instance association + namespace: root/cimv2 +# +[Linux_LANEndpoint] + provider: Linux_LANEndpoint + location: linux_ethportprovider + type: instance method + namespace: root/cimv2 +# +[Linux_ReferencedProfileEthernetPort] + provider: Linux_ReferencedProfileEthernetPort + location: linux_ethportprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_RegisteredProfileEthernetPort] + provider: Linux_RegisteredProfileEthernetPort + location: linux_ethportprovider + type: instance method + namespace: root/cimv2 root/interop +# +[Linux_SystemDeviceEthernetPort] + provider: Linux_SystemDeviceEthernetPort + location: linux_ethportprovider + type: instance association + namespace: root/cimv2 +# Modified: cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/register.sh =================================================================== --- cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/register.sh 2008-08-08 17:05:40 UTC (rev 831) +++ cmpiprofiles/sblim-cmpi-ethernet_port_profile/trunk/mof/register.sh 2008-08-08 21:15:12 UTC (rev 832) @@ -1,9 +1,14 @@ #!/bin/sh -BASE=linux-ethernet-port-profile -TARGET=../src/.libs/liblinux_ethportprovider.so -MOFS=/usr/var/lib/sfcb/stage/mofs -cp $BASE-interop.mof $MOFS/root/interop -cp $BASE-interop.mof $MOFS/root/cimv2 -konkretreg $TARGET > $BASE.registration -provider-register.sh -r $BASE.registration -m $BASE.mof -cp $TARGET /usr/lib64/ +STAGE=/usr/var/lib/sfcb/stage +BASE=`ls linux*profile.mof | sed 's/.mof//g'` +LIB=`ls ../src/.libs/liblinux*provider.so` +konkretreg $LIB > $BASE.reg +konkretreg -r $LIB > $BASE.registration +cp $BASE.reg $STAGE/regs +cp $BASE.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/interop +cp $LIB /usr/lib64/ +sfcbrepos>/dev/null<<EOF +yes +EOF Added: cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg =================================================================== --- cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg (rev 0) +++ cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/linux-fan-profile.reg 2008-08-08 21:15:12 UTC (rev 832) @@ -0,0 +1,60 @@ +[Linux_FanElementConformsToProfile] + provider: Linux_FanElementConformsToProfile + location: linux_fanprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_Fan] + provider: Linux_Fan + location: linux_fanprovider + type: instance method + namespace: root/cimv2 +# +[Linux_FanHostedCollection] + provider: Linux_FanHostedCollection + location: linux_fanprovider + type: instance association + namespace: root/cimv2 +# +[Linux_FanIsSpare] + provider: Linux_FanIsSpare + location: linux_fanprovider + type: instance association + namespace: root/cimv2 +# +[Linux_FanMemberOfCollection] + provider: Linux_FanMemberOfCollection + location: linux_fanprovider + type: instance association + namespace: root/cimv2 +# +[Linux_FanOwningCollectionElement] + provider: Linux_FanOwningCollectionElement + location: linux_fanprovider + type: instance association + namespace: root/cimv2 +# +[Linux_FanRedundancySet] + provider: Linux_FanRedundancySet + location: linux_fanprovider + type: instance method + namespace: root/cimv2 +# +[Linux_FanReferencedProfile] + provider: Linux_FanReferencedProfile + location: linux_fanprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_FanRegisteredProfile] + provider: Linux_FanRegisteredProfile + location: linux_fanprovider + type: instance method + namespace: root/cimv2 root/interop +# +[Linux_FanSystemDevice] + provider: Linux_FanSystemDevice + location: linux_fanprovider + type: instance association + namespace: root/cimv2 +# Modified: cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/register.sh =================================================================== --- cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/register.sh 2008-08-08 17:05:40 UTC (rev 831) +++ cmpiprofiles/sblim-cmpi-fan_profile/trunk/mof/register.sh 2008-08-08 21:15:12 UTC (rev 832) @@ -1,9 +1,14 @@ #!/bin/sh -TARGET=../src/.libs/liblinux_fanprovider.so.1.0.0 -BASE=linux-fan-profile -MOFS=/usr/var/lib/sfcb/stage/mofs -konkretreg $TARGET > linux-fan-profile.registration -cp $TARGET /usr/lib64/liblinux_fanprovider.so -cp $BASE-interop.mof $MOFS/root/interop -cp $BASE-interop.mof $MOFS/root/cimv2 -provider-register.sh -r linux-fan-profile.registration -m linux-fan-profile.mof +STAGE=/usr/var/lib/sfcb/stage +BASE=`ls linux*profile.mof | sed 's/.mof//g'` +LIB=`ls ../src/.libs/liblinux*provider.so` +konkretreg $LIB > $BASE.reg +konkretreg -r $LIB > $BASE.registration +cp $BASE.reg $STAGE/regs +cp $BASE.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/interop +cp $LIB /usr/lib64/ +sfcbrepos>/dev/null<<EOF +yes +EOF Added: cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/linux-power-supply-profile.reg =================================================================== --- cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/linux-power-supply-profile.reg (rev 0) +++ cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/linux-power-supply-profile.reg 2008-08-08 21:15:12 UTC (rev 832) @@ -0,0 +1,60 @@ +[Linux_PowerElementConformsToProfile] + provider: Linux_PowerElementConformsToProfile + location: linux_powersupplyprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_PowerHostedCollection] + provider: Linux_PowerHostedCollection + location: linux_powersupplyprovider + type: instance association + namespace: root/cimv2 +# +[Linux_PowerIsSpare] + provider: Linux_PowerIsSpare + location: linux_powersupplyprovider + type: instance association + namespace: root/cimv2 +# +[Linux_PowerMemberOfCollection] + provider: Linux_PowerMemberOfCollection + location: linux_powersupplyprovider + type: instance association + namespace: root/cimv2 +# +[Linux_PowerOwningCollectionElement] + provider: Linux_PowerOwningCollectionElement + location: linux_powersupplyprovider + type: instance association + namespace: root/cimv2 +# +[Linux_PowerSupply] + provider: Linux_PowerSupply + location: linux_powersupplyprovider + type: instance method + namespace: root/cimv2 +# +[Linux_PowerRedundancySet] + provider: Linux_PowerRedundancySet + location: linux_powersupplyprovider + type: instance method + namespace: root/cimv2 +# +[Linux_PowerReferencedProfile] + provider: Linux_PowerReferencedProfile + location: linux_powersupplyprovider + type: instance association + namespace: root/cimv2 root/cimv2 +# +[Linux_PowerRegisteredProfile] + provider: Linux_PowerRegisteredProfile + location: linux_powersupplyprovider + type: instance method + namespace: root/cimv2 root/interop +# +[Linux_PowerSystemDevice] + provider: Linux_PowerSystemDevice + location: linux_powersupplyprovider + type: instance association + namespace: root/cimv2 +# Modified: cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/register.sh =================================================================== --- cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/register.sh 2008-08-08 17:05:40 UTC (rev 831) +++ cmpiprofiles/sblim-cmpi-power_supply_profile/trunk/mof/register.sh 2008-08-08 21:15:12 UTC (rev 832) @@ -1,9 +1,14 @@ #!/bin/sh -BASE=linux-power-supply-profile -TARGET=../src/.libs/liblinux_powersupplyprovider.so -MOFS=/usr/var/lib/sfcb/stage/mofs -konkretreg $TARGET > $BASE.registration -cp $BASE-interop.mof $MOFS/root/interop -cp $BASE-interop.mof $MOFS/root/cimv2 -cp $TARGET /usr/lib64/ -provider-register.sh -r $BASE.registration -m $BASE.mof +STAGE=/usr/var/lib/sfcb/stage +BASE=`ls linux*profile.mof | sed 's/.mof//g'` +LIB=`ls ../src/.libs/liblinux*provider.so` +konkretreg $LIB > $BASE.reg +konkretreg -r $LIB > $BASE.registration +cp $BASE.reg $STAGE/regs +cp $BASE.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/interop +cp $LIB /usr/lib64/ +sfcbrepos>/dev/null<<EOF +yes +EOF Added: cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/linux-ssh-service-profile.reg =================================================================== --- cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/linux-ssh-service-profile.reg (rev 0) +++ cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/linux-ssh-service-profile.reg 2008-08-08 21:15:12 UTC (rev 832) @@ -0,0 +1,60 @@ +[Linux_SSHCapabilities] + provider: Linux_SSHCapabilities + location: linux_sshserviceprovider + type: instance method + namespace: root/cimv2 +# +[Linux_SSHElementCapabilities] + provider: Linux_SSHElementCapabilities + location: linux_sshserviceprovider + type: instance association + namespace: root/cimv2 +# +[Linux_SSHElementConformsToProfile] + provider: Linux_SSHElementConformsToProfile + location: linux_sshserviceprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_SSHHostedAccessPoint] + provider: Linux_SSHHostedAccessPoint + location: linux_sshserviceprovider + type: instance association + namespace: root/cimv2 +# +[Linux_SSHHostedService] + provider: Linux_SSHHostedService + location: linux_sshserviceprovider + type: instance association + namespace: root/cimv2 +# +[Linux_SSHProtocolEndpoint] + provider: Linux_SSHProtocolEndpoint + location: linux_sshserviceprovider + type: instance method + namespace: root/cimv2 +# +[Linux_SSHProtocolService] + provider: Linux_SSHProtocolService + location: linux_sshserviceprovider + type: instance method + namespace: root/cimv2 +# +[Linux_SSHProvidesEndpoint] + provider: Linux_SSHProvidesEndpoint + location: linux_sshserviceprovider + type: instance association + namespace: root/cimv2 +# +[Linux_SSHReferencedProfile] + provider: Linux_SSHReferencedProfile + location: linux_sshserviceprovider + type: instance association + namespace: root/cimv2 root/interop +# +[Linux_SSHRegisteredProfile] + provider: Linux_SSHRegisteredProfile + location: linux_sshserviceprovider + type: instance method + namespace: root/cimv2 root/interop +# Modified: cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/register.sh =================================================================== --- cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/register.sh 2008-08-08 17:05:40 UTC (rev 831) +++ cmpiprofiles/sblim-cmpi-ssh_service_profile/trunk/mof/register.sh 2008-08-08 21:15:12 UTC (rev 832) @@ -1,9 +1,14 @@ #!/bin/sh -TARGET=../src/.libs/liblinux_sshserviceprovider.so -MOFS=/usr/var/lib/sfcb/stage/mofs -BASE=linux-ssh-service-profile -cp $BASE-interop.mof $MOFS/root/interop -cp $BASE-interop.mof $MOFS/root/cimv2 -cp $TARGET /usr/lib64/ -konkretreg $TARGET > linux-ssh-service-profile.registration -provider-register.sh -r linux-ssh-service-profile.registration -m linux-ssh-service-profile.mof +STAGE=/usr/var/lib/sfcb/stage +BASE=`ls linux*profile.mof | sed 's/.mof//g'` +LIB=`ls ../src/.libs/liblinux*provider.so` +konkretreg $LIB > $BASE.reg +konkretreg -r $LIB > $BASE.registration +cp $BASE.reg $STAGE/regs +cp $BASE.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/cimv2 +cp $BASE-interop.mof $STAGE/mofs/root/interop +cp $LIB /usr/lib64/ +sfcbrepos>/dev/null<<EOF +yes +EOF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |