From markcarl@sac.sfbay.sun.com Mon Nov 10 14:07:32 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAAM7WC8021573
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 10 Nov 2008 14:07:32 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mAAM7VdN001961;
	Mon, 10 Nov 2008 14:07:32 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KA500L0P1GIEN00@nwk-avmta-2.sfbay.sun.com>; Mon,
 10 Nov 2008 14:07:30 -0800 (PST)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KA500I7J1GI7Y50@nwk-avmta-2.sfbay.sun.com>; Mon,
 10 Nov 2008 14:07:30 -0800 (PST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id mAAM7TLh047051; Mon, 10 Nov 2008 14:07:29 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAAM7RKF021568; Mon,
 10 Nov 2008 14:07:27 -0800 (PST)
Received: (from markcarl@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id mAAM7RdR021564; Mon,
 10 Nov 2008 14:07:27 -0800 (PST)
Date: Mon, 10 Nov 2008 14:07:27 -0800 (PST)
From: Mark Carlson <markcarl@sac.sfbay.sun.com>
Subject: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack timeout 11/17/2008]
To: LSARC-ext@sun.com
Cc: Arvind.Samptur@sun.com, Srirama.Sharma@sun.com
Message-id: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
MIME-version: 1.0
Content-type: TEXT/PLAIN
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 12941

I am sponsoring this fast track for Srirama Sharma. I have set the 
timer for 17 November, 2008. The FOSS checklist and man pages are
in the case directory.

-- mark

Template Version: @(#)sac_nextcase %I% %G% SMI
This information is Copyright 2008 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 SimpleWBEM (Cimple)
    1.2. Name of Document Author/Supplier:
	 Author:  Srirama Sharma
    1.3  Date of This Document:
	10 November, 2008

2.0 Project Summary
    2.1 Project Description

	This project introduces the package of SimpleWBEM (Cimple) 1.2.4
	into the SFW consolidation.


4. Technical Description
 
    SimpleWBEM is a popular open source environment for building CIM (Common Information Model)
    providers that are compatible with several CIM server implementations. Developers use SimpleWBEM 
    as provides many advantages. 
 
    · Reduction in development effort - One can develop a single provider that works 
      transparently with multiple provider interfaces. Code generation, reduced code 
      complexity, type safety and operation reduction. Reduces complexity by   transforming 
      the MOF class definitions in to concrete C++ classes, automatically generating the provider 
      skeleton source code, reducing the requisite number of provider operations, providing
      tools to automatically load, validate and register providers 

    · Support multiple provider interfaces - Transparently provides support to 3 different 
      provider interfaces. Open Group CMPI Specification Version 2, OpenPegasus C++ Provider Interface, 
      OpenWBEM C++ Provider Interface. SimpleWBEM provides an adapter for each of these interfaces 

    · Smaller foot print

    · Interoperating with multiple CIM servers
 
    SimpleWBEM has a recently released stable version of 1.2.4 in June 2008. Its earlier 
    version 1.2.0 was released in January 2008. Please see http://simplewbem.org/downloads.html 
    for more information.
 
   Command name		Notes
   ===================================================================
    genclass		Generates C++ definitions from MOF classes
    genhnd		Generates C++ class handles from MOF classes
    genmak		Generates a makefile for building a provider module
    genmod		Generates module.cpp required by provider modules
    genproj		Generates an entire project
    genprov		Generates the skeleton code for one or more providers
    regmod		Registers (or unregisters) one more more providers contained
			in a CIMPLE provider module library, with the Pegasus CIMOM.
    
  
5. Interfaces

   5.1 Exported Interfaces
  
    Interface Name                              Classification         Comments
    ---------------------------------------    --------------------- ---------------------------
    SUNWSimpleWBEM                                 Uncommitted         Package name
    /usr/bin/genclass                              Uncommitted         Command
    /usr/bin/genhnd                                Uncommitted         Command
    /usr/bin/genmak                                Uncommitted         Command
    /usr/bin/genmod                                Uncommitted         Command
    /usr/bin/genproj                               Uncommitted         Command
    /usr/bin/genprov                               Uncommitted         Command
    /usr/bin/regmod                                Uncommitted         Command
    /usr/lib/libcimple.so                          Uncommitted         Shared library
    /usr/lib/libcimplepegadap.so                   Uncommitted         Shared library
    /usr/lib/libcimplecmpiadap.so                  Uncommitted         Shared library
    /usr/lib/libbrevity.so                         Uncommitted         Shared library
    /usr/share/man/man1/genclass.1                 Uncommitted         Manpage
    /usr/share/man/man1/genhnd.1                   Uncommitted         Manpage
    /usr/share/man/man1/genmak.1                   Uncommitted         Manpage
    /usr/share/man/man1/genmod.1                   Uncommitted         Manpage
    /usr/share/man/man1/genproj.1                  Uncommitted         Manpage
    /usr/share/man/man1/genprov.1                  Uncommitted         Manpage
    /usr/share/man/man1/regmod.1                   Uncommitted         Manpage
    /usr/include/cimple                            Uncommitted         Location where cimple
                                                                       headers are installed
    /usr/include/cimple/Arg.h                      Uncommitted         Header file
    /include/cimple/Array.h                        Uncommitted         Header file
    /include/cimple/Array_Impl.h                   Uncommitted         Header file
    /include/cimple/Atomic.h                       Uncommitted         Header file
    /include/cimple/Atomic_Counter.h               Uncommitted         Header file
    /include/cimple/Atomic_DARWIN_IX86_GNU.h       Uncommitted         Header file
    /include/cimple/Atomic_DARWIN_PPC_GNU.h        Uncommitted         Header file
    /include/cimple/Atomic_LINUX_IA64_GNU.h        Uncommitted         Header file
    /include/cimple/Atomic_LINUX_IX86_GNU.h        Uncommitted         Header file
    /include/cimple/Atomic_LINUX_PPC_GNU.h         Uncommitted         Header file
    /include/cimple/Atomic_LINUX_S390_GNU.h        Uncommitted         Header file
    /include/cimple/Atomic_SOLARIS_SPARC_GNU.h     Uncommitted         Header file
    /include/cimple/Atomic_SOLARIS_CC.h            Uncommitted         Header file
    /include/cimple/Atomic_SOLARIS_SPARC_CC.h      Uncommitted         Header file
    /include/cimple/Atomic_SOLARIS_IX86_CC.h       Uncommitted         Header file
    /include/cimple/Atomic_VXWORKS_XSCALE_GNU.h    Uncommitted         Header file
    /include/cimple/Atomic_WIN32_IX86_MSVC.h       Uncommitted         Header file
    /include/cimple/Auto_Mutex.h                   Uncommitted         Header file
    /include/cimple/Buffer.h                       Uncommitted         Header file
    /include/cimple/Cond.h                         Uncommitted         Header file
    /include/cimple/Container.h                    Uncommitted         Header file
    /include/cimple/Cond_Queue.h                   Uncommitted         Header file
    /include/cimple/Datetime.h                     Uncommitted         Header file
    /include/cimple/Error.h                        Uncommitted         Header file
    /include/cimple/Exception.h                    Uncommitted         Header file
    /include/cimple/File_Lock.h                    Uncommitted         Header file
    /include/cimple/Instance.h                     Uncommitted         Header file
    /include/cimple/Instance_Hnd.h                 Uncommitted         Header file
    /include/cimple/Instance_Map.h                 Uncommitted         Header file
    /include/cimple/Instance_Ref.h                 Uncommitted         Header file
    /include/cimple/Magic.h                        Uncommitted         Header file
    /include/cimple/Meta_Class.h                   Uncommitted         Header file
    /include/cimple/Meta_Feature.h                 Uncommitted         Header file
    /include/cimple/Meta_Method.h                  Uncommitted         Header file
    /include/cimple/Meta_Property.h                Uncommitted         Header file
    /include/cimple/Meta_Qualifier.h               Uncommitted         Header file
    /include/cimple/Meta_Reference.h               Uncommitted         Header file
    /include/cimple/Meta_Repository.h              Uncommitted         Header file
    /include/cimple/Meta_Value.h                   Uncommitted         Header file
    /include/cimple/Mutex.h                        Uncommitted         Header file
    /include/cimple/Ops.h                          Uncommitted         Header file
    /include/cimple/Property.h                     Uncommitted         Header file
    /include/cimple/Provider.h                     Uncommitted         Header file
    /include/cimple/Provider_Handle.h              Uncommitted         Header file
    /include/cimple/Ref.h                          Uncommitted         Header file
    /include/cimple/Registration.h                 Uncommitted         Header file
    /include/cimple/Stack.h                        Uncommitted         Header file
    /include/cimple/String.h                       Uncommitted         Header file
    /include/cimple/Strings.h                      Uncommitted         Header file
    /include/cimple/TSD.h                          Uncommitted         Header file
    /include/cimple/Thread.h                       Uncommitted         Header file
    /include/cimple/Thread_Context.h               Uncommitted         Header file
    /include/cimple/Time.h                         Uncommitted         Header file
    /include/cimple/Type.h                         Uncommitted         Header file
    /include/cimple/Value.h                        Uncommitted         Header file
    /include/cimple/boolean.h                      Uncommitted         Header file
    /include/cimple/char16.h                       Uncommitted         Header file
    /include/cimple/cimom.h                        Uncommitted         Header file
    /include/cimple/cimple.h                       Uncommitted         Header file
    /include/cimple/config.h                       Uncommitted         Header file
    /include/cimple/flags.h                        Uncommitted         Header file
    /include/cimple/flavor.h                       Uncommitted         Header file
    /include/cimple/integer.h                      Uncommitted         Header file
    /include/cimple/io.h                           Uncommitted         Header file
    /include/cimple/linkage.h                      Uncommitted         Header file
    /include/cimple/log.h                          Uncommitted         Header file
    /include/cimple/octets.h                       Uncommitted         Header file
    /include/cimple/options.h                      Uncommitted         Header file
    /include/cimple/platform_DARWIN.h              Uncommitted         Header file
    /include/cimple/platform_LINUX.h               Uncommitted         Header file
    /include/cimple/platform_DARWIN_IX86_GNU.h     Uncommitted         Header file
    /include/cimple/platform_DARWIN_PPC_GNU.h      Uncommitted         Header file
    /include/cimple/platform_LINUX_IA64_GNU.h      Uncommitted         Header file
    /include/cimple/platform_LINUX_IX86_GNU.h      Uncommitted         Header file
    /include/cimple/platform_LINUX_PPC_GNU.h       Uncommitted         Header file
    /include/cimple/platform_LINUX_S390_GNU.h      Uncommitted         Header file
    /include/cimple/platform_LINUX_X86_64_GNU.h    Uncommitted         Header file
    /include/cimple/platform_SOLARIS_SPARC_GNU.h   Uncommitted         Header file
    /include/cimple/platform_SOLARIS_CC.h          Uncommitted         Header file
    /include/cimple/platform_SOLARIS_SPARC_CC.h    Uncommitted         Header file
    /include/cimple/platform_SOLARIS_SPARC_64_CC.h Uncommitted         Header file
    /include/cimple/platform_SOLARIS_IX86_CC.h     Uncommitted         Header file
    /include/cimple/platform_SOLARIS_X86_64_CC.h   Uncommitted         Header file
    /include/cimple/platform_VXWORKS_XSCALE_GNU.h  Uncommitted         Header file
    /include/cimple/platform_VXWORKS_internal.h    Uncommitted         Header file
    /include/cimple/platform_WIN32_IX86_MSVC.h     Uncommitted         Header file
    /include/cimple/ptr_array.h                    Uncommitted         Header file
    /include/cimple/real.h                         Uncommitted         Header file
    /include/cimple/scope.h                        Uncommitted         Header file
    /include/brevity                               Uncommitted         Location where brevity 
                                                                       headers are installed
    /include/brevity/Client.h                      Uncommitted         Header file
    /include/brevity/Instance_Enum.h               Uncommitted         Header file
    /include/brevity/Instance_Enum_Rep.h           Uncommitted         Header file
    /include/brevity/Instance_Name_Enum.h          Uncommitted         Header file
    /include/brevity/Instance_Name_Enum_Rep.h      Uncommitted         Header file
    /include/brevity/brevity.h                     Uncommitted         Header file
    /include/brevity/defines.h                     Uncommitted         Header file
    /include/brevity/linkage.h                     Uncommitted         Header file


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From John.Fischer@sun.com Thu Nov 13 07:52:00 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADFpxDn007720
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 07:52:00 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mADFpsfC012486
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 13 Nov 2008 15:51:58 GMT
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAA0072H42LHZ00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 13 Nov 2008 07:51:57 -0800 (PST)
Received: from brmea-mail-3.sun.com ([192.18.98.34])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA0024Q42J8FC0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 07:51:55 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mADFptCJ002915	for
 <LSARC-ext@sun.com>; Thu, 13 Nov 2008 15:51:55 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAA00B013KMW200@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 08:51:55 -0700 (MST)
Received: from 129.145.154.66 ([129.145.154.66])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAA00B4K427BA50@mail-amer.sun.com>; Thu,
 13 Nov 2008 08:51:45 -0700 (MST)
Date: Thu, 13 Nov 2008 07:51:43 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack timeout	11/17/2008]
In-reply-to: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
Sender: John.Fischer@sun.com
To: Mark Carlson <markcarl@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com, Arvind.Samptur@sun.com, Srirama.Sharma@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <1226591503.49887.279.camel@sr1-umpk-16>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301
Content-type: text/plain; charset=ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
Status: RO
Content-Length: 13542

Srirama,

I am assuming that since there is a 64-bit include file
that the project will be providing a 64-bit library.  Is
that a correct assumption?

Thanks,

John

On Mon, 2008-11-10 at 14:07, Mark Carlson wrote:
> I am sponsoring this fast track for Srirama Sharma. I have set the 
> timer for 17 November, 2008. The FOSS checklist and man pages are
> in the case directory.
> 
> -- mark
> 
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 SimpleWBEM (Cimple)
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Srirama Sharma
>     1.3  Date of This Document:
> 	10 November, 2008
> 
> 2.0 Project Summary
>     2.1 Project Description
> 
> 	This project introduces the package of SimpleWBEM (Cimple) 1.2.4
> 	into the SFW consolidation.
> 
> 
> 4. Technical Description
>  
>     SimpleWBEM is a popular open source environment for building CIM (Common Information Model)
>     providers that are compatible with several CIM server implementations. Developers use SimpleWBEM 
>     as provides many advantages. 
>  
>      Reduction in development effort - One can develop a single provider that works 
>       transparently with multiple provider interfaces. Code generation, reduced code 
>       complexity, type safety and operation reduction. Reduces complexity by   transforming 
>       the MOF class definitions in to concrete C++ classes, automatically generating the provider 
>       skeleton source code, reducing the requisite number of provider operations, providing
>       tools to automatically load, validate and register providers 
> 
>      Support multiple provider interfaces - Transparently provides support to 3 different 
>       provider interfaces. Open Group CMPI Specification Version 2, OpenPegasus C++ Provider Interface, 
>       OpenWBEM C++ Provider Interface. SimpleWBEM provides an adapter for each of these interfaces 
> 
>      Smaller foot print
> 
>      Interoperating with multiple CIM servers
>  
>     SimpleWBEM has a recently released stable version of 1.2.4 in June 2008. Its earlier 
>     version 1.2.0 was released in January 2008. Please see http://simplewbem.org/downloads.html
>     for more information.
>  
>    Command name		Notes
>    ===================================================================
>     genclass		Generates C++ definitions from MOF classes
>     genhnd		Generates C++ class handles from MOF classes
>     genmak		Generates a makefile for building a provider module
>     genmod		Generates module.cpp required by provider modules
>     genproj		Generates an entire project
>     genprov		Generates the skeleton code for one or more providers
>     regmod		Registers (or unregisters) one more more providers contained
> 			in a CIMPLE provider module library, with the Pegasus CIMOM.
>     
>   
> 5. Interfaces
> 
>    5.1 Exported Interfaces
>   
>     Interface Name                              Classification         Comments
>     ---------------------------------------    --------------------- ---------------------------
>     SUNWSimpleWBEM                                 Uncommitted         Package name
>     /usr/bin/genclass                              Uncommitted         Command
>     /usr/bin/genhnd                                Uncommitted         Command
>     /usr/bin/genmak                                Uncommitted         Command
>     /usr/bin/genmod                                Uncommitted         Command
>     /usr/bin/genproj                               Uncommitted         Command
>     /usr/bin/genprov                               Uncommitted         Command
>     /usr/bin/regmod                                Uncommitted         Command
>     /usr/lib/libcimple.so                          Uncommitted         Shared library
>     /usr/lib/libcimplepegadap.so                   Uncommitted         Shared library
>     /usr/lib/libcimplecmpiadap.so                  Uncommitted         Shared library
>     /usr/lib/libbrevity.so                         Uncommitted         Shared library
>     /usr/share/man/man1/genclass.1                 Uncommitted         Manpage
>     /usr/share/man/man1/genhnd.1                   Uncommitted         Manpage
>     /usr/share/man/man1/genmak.1                   Uncommitted         Manpage
>     /usr/share/man/man1/genmod.1                   Uncommitted         Manpage
>     /usr/share/man/man1/genproj.1                  Uncommitted         Manpage
>     /usr/share/man/man1/genprov.1                  Uncommitted         Manpage
>     /usr/share/man/man1/regmod.1                   Uncommitted         Manpage
>     /usr/include/cimple                            Uncommitted         Location where cimple
>                                                                        headers are installed
>     /usr/include/cimple/Arg.h                      Uncommitted         Header file
>     /include/cimple/Array.h                        Uncommitted         Header file
>     /include/cimple/Array_Impl.h                   Uncommitted         Header file
>     /include/cimple/Atomic.h                       Uncommitted         Header file
>     /include/cimple/Atomic_Counter.h               Uncommitted         Header file
>     /include/cimple/Atomic_DARWIN_IX86_GNU.h       Uncommitted         Header file
>     /include/cimple/Atomic_DARWIN_PPC_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_IA64_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_IX86_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_PPC_GNU.h         Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_S390_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_SPARC_GNU.h     Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_CC.h            Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_SPARC_CC.h      Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_IX86_CC.h       Uncommitted         Header file
>     /include/cimple/Atomic_VXWORKS_XSCALE_GNU.h    Uncommitted         Header file
>     /include/cimple/Atomic_WIN32_IX86_MSVC.h       Uncommitted         Header file
>     /include/cimple/Auto_Mutex.h                   Uncommitted         Header file
>     /include/cimple/Buffer.h                       Uncommitted         Header file
>     /include/cimple/Cond.h                         Uncommitted         Header file
>     /include/cimple/Container.h                    Uncommitted         Header file
>     /include/cimple/Cond_Queue.h                   Uncommitted         Header file
>     /include/cimple/Datetime.h                     Uncommitted         Header file
>     /include/cimple/Error.h                        Uncommitted         Header file
>     /include/cimple/Exception.h                    Uncommitted         Header file
>     /include/cimple/File_Lock.h                    Uncommitted         Header file
>     /include/cimple/Instance.h                     Uncommitted         Header file
>     /include/cimple/Instance_Hnd.h                 Uncommitted         Header file
>     /include/cimple/Instance_Map.h                 Uncommitted         Header file
>     /include/cimple/Instance_Ref.h                 Uncommitted         Header file
>     /include/cimple/Magic.h                        Uncommitted         Header file
>     /include/cimple/Meta_Class.h                   Uncommitted         Header file
>     /include/cimple/Meta_Feature.h                 Uncommitted         Header file
>     /include/cimple/Meta_Method.h                  Uncommitted         Header file
>     /include/cimple/Meta_Property.h                Uncommitted         Header file
>     /include/cimple/Meta_Qualifier.h               Uncommitted         Header file
>     /include/cimple/Meta_Reference.h               Uncommitted         Header file
>     /include/cimple/Meta_Repository.h              Uncommitted         Header file
>     /include/cimple/Meta_Value.h                   Uncommitted         Header file
>     /include/cimple/Mutex.h                        Uncommitted         Header file
>     /include/cimple/Ops.h                          Uncommitted         Header file
>     /include/cimple/Property.h                     Uncommitted         Header file
>     /include/cimple/Provider.h                     Uncommitted         Header file
>     /include/cimple/Provider_Handle.h              Uncommitted         Header file
>     /include/cimple/Ref.h                          Uncommitted         Header file
>     /include/cimple/Registration.h                 Uncommitted         Header file
>     /include/cimple/Stack.h                        Uncommitted         Header file
>     /include/cimple/String.h                       Uncommitted         Header file
>     /include/cimple/Strings.h                      Uncommitted         Header file
>     /include/cimple/TSD.h                          Uncommitted         Header file
>     /include/cimple/Thread.h                       Uncommitted         Header file
>     /include/cimple/Thread_Context.h               Uncommitted         Header file
>     /include/cimple/Time.h                         Uncommitted         Header file
>     /include/cimple/Type.h                         Uncommitted         Header file
>     /include/cimple/Value.h                        Uncommitted         Header file
>     /include/cimple/boolean.h                      Uncommitted         Header file
>     /include/cimple/char16.h                       Uncommitted         Header file
>     /include/cimple/cimom.h                        Uncommitted         Header file
>     /include/cimple/cimple.h                       Uncommitted         Header file
>     /include/cimple/config.h                       Uncommitted         Header file
>     /include/cimple/flags.h                        Uncommitted         Header file
>     /include/cimple/flavor.h                       Uncommitted         Header file
>     /include/cimple/integer.h                      Uncommitted         Header file
>     /include/cimple/io.h                           Uncommitted         Header file
>     /include/cimple/linkage.h                      Uncommitted         Header file
>     /include/cimple/log.h                          Uncommitted         Header file
>     /include/cimple/octets.h                       Uncommitted         Header file
>     /include/cimple/options.h                      Uncommitted         Header file
>     /include/cimple/platform_DARWIN.h              Uncommitted         Header file
>     /include/cimple/platform_LINUX.h               Uncommitted         Header file
>     /include/cimple/platform_DARWIN_IX86_GNU.h     Uncommitted         Header file
>     /include/cimple/platform_DARWIN_PPC_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_IA64_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_IX86_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_PPC_GNU.h       Uncommitted         Header file
>     /include/cimple/platform_LINUX_S390_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_X86_64_GNU.h    Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_SPARC_GNU.h   Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_CC.h          Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_SPARC_CC.h    Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_SPARC_64_CC.h Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_IX86_CC.h     Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_X86_64_CC.h   Uncommitted         Header file
>     /include/cimple/platform_VXWORKS_XSCALE_GNU.h  Uncommitted         Header file
>     /include/cimple/platform_VXWORKS_internal.h    Uncommitted         Header file
>     /include/cimple/platform_WIN32_IX86_MSVC.h     Uncommitted         Header file
>     /include/cimple/ptr_array.h                    Uncommitted         Header file
>     /include/cimple/real.h                         Uncommitted         Header file
>     /include/cimple/scope.h                        Uncommitted         Header file
>     /include/brevity                               Uncommitted         Location where brevity 
>                                                                        headers are installed
>     /include/brevity/Client.h                      Uncommitted         Header file
>     /include/brevity/Instance_Enum.h               Uncommitted         Header file
>     /include/brevity/Instance_Enum_Rep.h           Uncommitted         Header file
>     /include/brevity/Instance_Name_Enum.h          Uncommitted         Header file
>     /include/brevity/Instance_Name_Enum_Rep.h      Uncommitted         Header file
>     /include/brevity/brevity.h                     Uncommitted         Header file
>     /include/brevity/defines.h                     Uncommitted         Header file
>     /include/brevity/linkage.h                     Uncommitted         Header file
> 
> 
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		SFW
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
> 


From Nicolas.Williams@sun.com Thu Nov 13 08:00:18 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADG0IPv008207
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 08:00:18 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mADG0DbP004578;
	Thu, 13 Nov 2008 08:00:17 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAA0001Z4GG3800@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 13 Nov 2008 08:00:16 -0800 (PST)
Received: from binky.Central.Sun.COM ([129.153.128.104])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA00D2I4GDMXF0@nwk-avmta-1.sfbay.Sun.COM>; Thu,
 13 Nov 2008 08:00:14 -0800 (PST)
Received: from binky.central.sun.com (localhost [127.0.0.1])
	by binky.Central.Sun.COM (8.14.3+Sun/8.14.3) with ESMTP id mADFxZ0d114887;
 Thu, 13 Nov 2008 09:59:35 -0600 (CST)
Received: (from nw141292@localhost)
	by binky.central.sun.com (8.14.3+Sun/8.14.3/Submit) id mADFxZrY114886; Thu,
 13 Nov 2008 09:59:35 -0600 (CST)
Date: Thu, 13 Nov 2008 09:59:35 -0600
From: Nicolas Williams <Nicolas.Williams@sun.com>
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack timeout	11/17/2008]
In-reply-to: <1226591503.49887.279.camel@sr1-umpk-16>
To: John Fischer <John.Fischer@sun.com>
Cc: Mark Carlson <markcarl@sac.sfbay.sun.com>, Arvind.Samptur@sun.com,
        LSARC-ext@sun.com, Srirama.Sharma@sun.com
Message-id: <20081113155934.GA111792@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
 <1226591503.49887.279.camel@sr1-umpk-16>
X-Authentication-warning: binky.central.sun.com: nw141292 set sender to
 Nicolas.Williams@sun.com using -f
User-Agent: Mutt/1.5.7i
Status: RO
Content-Length: 711

On Thu, Nov 13, 2008 at 07:51:43AM -0800, John Fischer wrote:
> I am assuming that since there is a 64-bit include file
> that the project will be providing a 64-bit library.  Is
> that a correct assumption?

There's no such thing as a 64-bit include file.  Some of the include
files have '64' in their name.  But you knew that, and I'm not here to
pick nits.  The names seem to imply that they are either internal
headers (in which case: why are they being delivered?) or else consumers
need to access certain types or what have you that differ according to
the either the CPUs that are available or, more likely, the instruction
used by the application (in which case your question is quite right).

Nico
-- 

From John.Fischer@sun.com Thu Nov 13 08:10:42 2008
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADGAgNP008282
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 08:10:42 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mADGAeS9018024
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 13 Nov 2008 08:10:42 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAA006254XTC100@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 13 Nov 2008 09:10:41 -0700 (MST)
Received: from brmea-mail-3.sun.com ([192.18.98.34])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA00K024XRRFE0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 09:10:39 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mADGAdnm011033	for
 <LSARC-ext@sun.com>; Thu, 13 Nov 2008 16:10:39 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAA00H012VPDQ00@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 09:10:39 -0700 (MST)
Received: from 129.145.154.66 ([129.145.154.66])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAA003214WQ81F0@mail-amer.sun.com>; Thu,
 13 Nov 2008 09:10:04 -0700 (MST)
Date: Thu, 13 Nov 2008 08:10:02 -0800
From: John Fischer <John.Fischer@sun.com>
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack	timeout	11/17/2008]
In-reply-to: <20081113155934.GA111792@Sun.COM>
Sender: John.Fischer@sun.com
To: Nicolas Williams <Nicolas.Williams@sun.com>
Cc: John Fischer <John.Fischer@sun.com>,
        Mark Carlson <markcarl@sac.sfbay.sun.com>, Arvind.Samptur@sun.com,
        LSARC-ext@sun.com, Srirama.Sharma@sun.com
Reply-to: John.Fischer@sun.com
Message-id: <1226592602.49887.281.camel@sr1-umpk-16>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301
Content-type: text/plain
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
 <1226591503.49887.279.camel@sr1-umpk-16> <20081113155934.GA111792@Sun.COM>
Status: RO
Content-Length: 901

Nico,

Right.  However, my question is still does the project 
provide a 64-bit library?

Thanks,

John


On Thu, 2008-11-13 at 07:59, Nicolas Williams wrote:
> On Thu, Nov 13, 2008 at 07:51:43AM -0800, John Fischer wrote:
> > I am assuming that since there is a 64-bit include file
> > that the project will be providing a 64-bit library.  Is
> > that a correct assumption?
> 
> There's no such thing as a 64-bit include file.  Some of the include
> files have '64' in their name.  But you knew that, and I'm not here to
> pick nits.  The names seem to imply that they are either internal
> headers (in which case: why are they being delivered?) or else consumers
> need to access certain types or what have you that differ according to
> the either the CPUs that are available or, more likely, the instruction
> used by the application (in which case your question is quite right).
> 
> Nico
> -- 


From Mark.Carlson@Sun.COM Thu Nov 13 08:41:45 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADGfiOZ008782
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 08:41:45 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mADGfdJE018550
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 13 Nov 2008 16:41:43 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAA0030X6DIVC00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 13 Nov 2008 08:41:42 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA000KV6DF5940@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 08:41:40 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mADGfdea027261	for
 <LSARC-ext@sun.com>; Thu, 13 Nov 2008 16:41:39 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAA00B014GNTN00@mail-amer.sun.com>
 (original mail from Mark.Carlson@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 09:41:39 -0700 (MST)
Received: from Macintosh-252.local ([129.150.35.151])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAA006R16D8WS10@mail-amer.sun.com>; Thu,
 13 Nov 2008 09:41:36 -0700 (MST)
Date: Thu, 13 Nov 2008 09:41:31 -0700
From: "Mark A. Carlson" <Mark.Carlson@Sun.COM>
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack	timeout	11/17/2008]
In-reply-to: <1226592602.49887.281.camel@sr1-umpk-16>
Sender: Mark.Carlson@Sun.COM
To: John.Fischer@Sun.COM
Cc: Nicolas Williams <Nicolas.Williams@Sun.COM>,
        Mark Carlson <markcarl@sac.sfbay.sun.com>, Arvind.Samptur@Sun.COM,
        LSARC-ext@Sun.COM, Srirama.Sharma@Sun.COM
Message-id: <491C58BB.2010809@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_GiOB5bidG/GM5xjH7h6ciw)"
X-PMX-Version: 5.4.1.325704
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
 <1226591503.49887.279.camel@sr1-umpk-16> <20081113155934.GA111792@Sun.COM>
 <1226592602.49887.281.camel@sr1-umpk-16>
User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914)
Status: RO
Content-Length: 3273

This is a multi-part message in MIME format.

--Boundary_(ID_GiOB5bidG/GM5xjH7h6ciw)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

Going by the FOSS checklist in the case directory:

  3.2 Libraries  - N/A
      Are 64-bit libraries being delivered?
      [X] Yes
      [ ] No - ARC review required

I would say yes.

-- mark

John Fischer wrote:
> Nico,
>
> Right.  However, my question is still does the project 
> provide a 64-bit library?
>
> Thanks,
>
> John
>
>
> On Thu, 2008-11-13 at 07:59, Nicolas Williams wrote:
>   
>> On Thu, Nov 13, 2008 at 07:51:43AM -0800, John Fischer wrote:
>>     
>>> I am assuming that since there is a 64-bit include file
>>> that the project will be providing a 64-bit library.  Is
>>> that a correct assumption?
>>>       
>> There's no such thing as a 64-bit include file.  Some of the include
>> files have '64' in their name.  But you knew that, and I'm not here to
>> pick nits.  The names seem to imply that they are either internal
>> headers (in which case: why are they being delivered?) or else consumers
>> need to access certain types or what have you that differ according to
>> the either the CPUs that are available or, more likely, the instruction
>> used by the application (in which case your question is quite right).
>>
>> Nico
>> -- 
>>     
>
>   

--Boundary_(ID_GiOB5bidG/GM5xjH7h6ciw)
Content-type: text/html; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Going by the FOSS checklist in the case directory:<br>
<br>
&nbsp; 3.2 Libraries&nbsp; - N/A<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Are 64-bit libraries being delivered?<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [X] Yes<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [ ] No - ARC review required<br>
<br>
I would say yes.<br>
<br>
-- mark<br>
</tt><br>
John Fischer wrote:
<blockquote cite="mid:1226592602.49887.281.camel@sr1-umpk-16"
 type="cite">
  <pre wrap="">Nico,

Right.  However, my question is still does the project 
provide a 64-bit library?

Thanks,

John


On Thu, 2008-11-13 at 07:59, Nicolas Williams wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Thu, Nov 13, 2008 at 07:51:43AM -0800, John Fischer wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I am assuming that since there is a 64-bit include file
that the project will be providing a 64-bit library.  Is
that a correct assumption?
      </pre>
    </blockquote>
    <pre wrap="">There's no such thing as a 64-bit include file.  Some of the include
files have '64' in their name.  But you knew that, and I'm not here to
pick nits.  The names seem to imply that they are either internal
headers (in which case: why are they being delivered?) or else consumers
need to access certain types or what have you that differ according to
the either the CPUs that are available or, more likely, the instruction
used by the application (in which case your question is quite right).

Nico
-- 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>

--Boundary_(ID_GiOB5bidG/GM5xjH7h6ciw)--

From John.Fischer@Sun.COM Thu Nov 13 09:32:50 2008
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mADHWoeq011406
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 13 Nov 2008 09:32:50 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id mADHWn8O019787
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 13 Nov 2008 09:32:50 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAA00B0P8QQKI00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 13 Nov 2008 10:32:50 -0700 (MST)
Received: from brmea-mail-3.sun.com ([192.18.98.34])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAA0077U8QPHK40@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 10:32:49 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mADHWnIx017759	for
 <LSARC-ext@sun.com>; Thu, 13 Nov 2008 17:32:49 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAA00A017RM2L00@mail-amer.sun.com>
 (original mail from John.Fischer@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 10:32:49 -0700 (MST)
Received: from 129.145.154.66 ([129.145.154.66])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAA0097B8QFEAG0@mail-amer.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 13 Nov 2008 10:32:40 -0700 (MST)
Date: Thu, 13 Nov 2008 09:32:39 -0800
From: John Fischer <John.Fischer@Sun.COM>
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690	FastTrack	timeout	11/17/2008]
In-reply-to: <491C58BB.2010809@sun.com>
Sender: John.Fischer@Sun.COM
To: "Mark A. Carlson" <Mark.Carlson@Sun.COM>
Cc: lsarc-ext@Sun.COM, Srirama.Sharma@Sun.COM
Reply-to: John.Fischer@Sun.COM
Message-id: <1226597559.49887.283.camel@sr1-umpk-16>
MIME-version: 1.0
X-Mailer: Ximian Evolution 1.4.6.301
Content-type: text/plain; charset=ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
 <1226591503.49887.279.camel@sr1-umpk-16> <20081113155934.GA111792@Sun.COM>
 <1226592602.49887.281.camel@sr1-umpk-16> <491C58BB.2010809@sun.com>
Status: RO
Content-Length: 1391

Mark,

Thanks.  I missed that fine point.

John

On Thu, 2008-11-13 at 08:41, Mark A. Carlson wrote:
> Going by the FOSS checklist in the case directory:
> 
>   3.2 Libraries  - N/A
>       Are 64-bit libraries being delivered?
>       [X] Yes
>       [ ] No - ARC review required
> 
> I would say yes.
> 
> -- mark
> 
> John Fischer wrote: 
> > Nico,
> > 
> > Right.  However, my question is still does the project 
> > provide a 64-bit library?
> > 
> > Thanks,
> > 
> > John
> > 
> > 
> > On Thu, 2008-11-13 at 07:59, Nicolas Williams wrote:
> >   
> > > On Thu, Nov 13, 2008 at 07:51:43AM -0800, John Fischer wrote:
> > >     
> > > > I am assuming that since there is a 64-bit include file
> > > > that the project will be providing a 64-bit library.  Is
> > > > that a correct assumption?
> > > >       
> > > There's no such thing as a 64-bit include file.  Some of the include
> > > files have '64' in their name.  But you knew that, and I'm not here to
> > > pick nits.  The names seem to imply that they are either internal
> > > headers (in which case: why are they being delivered?) or else consumers
> > > need to access certain types or what have you that differ according to
> > > the either the CPUs that are available or, more likely, the instruction
> > > used by the application (in which case your question is quite right).
> > > 
> > > Nico
> > > -- 
> > >     
> >   


From Lloyd.Chambers@Sun.COM Tue Nov 18 09:42:18 2008
Received: from dm-sfbay-02.sfbay.sun.com (dm-sfbay-02.SFBay.Sun.COM [129.146.11.31])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAIHgIrG000679
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 09:42:18 -0800 (PST)
Received: from sca-es-mail-1.sun.com (sca-es-mail-1.Sun.COM [192.18.43.132])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAIHgIJK051412
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 09:42:18 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mAIHgDNI024048
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 09:42:13 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAJ00F01IG4RM00@fe-sfbay-10.sun.com>
 (original mail from Lloyd.Chambers@Sun.COM) for LSARC-ext@sac.sfbay.sun.com;
 Tue, 18 Nov 2008 09:42:13 -0800 (PST)
Received: from [192.168.1.8] ([129.150.16.82])
 by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb
 28 2007)) with ESMTPSA id <0KAJ006TCIHYZD20@fe-sfbay-10.sun.com> for
 LSARC-ext@sac.sfbay.sun.com; Tue, 18 Nov 2008 09:41:59 -0800 (PST)
Date: Tue, 18 Nov 2008 09:41:57 -0800
From: Lloyd Chambers <Lloyd.Chambers@Sun.COM>
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack timeout 11/17/2008]
In-reply-to: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
Sender: Lloyd.Chambers@Sun.COM
To: LSARC-ext@sac.sfbay.sun.com
Message-id: <B70EB4B4-C774-4467-9901-926683AFCBFF@sun.com>
MIME-version: 1.0
X-Mailer: Apple Mail (2.929.2)
Content-type: text/plain; delsp=yes; format=flowed; charset=ISO-8859-1
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by sac.sfbay.sun.com id mAIHgIrG000679
Status: RO
Content-Length: 13721

+1


On Nov 10, 2008, at 2:07 PM, Mark Carlson wrote:

> I am sponsoring this fast track for Srirama Sharma. I have set the
> timer for 17 November, 2008. The FOSS checklist and man pages are
> in the case directory.
>
> -- mark
>
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>    1.1. Project/Component Working Name:
> 	 SimpleWBEM (Cimple)
>    1.2. Name of Document Author/Supplier:
> 	 Author:  Srirama Sharma
>    1.3  Date of This Document:
> 	10 November, 2008
>
> 2.0 Project Summary
>    2.1 Project Description
>
> 	This project introduces the package of SimpleWBEM (Cimple) 1.2.4
> 	into the SFW consolidation.
>
>
> 4. Technical Description
>
>    SimpleWBEM is a popular open source environment for building CIM  
> (Common Information Model)
>    providers that are compatible with several CIM server  
> implementations. Developers use SimpleWBEM
>    as provides many advantages.
>
>    · Reduction in development effort - One can develop a single  
> provider that works
>      transparently with multiple provider interfaces. Code  
> generation, reduced code
>      complexity, type safety and operation reduction. Reduces  
> complexity by   transforming
>      the MOF class definitions in to concrete C++ classes,  
> automatically generating the provider
>      skeleton source code, reducing the requisite number of provider  
> operations, providing
>      tools to automatically load, validate and register providers
>
>    · Support multiple provider interfaces - Transparently provides  
> support to 3 different
>      provider interfaces. Open Group CMPI Specification Version 2,  
> OpenPegasus C++ Provider Interface,
>      OpenWBEM C++ Provider Interface. SimpleWBEM provides an adapter  
> for each of these interfaces
>
>    · Smaller foot print
>
>    · Interoperating with multiple CIM servers
>
>    SimpleWBEM has a recently released stable version of 1.2.4 in  
> June 2008. Its earlier
>    version 1.2.0 was released in January 2008. Please see http://simplewbem.org/downloads.html
>    for more information.
>
>   Command name		Notes
>   ===================================================================
>    genclass		Generates C++ definitions from MOF classes
>    genhnd		Generates C++ class handles from MOF classes
>    genmak		Generates a makefile for building a provider module
>    genmod		Generates module.cpp required by provider modules
>    genproj		Generates an entire project
>    genprov		Generates the skeleton code for one or more providers
>    regmod		Registers (or unregisters) one more more providers  
> contained
> 			in a CIMPLE provider module library, with the Pegasus CIMOM.
>
>
> 5. Interfaces
>
>   5.1 Exported Interfaces
>
>    Interface Name                               
> Classification         Comments
>    ---------------------------------------    ---------------------  
> ---------------------------
>    SUNWSimpleWBEM                                  
> Uncommitted         Package name
>    /usr/bin/genclass                               
> Uncommitted         Command
>    /usr/bin/genhnd                                 
> Uncommitted         Command
>    /usr/bin/genmak                                 
> Uncommitted         Command
>    /usr/bin/genmod                                 
> Uncommitted         Command
>    /usr/bin/genproj                                
> Uncommitted         Command
>    /usr/bin/genprov                                
> Uncommitted         Command
>    /usr/bin/regmod                                 
> Uncommitted         Command
>    /usr/lib/libcimple.so                           
> Uncommitted         Shared library
>    /usr/lib/libcimplepegadap.so                    
> Uncommitted         Shared library
>    /usr/lib/libcimplecmpiadap.so                   
> Uncommitted         Shared library
>    /usr/lib/libbrevity.so                          
> Uncommitted         Shared library
>    /usr/share/man/man1/genclass.1                  
> Uncommitted         Manpage
>    /usr/share/man/man1/genhnd.1                    
> Uncommitted         Manpage
>    /usr/share/man/man1/genmak.1                    
> Uncommitted         Manpage
>    /usr/share/man/man1/genmod.1                    
> Uncommitted         Manpage
>    /usr/share/man/man1/genproj.1                   
> Uncommitted         Manpage
>    /usr/share/man/man1/genprov.1                   
> Uncommitted         Manpage
>    /usr/share/man/man1/regmod.1                    
> Uncommitted         Manpage
>    /usr/include/cimple                             
> Uncommitted         Location where cimple
>                                                                       headers 
>  are installed
>    /usr/include/cimple/Arg.h                       
> Uncommitted         Header file
>    /include/cimple/Array.h                         
> Uncommitted         Header file
>    /include/cimple/Array_Impl.h                    
> Uncommitted         Header file
>    /include/cimple/Atomic.h                        
> Uncommitted         Header file
>    /include/cimple/Atomic_Counter.h                
> Uncommitted         Header file
>    /include/cimple/Atomic_DARWIN_IX86_GNU.h        
> Uncommitted         Header file
>    /include/cimple/Atomic_DARWIN_PPC_GNU.h         
> Uncommitted         Header file
>    /include/cimple/Atomic_LINUX_IA64_GNU.h         
> Uncommitted         Header file
>    /include/cimple/Atomic_LINUX_IX86_GNU.h         
> Uncommitted         Header file
>    /include/cimple/Atomic_LINUX_PPC_GNU.h          
> Uncommitted         Header file
>    /include/cimple/Atomic_LINUX_S390_GNU.h         
> Uncommitted         Header file
>    /include/cimple/Atomic_SOLARIS_SPARC_GNU.h      
> Uncommitted         Header file
>    /include/cimple/Atomic_SOLARIS_CC.h             
> Uncommitted         Header file
>    /include/cimple/Atomic_SOLARIS_SPARC_CC.h       
> Uncommitted         Header file
>    /include/cimple/Atomic_SOLARIS_IX86_CC.h        
> Uncommitted         Header file
>    /include/cimple/Atomic_VXWORKS_XSCALE_GNU.h     
> Uncommitted         Header file
>    /include/cimple/Atomic_WIN32_IX86_MSVC.h        
> Uncommitted         Header file
>    /include/cimple/Auto_Mutex.h                    
> Uncommitted         Header file
>    /include/cimple/Buffer.h                        
> Uncommitted         Header file
>    /include/cimple/Cond.h                          
> Uncommitted         Header file
>    /include/cimple/Container.h                     
> Uncommitted         Header file
>    /include/cimple/Cond_Queue.h                    
> Uncommitted         Header file
>    /include/cimple/Datetime.h                      
> Uncommitted         Header file
>    /include/cimple/Error.h                         
> Uncommitted         Header file
>    /include/cimple/Exception.h                     
> Uncommitted         Header file
>    /include/cimple/File_Lock.h                     
> Uncommitted         Header file
>    /include/cimple/Instance.h                      
> Uncommitted         Header file
>    /include/cimple/Instance_Hnd.h                  
> Uncommitted         Header file
>    /include/cimple/Instance_Map.h                  
> Uncommitted         Header file
>    /include/cimple/Instance_Ref.h                  
> Uncommitted         Header file
>    /include/cimple/Magic.h                         
> Uncommitted         Header file
>    /include/cimple/Meta_Class.h                    
> Uncommitted         Header file
>    /include/cimple/Meta_Feature.h                  
> Uncommitted         Header file
>    /include/cimple/Meta_Method.h                   
> Uncommitted         Header file
>    /include/cimple/Meta_Property.h                 
> Uncommitted         Header file
>    /include/cimple/Meta_Qualifier.h                
> Uncommitted         Header file
>    /include/cimple/Meta_Reference.h                
> Uncommitted         Header file
>    /include/cimple/Meta_Repository.h               
> Uncommitted         Header file
>    /include/cimple/Meta_Value.h                    
> Uncommitted         Header file
>    /include/cimple/Mutex.h                         
> Uncommitted         Header file
>    /include/cimple/Ops.h                           
> Uncommitted         Header file
>    /include/cimple/Property.h                      
> Uncommitted         Header file
>    /include/cimple/Provider.h                      
> Uncommitted         Header file
>    /include/cimple/Provider_Handle.h               
> Uncommitted         Header file
>    /include/cimple/Ref.h                           
> Uncommitted         Header file
>    /include/cimple/Registration.h                  
> Uncommitted         Header file
>    /include/cimple/Stack.h                         
> Uncommitted         Header file
>    /include/cimple/String.h                        
> Uncommitted         Header file
>    /include/cimple/Strings.h                       
> Uncommitted         Header file
>    /include/cimple/TSD.h                           
> Uncommitted         Header file
>    /include/cimple/Thread.h                        
> Uncommitted         Header file
>    /include/cimple/Thread_Context.h                
> Uncommitted         Header file
>    /include/cimple/Time.h                          
> Uncommitted         Header file
>    /include/cimple/Type.h                          
> Uncommitted         Header file
>    /include/cimple/Value.h                         
> Uncommitted         Header file
>    /include/cimple/boolean.h                       
> Uncommitted         Header file
>    /include/cimple/char16.h                        
> Uncommitted         Header file
>    /include/cimple/cimom.h                         
> Uncommitted         Header file
>    /include/cimple/cimple.h                        
> Uncommitted         Header file
>    /include/cimple/config.h                        
> Uncommitted         Header file
>    /include/cimple/flags.h                         
> Uncommitted         Header file
>    /include/cimple/flavor.h                        
> Uncommitted         Header file
>    /include/cimple/integer.h                       
> Uncommitted         Header file
>    /include/cimple/io.h                            
> Uncommitted         Header file
>    /include/cimple/linkage.h                       
> Uncommitted         Header file
>    /include/cimple/log.h                           
> Uncommitted         Header file
>    /include/cimple/octets.h                        
> Uncommitted         Header file
>    /include/cimple/options.h                       
> Uncommitted         Header file
>    /include/cimple/platform_DARWIN.h               
> Uncommitted         Header file
>    /include/cimple/platform_LINUX.h                
> Uncommitted         Header file
>    /include/cimple/platform_DARWIN_IX86_GNU.h      
> Uncommitted         Header file
>    /include/cimple/platform_DARWIN_PPC_GNU.h       
> Uncommitted         Header file
>    /include/cimple/platform_LINUX_IA64_GNU.h       
> Uncommitted         Header file
>    /include/cimple/platform_LINUX_IX86_GNU.h       
> Uncommitted         Header file
>    /include/cimple/platform_LINUX_PPC_GNU.h        
> Uncommitted         Header file
>    /include/cimple/platform_LINUX_S390_GNU.h       
> Uncommitted         Header file
>    /include/cimple/platform_LINUX_X86_64_GNU.h     
> Uncommitted         Header file
>    /include/cimple/platform_SOLARIS_SPARC_GNU.h    
> Uncommitted         Header file
>    /include/cimple/platform_SOLARIS_CC.h           
> Uncommitted         Header file
>    /include/cimple/platform_SOLARIS_SPARC_CC.h     
> Uncommitted         Header file
>    /include/cimple/platform_SOLARIS_SPARC_64_CC.h  
> Uncommitted         Header file
>    /include/cimple/platform_SOLARIS_IX86_CC.h      
> Uncommitted         Header file
>    /include/cimple/platform_SOLARIS_X86_64_CC.h    
> Uncommitted         Header file
>    /include/cimple/platform_VXWORKS_XSCALE_GNU.h   
> Uncommitted         Header file
>    /include/cimple/platform_VXWORKS_internal.h     
> Uncommitted         Header file
>    /include/cimple/platform_WIN32_IX86_MSVC.h      
> Uncommitted         Header file
>    /include/cimple/ptr_array.h                     
> Uncommitted         Header file
>    /include/cimple/real.h                          
> Uncommitted         Header file
>    /include/cimple/scope.h                         
> Uncommitted         Header file
>    /include/brevity                                
> Uncommitted         Location where brevity
>                                                                       headers 
>  are installed
>    /include/brevity/Client.h                       
> Uncommitted         Header file
>    /include/brevity/Instance_Enum.h                
> Uncommitted         Header file
>    /include/brevity/Instance_Enum_Rep.h            
> Uncommitted         Header file
>    /include/brevity/Instance_Name_Enum.h           
> Uncommitted         Header file
>    /include/brevity/Instance_Name_Enum_Rep.h       
> Uncommitted         Header file
>    /include/brevity/brevity.h                      
> Uncommitted         Header file
>    /include/brevity/defines.h                      
> Uncommitted         Header file
>    /include/brevity/linkage.h                      
> Uncommitted         Header file
>
>
> 6. Resources and Schedule
>    6.4. Steering Committee requested information
>   	6.4.1. Consolidation C-team Name:
> 		SFW
>    6.5. ARC review type: FastTrack
>    6.6. ARC Exposure: open
>



From Mark.Carlson@Sun.COM Tue Nov 18 11:43:55 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAIJhsit007922
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 11:43:55 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAIJhdWL012093
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 18 Nov 2008 19:43:53 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAJ00E0BO54K700@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Tue, 18 Nov 2008 11:43:52 -0800 (PST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAJ006L4O52VG60@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Tue,
 18 Nov 2008 11:43:50 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id mAIJho8d006060	for
 <LSARC-ext@Sun.COM>; Tue, 18 Nov 2008 19:43:50 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAJ00A01O0Q7A00@mail-amer.sun.com>
 (original mail from Mark.Carlson@Sun.COM)
 for LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Tue,
 18 Nov 2008 12:43:50 -0700 (MST)
Received: from Macintosh-252.local ([129.150.37.133])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KAJ00I1TO4DB990@mail-amer.sun.com> for
 LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Tue,
 18 Nov 2008 12:43:29 -0700 (MST)
Date: Tue, 18 Nov 2008 12:43:23 -0700
From: "Mark A. Carlson" <Mark.Carlson@Sun.COM>
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack timeout 11/17/2008]
In-reply-to: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
Sender: Mark.Carlson@Sun.COM
To: LSARC-ext@Sun.COM
Cc: Arvind.Samptur@Sun.COM, Srirama.Sharma@Sun.COM
Message-id: <49231ADB.60209@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914)
Status: RO
Content-Length: 13392

This case was approved at LSARC today.

-- mark

Mark Carlson wrote:
> I am sponsoring this fast track for Srirama Sharma. I have set the 
> timer for 17 November, 2008. The FOSS checklist and man pages are
> in the case directory.
>
> -- mark
>
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2008 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 SimpleWBEM (Cimple)
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Srirama Sharma
>     1.3  Date of This Document:
> 	10 November, 2008
>
> 2.0 Project Summary
>     2.1 Project Description
>
> 	This project introduces the package of SimpleWBEM (Cimple) 1.2.4
> 	into the SFW consolidation.
>
>
> 4. Technical Description
>  
>     SimpleWBEM is a popular open source environment for building CIM (Common Information Model)
>     providers that are compatible with several CIM server implementations. Developers use SimpleWBEM 
>     as provides many advantages. 
>  
>     · Reduction in development effort - One can develop a single provider that works 
>       transparently with multiple provider interfaces. Code generation, reduced code 
>       complexity, type safety and operation reduction. Reduces complexity by   transforming 
>       the MOF class definitions in to concrete C++ classes, automatically generating the provider 
>       skeleton source code, reducing the requisite number of provider operations, providing
>       tools to automatically load, validate and register providers 
>
>     · Support multiple provider interfaces - Transparently provides support to 3 different 
>       provider interfaces. Open Group CMPI Specification Version 2, OpenPegasus C++ Provider Interface, 
>       OpenWBEM C++ Provider Interface. SimpleWBEM provides an adapter for each of these interfaces 
>
>     · Smaller foot print
>
>     · Interoperating with multiple CIM servers
>  
>     SimpleWBEM has a recently released stable version of 1.2.4 in June 2008. Its earlier 
>     version 1.2.0 was released in January 2008. Please see http://simplewbem.org/downloads.html 
>     for more information.
>  
>    Command name		Notes
>    ===================================================================
>     genclass		Generates C++ definitions from MOF classes
>     genhnd		Generates C++ class handles from MOF classes
>     genmak		Generates a makefile for building a provider module
>     genmod		Generates module.cpp required by provider modules
>     genproj		Generates an entire project
>     genprov		Generates the skeleton code for one or more providers
>     regmod		Registers (or unregisters) one more more providers contained
> 			in a CIMPLE provider module library, with the Pegasus CIMOM.
>     
>   
> 5. Interfaces
>
>    5.1 Exported Interfaces
>   
>     Interface Name                              Classification         Comments
>     ---------------------------------------    --------------------- ---------------------------
>     SUNWSimpleWBEM                                 Uncommitted         Package name
>     /usr/bin/genclass                              Uncommitted         Command
>     /usr/bin/genhnd                                Uncommitted         Command
>     /usr/bin/genmak                                Uncommitted         Command
>     /usr/bin/genmod                                Uncommitted         Command
>     /usr/bin/genproj                               Uncommitted         Command
>     /usr/bin/genprov                               Uncommitted         Command
>     /usr/bin/regmod                                Uncommitted         Command
>     /usr/lib/libcimple.so                          Uncommitted         Shared library
>     /usr/lib/libcimplepegadap.so                   Uncommitted         Shared library
>     /usr/lib/libcimplecmpiadap.so                  Uncommitted         Shared library
>     /usr/lib/libbrevity.so                         Uncommitted         Shared library
>     /usr/share/man/man1/genclass.1                 Uncommitted         Manpage
>     /usr/share/man/man1/genhnd.1                   Uncommitted         Manpage
>     /usr/share/man/man1/genmak.1                   Uncommitted         Manpage
>     /usr/share/man/man1/genmod.1                   Uncommitted         Manpage
>     /usr/share/man/man1/genproj.1                  Uncommitted         Manpage
>     /usr/share/man/man1/genprov.1                  Uncommitted         Manpage
>     /usr/share/man/man1/regmod.1                   Uncommitted         Manpage
>     /usr/include/cimple                            Uncommitted         Location where cimple
>                                                                        headers are installed
>     /usr/include/cimple/Arg.h                      Uncommitted         Header file
>     /include/cimple/Array.h                        Uncommitted         Header file
>     /include/cimple/Array_Impl.h                   Uncommitted         Header file
>     /include/cimple/Atomic.h                       Uncommitted         Header file
>     /include/cimple/Atomic_Counter.h               Uncommitted         Header file
>     /include/cimple/Atomic_DARWIN_IX86_GNU.h       Uncommitted         Header file
>     /include/cimple/Atomic_DARWIN_PPC_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_IA64_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_IX86_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_PPC_GNU.h         Uncommitted         Header file
>     /include/cimple/Atomic_LINUX_S390_GNU.h        Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_SPARC_GNU.h     Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_CC.h            Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_SPARC_CC.h      Uncommitted         Header file
>     /include/cimple/Atomic_SOLARIS_IX86_CC.h       Uncommitted         Header file
>     /include/cimple/Atomic_VXWORKS_XSCALE_GNU.h    Uncommitted         Header file
>     /include/cimple/Atomic_WIN32_IX86_MSVC.h       Uncommitted         Header file
>     /include/cimple/Auto_Mutex.h                   Uncommitted         Header file
>     /include/cimple/Buffer.h                       Uncommitted         Header file
>     /include/cimple/Cond.h                         Uncommitted         Header file
>     /include/cimple/Container.h                    Uncommitted         Header file
>     /include/cimple/Cond_Queue.h                   Uncommitted         Header file
>     /include/cimple/Datetime.h                     Uncommitted         Header file
>     /include/cimple/Error.h                        Uncommitted         Header file
>     /include/cimple/Exception.h                    Uncommitted         Header file
>     /include/cimple/File_Lock.h                    Uncommitted         Header file
>     /include/cimple/Instance.h                     Uncommitted         Header file
>     /include/cimple/Instance_Hnd.h                 Uncommitted         Header file
>     /include/cimple/Instance_Map.h                 Uncommitted         Header file
>     /include/cimple/Instance_Ref.h                 Uncommitted         Header file
>     /include/cimple/Magic.h                        Uncommitted         Header file
>     /include/cimple/Meta_Class.h                   Uncommitted         Header file
>     /include/cimple/Meta_Feature.h                 Uncommitted         Header file
>     /include/cimple/Meta_Method.h                  Uncommitted         Header file
>     /include/cimple/Meta_Property.h                Uncommitted         Header file
>     /include/cimple/Meta_Qualifier.h               Uncommitted         Header file
>     /include/cimple/Meta_Reference.h               Uncommitted         Header file
>     /include/cimple/Meta_Repository.h              Uncommitted         Header file
>     /include/cimple/Meta_Value.h                   Uncommitted         Header file
>     /include/cimple/Mutex.h                        Uncommitted         Header file
>     /include/cimple/Ops.h                          Uncommitted         Header file
>     /include/cimple/Property.h                     Uncommitted         Header file
>     /include/cimple/Provider.h                     Uncommitted         Header file
>     /include/cimple/Provider_Handle.h              Uncommitted         Header file
>     /include/cimple/Ref.h                          Uncommitted         Header file
>     /include/cimple/Registration.h                 Uncommitted         Header file
>     /include/cimple/Stack.h                        Uncommitted         Header file
>     /include/cimple/String.h                       Uncommitted         Header file
>     /include/cimple/Strings.h                      Uncommitted         Header file
>     /include/cimple/TSD.h                          Uncommitted         Header file
>     /include/cimple/Thread.h                       Uncommitted         Header file
>     /include/cimple/Thread_Context.h               Uncommitted         Header file
>     /include/cimple/Time.h                         Uncommitted         Header file
>     /include/cimple/Type.h                         Uncommitted         Header file
>     /include/cimple/Value.h                        Uncommitted         Header file
>     /include/cimple/boolean.h                      Uncommitted         Header file
>     /include/cimple/char16.h                       Uncommitted         Header file
>     /include/cimple/cimom.h                        Uncommitted         Header file
>     /include/cimple/cimple.h                       Uncommitted         Header file
>     /include/cimple/config.h                       Uncommitted         Header file
>     /include/cimple/flags.h                        Uncommitted         Header file
>     /include/cimple/flavor.h                       Uncommitted         Header file
>     /include/cimple/integer.h                      Uncommitted         Header file
>     /include/cimple/io.h                           Uncommitted         Header file
>     /include/cimple/linkage.h                      Uncommitted         Header file
>     /include/cimple/log.h                          Uncommitted         Header file
>     /include/cimple/octets.h                       Uncommitted         Header file
>     /include/cimple/options.h                      Uncommitted         Header file
>     /include/cimple/platform_DARWIN.h              Uncommitted         Header file
>     /include/cimple/platform_LINUX.h               Uncommitted         Header file
>     /include/cimple/platform_DARWIN_IX86_GNU.h     Uncommitted         Header file
>     /include/cimple/platform_DARWIN_PPC_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_IA64_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_IX86_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_PPC_GNU.h       Uncommitted         Header file
>     /include/cimple/platform_LINUX_S390_GNU.h      Uncommitted         Header file
>     /include/cimple/platform_LINUX_X86_64_GNU.h    Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_SPARC_GNU.h   Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_CC.h          Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_SPARC_CC.h    Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_SPARC_64_CC.h Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_IX86_CC.h     Uncommitted         Header file
>     /include/cimple/platform_SOLARIS_X86_64_CC.h   Uncommitted         Header file
>     /include/cimple/platform_VXWORKS_XSCALE_GNU.h  Uncommitted         Header file
>     /include/cimple/platform_VXWORKS_internal.h    Uncommitted         Header file
>     /include/cimple/platform_WIN32_IX86_MSVC.h     Uncommitted         Header file
>     /include/cimple/ptr_array.h                    Uncommitted         Header file
>     /include/cimple/real.h                         Uncommitted         Header file
>     /include/cimple/scope.h                        Uncommitted         Header file
>     /include/brevity                               Uncommitted         Location where brevity 
>                                                                        headers are installed
>     /include/brevity/Client.h                      Uncommitted         Header file
>     /include/brevity/Instance_Enum.h               Uncommitted         Header file
>     /include/brevity/Instance_Enum_Rep.h           Uncommitted         Header file
>     /include/brevity/Instance_Name_Enum.h          Uncommitted         Header file
>     /include/brevity/Instance_Name_Enum_Rep.h      Uncommitted         Header file
>     /include/brevity/brevity.h                     Uncommitted         Header file
>     /include/brevity/defines.h                     Uncommitted         Header file
>     /include/brevity/linkage.h                     Uncommitted         Header file
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		SFW
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   

From Holly.Costanza@sun.com Tue Nov 18 11:50:54 2008
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id mAIJorFf008216
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 18 Nov 2008 11:50:54 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id mAIJooPW016028
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 18 Nov 2008 19:50:52 GMT
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KAJ0084ZOGRG300@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Tue, 18 Nov 2008 11:50:51 -0800 (PST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KAJ004RXOGRIS90@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Tue,
 18 Nov 2008 11:50:51 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id mAIJopNw013440	for
 <LSARC-ext@Sun.COM>; Tue, 18 Nov 2008 11:50:51 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KAJ00K01O11W000@fe-sfbay-10.sun.com>
 (original mail from Holly.Costanza@Sun.COM)
 for LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Tue,
 18 Nov 2008 11:50:51 -0800 (PST)
Received: from [129.145.154.85] by fe-sfbay-10.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KAJ00JRXOGNYM00@fe-sfbay-10.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Tue, 18 Nov 2008 11:50:48 -0800 (PST)
Date: Tue, 18 Nov 2008 11:50:47 -0800
From: Holly.Costanza@sun.com
Subject: Re: SimpleWBEM (Cimple) [LSARC/2008/690 FastTrack timeout 11/17/2008]
In-reply-to: <49231ADB.60209@sun.com>
Sender: Holly.Costanza@sun.com
To: "Mark A. Carlson" <Mark.Carlson@sun.com>
Cc: LSARC-ext@sun.com, Arvind.Samptur@sun.com, Srirama.Sharma@sun.com
Message-id: <49231C97.2010705@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
References: <200811102207.mAAM7RdR021564@sac.sfbay.sun.com>
 <49231ADB.60209@sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080505)
Status: RO
Content-Length: 14254

Wonderful, thanks Mark and all!
-H

On 11/18/08 11:43 AM, Mark A. Carlson wrote:
> This case was approved at LSARC today.
>
> -- mark
>
> Mark Carlson wrote:
>> I am sponsoring this fast track for Srirama Sharma. I have set the 
>> timer for 17 November, 2008. The FOSS checklist and man pages are
>> in the case directory.
>>
>> -- mark
>>
>> Template Version: @(#)sac_nextcase %I% %G% SMI
>> This information is Copyright 2008 Sun Microsystems
>> 1. Introduction
>>     1.1. Project/Component Working Name:
>>      SimpleWBEM (Cimple)
>>     1.2. Name of Document Author/Supplier:
>>      Author:  Srirama Sharma
>>     1.3  Date of This Document:
>>     10 November, 2008
>>
>> 2.0 Project Summary
>>     2.1 Project Description
>>
>>     This project introduces the package of SimpleWBEM (Cimple) 1.2.4
>>     into the SFW consolidation.
>>
>>
>> 4. Technical Description
>>  
>>     SimpleWBEM is a popular open source environment for building CIM 
>> (Common Information Model)
>>     providers that are compatible with several CIM server 
>> implementations. Developers use SimpleWBEM     as provides many 
>> advantages.  
>>     · Reduction in development effort - One can develop a single 
>> provider that works       transparently with multiple provider 
>> interfaces. Code generation, reduced code       complexity, type 
>> safety and operation reduction. Reduces complexity by   transforming 
>>       the MOF class definitions in to concrete C++ classes, 
>> automatically generating the provider       skeleton source code, 
>> reducing the requisite number of provider operations, providing
>>       tools to automatically load, validate and register providers
>>     · Support multiple provider interfaces - Transparently provides 
>> support to 3 different       provider interfaces. Open Group CMPI 
>> Specification Version 2, OpenPegasus C++ Provider Interface,       
>> OpenWBEM C++ Provider Interface. SimpleWBEM provides an adapter for 
>> each of these interfaces
>>     · Smaller foot print
>>
>>     · Interoperating with multiple CIM servers
>>  
>>     SimpleWBEM has a recently released stable version of 1.2.4 in 
>> June 2008. Its earlier     version 1.2.0 was released in January 
>> 2008. Please see http://simplewbem.org/downloads.html     for more 
>> information.
>>  
>>    Command name        Notes
>>    ===================================================================
>>     genclass        Generates C++ definitions from MOF classes
>>     genhnd        Generates C++ class handles from MOF classes
>>     genmak        Generates a makefile for building a provider module
>>     genmod        Generates module.cpp required by provider modules
>>     genproj        Generates an entire project
>>     genprov        Generates the skeleton code for one or more providers
>>     regmod        Registers (or unregisters) one more more providers 
>> contained
>>             in a CIMPLE provider module library, with the Pegasus CIMOM.
>>       5. Interfaces
>>
>>    5.1 Exported Interfaces
>>       Interface Name                              
>> Classification         Comments
>>     ---------------------------------------    --------------------- 
>> ---------------------------
>>     SUNWSimpleWBEM                                 
>> Uncommitted         Package name
>>     /usr/bin/genclass                              
>> Uncommitted         Command
>>     /usr/bin/genhnd                                
>> Uncommitted         Command
>>     /usr/bin/genmak                                
>> Uncommitted         Command
>>     /usr/bin/genmod                                
>> Uncommitted         Command
>>     /usr/bin/genproj                               
>> Uncommitted         Command
>>     /usr/bin/genprov                               
>> Uncommitted         Command
>>     /usr/bin/regmod                                
>> Uncommitted         Command
>>     /usr/lib/libcimple.so                          
>> Uncommitted         Shared library
>>     /usr/lib/libcimplepegadap.so                   
>> Uncommitted         Shared library
>>     /usr/lib/libcimplecmpiadap.so                  
>> Uncommitted         Shared library
>>     /usr/lib/libbrevity.so                         
>> Uncommitted         Shared library
>>     /usr/share/man/man1/genclass.1                 
>> Uncommitted         Manpage
>>     /usr/share/man/man1/genhnd.1                   
>> Uncommitted         Manpage
>>     /usr/share/man/man1/genmak.1                   
>> Uncommitted         Manpage
>>     /usr/share/man/man1/genmod.1                   
>> Uncommitted         Manpage
>>     /usr/share/man/man1/genproj.1                  
>> Uncommitted         Manpage
>>     /usr/share/man/man1/genprov.1                  
>> Uncommitted         Manpage
>>     /usr/share/man/man1/regmod.1                   
>> Uncommitted         Manpage
>>     /usr/include/cimple                            
>> Uncommitted         Location where cimple
>>                                                                        
>> headers are installed
>>     /usr/include/cimple/Arg.h                      
>> Uncommitted         Header file
>>     /include/cimple/Array.h                        
>> Uncommitted         Header file
>>     /include/cimple/Array_Impl.h                   
>> Uncommitted         Header file
>>     /include/cimple/Atomic.h                       
>> Uncommitted         Header file
>>     /include/cimple/Atomic_Counter.h               
>> Uncommitted         Header file
>>     /include/cimple/Atomic_DARWIN_IX86_GNU.h       
>> Uncommitted         Header file
>>     /include/cimple/Atomic_DARWIN_PPC_GNU.h        
>> Uncommitted         Header file
>>     /include/cimple/Atomic_LINUX_IA64_GNU.h        
>> Uncommitted         Header file
>>     /include/cimple/Atomic_LINUX_IX86_GNU.h        
>> Uncommitted         Header file
>>     /include/cimple/Atomic_LINUX_PPC_GNU.h         
>> Uncommitted         Header file
>>     /include/cimple/Atomic_LINUX_S390_GNU.h        
>> Uncommitted         Header file
>>     /include/cimple/Atomic_SOLARIS_SPARC_GNU.h     
>> Uncommitted         Header file
>>     /include/cimple/Atomic_SOLARIS_CC.h            
>> Uncommitted         Header file
>>     /include/cimple/Atomic_SOLARIS_SPARC_CC.h      
>> Uncommitted         Header file
>>     /include/cimple/Atomic_SOLARIS_IX86_CC.h       
>> Uncommitted         Header file
>>     /include/cimple/Atomic_VXWORKS_XSCALE_GNU.h    
>> Uncommitted         Header file
>>     /include/cimple/Atomic_WIN32_IX86_MSVC.h       
>> Uncommitted         Header file
>>     /include/cimple/Auto_Mutex.h                   
>> Uncommitted         Header file
>>     /include/cimple/Buffer.h                       
>> Uncommitted         Header file
>>     /include/cimple/Cond.h                         
>> Uncommitted         Header file
>>     /include/cimple/Container.h                    
>> Uncommitted         Header file
>>     /include/cimple/Cond_Queue.h                   
>> Uncommitted         Header file
>>     /include/cimple/Datetime.h                     
>> Uncommitted         Header file
>>     /include/cimple/Error.h                        
>> Uncommitted         Header file
>>     /include/cimple/Exception.h                    
>> Uncommitted         Header file
>>     /include/cimple/File_Lock.h                    
>> Uncommitted         Header file
>>     /include/cimple/Instance.h                     
>> Uncommitted         Header file
>>     /include/cimple/Instance_Hnd.h                 
>> Uncommitted         Header file
>>     /include/cimple/Instance_Map.h                 
>> Uncommitted         Header file
>>     /include/cimple/Instance_Ref.h                 
>> Uncommitted         Header file
>>     /include/cimple/Magic.h                        
>> Uncommitted         Header file
>>     /include/cimple/Meta_Class.h                   
>> Uncommitted         Header file
>>     /include/cimple/Meta_Feature.h                 
>> Uncommitted         Header file
>>     /include/cimple/Meta_Method.h                  
>> Uncommitted         Header file
>>     /include/cimple/Meta_Property.h                
>> Uncommitted         Header file
>>     /include/cimple/Meta_Qualifier.h               
>> Uncommitted         Header file
>>     /include/cimple/Meta_Reference.h               
>> Uncommitted         Header file
>>     /include/cimple/Meta_Repository.h              
>> Uncommitted         Header file
>>     /include/cimple/Meta_Value.h                   
>> Uncommitted         Header file
>>     /include/cimple/Mutex.h                        
>> Uncommitted         Header file
>>     /include/cimple/Ops.h                          
>> Uncommitted         Header file
>>     /include/cimple/Property.h                     
>> Uncommitted         Header file
>>     /include/cimple/Provider.h                     
>> Uncommitted         Header file
>>     /include/cimple/Provider_Handle.h              
>> Uncommitted         Header file
>>     /include/cimple/Ref.h                          
>> Uncommitted         Header file
>>     /include/cimple/Registration.h                 
>> Uncommitted         Header file
>>     /include/cimple/Stack.h                        
>> Uncommitted         Header file
>>     /include/cimple/String.h                       
>> Uncommitted         Header file
>>     /include/cimple/Strings.h                      
>> Uncommitted         Header file
>>     /include/cimple/TSD.h                          
>> Uncommitted         Header file
>>     /include/cimple/Thread.h                       
>> Uncommitted         Header file
>>     /include/cimple/Thread_Context.h               
>> Uncommitted         Header file
>>     /include/cimple/Time.h                         
>> Uncommitted         Header file
>>     /include/cimple/Type.h                         
>> Uncommitted         Header file
>>     /include/cimple/Value.h                        
>> Uncommitted         Header file
>>     /include/cimple/boolean.h                      
>> Uncommitted         Header file
>>     /include/cimple/char16.h                       
>> Uncommitted         Header file
>>     /include/cimple/cimom.h                        
>> Uncommitted         Header file
>>     /include/cimple/cimple.h                       
>> Uncommitted         Header file
>>     /include/cimple/config.h                       
>> Uncommitted         Header file
>>     /include/cimple/flags.h                        
>> Uncommitted         Header file
>>     /include/cimple/flavor.h                       
>> Uncommitted         Header file
>>     /include/cimple/integer.h                      
>> Uncommitted         Header file
>>     /include/cimple/io.h                           
>> Uncommitted         Header file
>>     /include/cimple/linkage.h                      
>> Uncommitted         Header file
>>     /include/cimple/log.h                          
>> Uncommitted         Header file
>>     /include/cimple/octets.h                       
>> Uncommitted         Header file
>>     /include/cimple/options.h                      
>> Uncommitted         Header file
>>     /include/cimple/platform_DARWIN.h              
>> Uncommitted         Header file
>>     /include/cimple/platform_LINUX.h               
>> Uncommitted         Header file
>>     /include/cimple/platform_DARWIN_IX86_GNU.h     
>> Uncommitted         Header file
>>     /include/cimple/platform_DARWIN_PPC_GNU.h      
>> Uncommitted         Header file
>>     /include/cimple/platform_LINUX_IA64_GNU.h      
>> Uncommitted         Header file
>>     /include/cimple/platform_LINUX_IX86_GNU.h      
>> Uncommitted         Header file
>>     /include/cimple/platform_LINUX_PPC_GNU.h       
>> Uncommitted         Header file
>>     /include/cimple/platform_LINUX_S390_GNU.h      
>> Uncommitted         Header file
>>     /include/cimple/platform_LINUX_X86_64_GNU.h    
>> Uncommitted         Header file
>>     /include/cimple/platform_SOLARIS_SPARC_GNU.h   
>> Uncommitted         Header file
>>     /include/cimple/platform_SOLARIS_CC.h          
>> Uncommitted         Header file
>>     /include/cimple/platform_SOLARIS_SPARC_CC.h    
>> Uncommitted         Header file
>>     /include/cimple/platform_SOLARIS_SPARC_64_CC.h 
>> Uncommitted         Header file
>>     /include/cimple/platform_SOLARIS_IX86_CC.h     
>> Uncommitted         Header file
>>     /include/cimple/platform_SOLARIS_X86_64_CC.h   
>> Uncommitted         Header file
>>     /include/cimple/platform_VXWORKS_XSCALE_GNU.h  
>> Uncommitted         Header file
>>     /include/cimple/platform_VXWORKS_internal.h    
>> Uncommitted         Header file
>>     /include/cimple/platform_WIN32_IX86_MSVC.h     
>> Uncommitted         Header file
>>     /include/cimple/ptr_array.h                    
>> Uncommitted         Header file
>>     /include/cimple/real.h                         
>> Uncommitted         Header file
>>     /include/cimple/scope.h                        
>> Uncommitted         Header file
>>     /include/brevity                               
>> Uncommitted         Location where brevity 
>>                                                                        
>> headers are installed
>>     /include/brevity/Client.h                      
>> Uncommitted         Header file
>>     /include/brevity/Instance_Enum.h               
>> Uncommitted         Header file
>>     /include/brevity/Instance_Enum_Rep.h           
>> Uncommitted         Header file
>>     /include/brevity/Instance_Name_Enum.h          
>> Uncommitted         Header file
>>     /include/brevity/Instance_Name_Enum_Rep.h      
>> Uncommitted         Header file
>>     /include/brevity/brevity.h                     
>> Uncommitted         Header file
>>     /include/brevity/defines.h                     
>> Uncommitted         Header file
>>     /include/brevity/linkage.h                     
>> Uncommitted         Header file
>>
>>
>> 6. Resources and Schedule
>>     6.4. Steering Committee requested information
>>        6.4.1. Consolidation C-team Name:
>>         SFW
>>     6.5. ARC review type: FastTrack
>>     6.6. ARC Exposure: open
>>
>>   

