| Document title: OpenPegasus 2.10.0 SDK (Software Developer Kit) Packaging Definition Document details Comments Help with document reviews |
[ ¤1] Pegasus Enhancement Proposal (PEP)
[ ¤2] PEP #: 352
[ ¤3] Title: OpenPegasus 2.10.0 SDK (Software Developer Kit) Packaging Definition
[ ¤4] Version: 1.0
[ ¤5] Created: 19 January 2010
[
¤6] Authors: Marek Szermutzky
[
¤7]
[ ¤8] Status: Draft
[ ¤9] Version History:
| [ ¤10] Version | [ ¤11] Date | [ ¤12] Author | [ ¤13] Change Description |
|---|---|---|---|
| [ ¤14] 1.0 | [ ¤15] 17 Dec 2008 | [ ¤16] Denise Eckstein | [
¤17]
|
[ ¤19]
[ ¤20] Abstract: This PEP defines the recommended set of files for inclusion in this release of the OpenPegasus SDK.
[ ¤21] Note 1: The recommendations defined in this PEP are not intended to document the feature set included in any vendor's OpenPegasus-based product. Rather, the purpose of this PEP is to provide input to vendors when making product decisions.
[ ¤22] Note 2: This PEP DOES NOT define the OpenPegasus External Interface. For example, there are include files packaged in the OpenPegasus SDK which include experimental interfaces that are NOT part of the External Interface Definition and subject to change in the next release. Refer to the "OpenPegasus External Interface Definition" document, ExternalInterface.html, in the pegasus/doc directory in CVS for the definition of the OpenPegasus external interface.
[ ¤27]
[ ¤28] #ifdef PEGASUS_USE_EXPERIMENTAL_INTERFACES
[ ¤29]
[ ¤30] /** Experimental Interface
[ ¤31] Initialize from a plain C-String that allows UTF-8: @param str Specifies the name of the String instance. @param utfFlag Specifies the name of the character constructor. */ String(const char* str, const char* utfFlag); #endif
[ ¤34] This section documents the recommended set of include files to be included in this release of the OpenPegasus SDK. Files in this section are expected to be rooted in a single directory $(PEGASUS_INCLUDE_DIR.)
| [ ¤35] Operating System | [ ¤36] $(PEGASUS_INCLUDE_DIR) | [ ¤37] Directory | |
|---|---|---|---|
| [
¤38] Owner [ ¤39] Group |
[ ¤40] Permissions | ||
| [ ¤41] Linux | [ ¤42] /usr/include | [ ¤43] root/root | [ ¤44] drwxr-xr-x |
| [ ¤45] HP-UX | [ ¤46] /opt/wbem/include | [
¤47] [ ¤48] |
[
¤49] [ ¤50] |
[ ¤52] Source Location: $(PEGASUS_ROOT)/pegasus/src/Pegasus/Client
[ ¤53] Staging Location: $(PEGASUS_HOME)/$(PEGASUS_STAGING_DIR)/$(PEGASUS_INCLUDE_DIR)/Pegasus/Client
[ ¤54] Target Location: $(PEGASUS_INCLUDE_DIR)/Pegasus/Client
[ ¤60] Source Location: $(PEGASUS_ROOT)/pegasus/src/Pegasus/Common
[ ¤61] Staging Location: $(PEGASUS_HOME)/$(PEGASUS_STAGING_DIR)/$(PEGASUS_INCLUDE_DIR)/Pegasus/Common
[ ¤62] Target Location: $(PEGASUS_INCLUDE_DIR)/Pegasus/Common
[
¤63] AcceptLanguagesList.h
[
¤64]
Array.h
[
¤65]
ArrayInter.h
[
¤66]
CIMClass.h
[
¤67]
CIMDateTime.h
[
¤68]
CIMFlavor.h
[
¤69]
CIMIndication.h
[
¤70]
CIMInstance.h
[
¤71]
CIMMethod.h
[
¤72]
CIMName.h
[
¤73]
CIMObject.h
[
¤74]
CIMObjectPath.h
[
¤75]
CIMOperationType.h
[
¤76]
CIMParamValue.h
[
¤77]
CIMParameter.h
[
¤78]
CIMProperty.h
[
¤79]
CIMPropertyList.h
[
¤80]
CIMQualifier.h
[
¤81]
CIMQualifierDecl.h
[
¤82]
CIMScope.h
[
¤83]
CIMStatusCode.h
[
¤84]
CIMType.h
[
¤85]
CIMValue.h
[
¤86]
Char16.h
[
¤87]
Config.h
[
¤88]
ContentLanguagesList.h
[
¤89]
Exception.h
[
¤90]
LanguageTag.h
[
¤91]
Linkage.h
[
¤92]
OperationContext.h
[
¤93]
Platform_$(PEGASUS_PLATFORM).h
[
¤94]
ResponseHandler.h
[
¤95]
SSLContext.h
[
¤96]
String.h
[
(sahana_prabhakar) There are many more files in Common library like Socket.h and SCMO.h. On what basis
are files picked up for inclusion here.
(r_kumpf) Only files that define external, frozen interfaces are included here. As far as I
know, the external interface has not changed in Pegasus 2.10, so no changes to
this list should be required.
¤97]
[ ¤99] Source Location: $(PEGASUS_ROOT)/pegasus/src/Pegasus/Consumer
[ ¤100] Staging Location: $(PEGASUS_HOME)/$(PEGASUS_STAGING_DIR)/$(PEGASUS_INCLUDE_DIR)/Pegasus/Consumer
[ ¤101] Target Location: $(PEGASUS_INCLUDE_DIR)/Pegasus/Consumer
[ ¤106] These include files are used to build OpenPegasus C++ Providers.
[ ¤107] Source Location: $(PEGASUS_ROOT)/pegasus/src/Pegasus/Provider
[ ¤108] Staging Location: $(PEGASUS_HOME)/$(PEGASUS_STAGING_DIR)/$(PEGASUS_INCLUDE_DIR)/Pegasus/Provider
[ ¤109] Target Location: $(PEGASUS_INCLUDE_DIR)/Pegasus/Provider
[ ¤120] These include files are used to build OpenPegasus CMPI C Providers.
[ ¤121] Source Location: $(PEGASUS_ROOT)/pegasus/src/Pegasus/Provider/CMPI
[
¤122] Staging Location:
[
¤123]
$(PEGASUS_HOME)/$(PEGASUS_STAGING_DIR)/$(PEGASUS_INCLUDE_DIR)/Pegasus/Provider/CMPI
[ ¤124] Target Location: $(PEGASUS_INCLUDE_DIR)/Pegasus/Provider/CMPI
[ ¤131] This section documents the recommended set of documentation files to be included in this release of the OpenPegasus SDK.
[ ¤133] The following files are used by DOC++ to generate documentation that describes the C++ Client, Common, Consumer and Provider Interfaces. The DOC++ files are rooted in a single directory.
[ ¤134]
| [ ¤135] Operating System | [ ¤136] $(PEGASUS_HTML_DIR) | [ ¤137] Directory | |
|---|---|---|---|
| [
¤138] Owner [ ¤139] Group |
[ ¤140] Permissions | ||
| [ ¤141] Linux | [ ¤142] /usr/share/Pegasus/html | [ ¤143] root/pegasus | [ ¤144] drwxr-xr-x |
| [ ¤145] HP-UX | [ ¤146] /opt/wbem/html | [
¤147] [ ¤148] |
[
¤149] [ ¤150] |
[ ¤151] Note: Because of the number and dynamic nature of the doc++ generated files, the actual list of files packaged in the SDK is not included in this PEP.
[ ¤152] The list of files required to build the API documentation include:
[ ¤153] Source Location: $(PEGASUS_ROOT)/pegasus/doc/SDK
[
¤154] Generated HTML Staging Location:
[
¤155]
$(PEGASUS_HOME)/$(PEGASUS_STAGING_DIR)/$(PEGASUS_HTML_DIR)
[
¤156] Generated HTML Target Location:
[
¤157]
$(PEGASUS_HTML_DIR)
[ ¤158] Makefile
[ ¤159] PageFooter.html
[ ¤160] PageHeader.html
[ ¤161] Doxyfile
[ ¤162] index.html
[ ¤164] Files in this section are expected to be rooted in a single directory $(PEGASUS_DOC_DIR).
| [ ¤165] Operating System | [ ¤166] $(PEGASUS_DOC_DIR) | [ ¤167] Directory | |
|---|---|---|---|
| [
¤168] Owner [ ¤169] Group |
[ ¤170] Permissions | ||
| [ ¤171] Linux | [
(sahana_prabhakar) Should be tog-pegasus-2.10 and not tog-pegasus-2.9 ¤172] /usr/share/doc/tog-pegasus-2.9 |
[ ¤173] root/pegasus | [ ¤174] drwxr-xr-x |
| [ ¤175] HP-UX | [ ¤176] /opt/wbem/doc | [
¤177] [ ¤178] |
[
¤179] [ ¤180] |
[ ¤181] The following documents are included as part of the SDK.
[ ¤182] Staging Location: $(PEGASUS_HOME)/$(PEGASUS_STAGING_DIR)/$(PEGASUS_DOC_DIR)
[ ¤183] Target Location: $(PEGASUS_DOC_DIR)
| [ ¤184] File Name | [ ¤185] Source Location |
|---|---|
| [ ¤186] SecurityGuidelinesForDevelopers.html | [ ¤187] pegasus/doc |
[ ¤189] This section documents the recommended set of sample programs to be included in this release of the OpenPegasus SDK. Files in this section are expected to be rooted in a single directory $(PEGASUS_SAMPLES_DIR).
| [ ¤190] Operating System | [ ¤191] $(PEGASUS_SAMPLES_DIR) | [ ¤192] Directory | |
|---|---|---|---|
| [
¤193] Owner [ ¤194] Group |
[ ¤195] Permissions | ||
| [ ¤196] Linux | [ ¤197] /usr/share/Pegasus/samples | [ ¤198] root/pegasus | [ ¤199] drwxr-xr-x |
| [ ¤200] HP-UX | [ ¤201] /opt/wbem/samples | [
¤202] [ ¤203] |
[
¤204] [ ¤205] |
[ ¤206] The following table describes the permissions that should be assigned to the files in the $(PEGASUS_SAMPLES_DIR) directory and subdirectories
| [ ¤207] Operating System | [ ¤208] File | |
|---|---|---|
| [ ¤209] Owner/Group | [ ¤210] Permissions | |
| [ ¤211] Linux | [ ¤212] root/pegasus | [ ¤213] -rw-r--r-- |
| [ ¤214] HP-UX | [ ¤215] bin/bin | [ ¤216] |
| [ ¤217] OpenVMS | [ ¤218] system | [ ¤219] |
[ ¤220] The following table describes the permissions that should be assigned to the $(PEGASUS_SAMPLES_DIR) subdirectories.
| [ ¤221] Operating System | [ ¤222] File | |
|---|---|---|
| [ ¤223] Owner/Group | [ ¤224] Permissions | |
| [ ¤225] Linux | [ ¤226] root/pegasus | [ ¤227] drwxr-xr-x |
| [ ¤228] HP-UX | [ ¤229] bin/bin | [ ¤230] |
| [ ¤231] OpenVMS | [ ¤232] system | [ ¤233] |
[ ¤234] The OpenPegasus SDK includes both Client and Provider sample programs.
[ ¤235] The $(PEGASUS_SAMPLES_DIR) directory contains the master makefile and configuration file for building and testing the sample Clients and Providers.
[ ¤236] Target Location: $(PEGASUS_SAMPLES_DIR)
[ ¤242] Target Location: $(PEGASUS_SAMPLES_DIR)/mak
| [ ¤243] File Name | [ ¤244] Source Location |
|---|---|
| [ ¤245] SDKEnvVar.mak | [ ¤246] This file is generated. |
| [ ¤247] build.mak | [ ¤248] pegasus/src/SDK/samples/mak |
| [ ¤249] common.mak | [ ¤250] pegasus/src/SDK/samples/mak |
| [ ¤251] config.mak | [ ¤252] pegasus/src/SDK/samples/mak |
| [ ¤253] library.mak | [ ¤254] pegasus/src/SDK/samples/mak |
| [ ¤255] program.mak | [ ¤256] pegasus/src/SDK/samples/mak |
| [ ¤257] recurse.mak | [ ¤258] pegasus/src/SDK/samples/mak |
| [ ¤259] $(PEGASUS_PLATFORM).mak | [ ¤260] pegasus/src/SDK/samples/mak |
[ ¤262] Target Location: $(PEGASUS_SAMPLES_DIR)/Clients
[ ¤268] There are four C++ CIM Client examples are package with the OpenPegasus SDK.
[ ¤269] Target Location: $(PEGASUS_SAMPLES_DIR)/Clients/DefaultC++
| [ ¤270] File Name | [ ¤271] Source Location |
|---|---|
| [ ¤272] Makefile | [ ¤273] pegasus/src/SDK/samples/Clients/DefaultC++ |
[ ¤275] Target Location: $(PEGASUS_SAMPLES_DIR)/Clients/DefaultC++/EnumInstances
| [ ¤276] File Name | [ ¤277] Source Location |
|---|---|
| [ ¤278] EnumInstances.cpp | [ ¤279] pegasus/src/SDK/samples/Clients/DefaultC++/EnumInstances |
| [ ¤280] Makefile | [ ¤281] pegasus/src/SDK/samples/Clients/DefaultC++/EnumInstances |
[ ¤283] Target Location: $(PEGASUS_SAMPLES_DIR)/Clients/DefaultC++/InvokeMethod
| [ ¤284] File Name | [ ¤285] Source Location |
|---|---|
| [ ¤286] InvokeMethod.cpp | [ ¤287] pegasus/src/SDK/samples/Clients/DefaultC++/InvokeMethod |
| [ ¤288] Makefile | [ ¤289] pegasus/src/SDK/samples/Clients/DefaultC++/InvokeMethod |
[ ¤291] Target Location: $(PEGASUS_SAMPLES_DIR)/Clients/DefaultC++/SendTestIndications
| [ ¤292] File Name | [ ¤293] Source Location |
|---|---|
| [ ¤294] SendTestIndications.cpp | [ ¤295] pegasus/src/SDK/samples/Clients/DefaultC++/SendTestIndications |
| [ ¤296] Makefile | [ ¤297] pegasus/src/SDK/samples/Clients/DefaultC++/SendTestIndications |
[ ¤299] Target Location: $(PEGASUS_SAMPLES_DIR)/Clients/DefaultC++/Associations
| [ ¤300] File Name | [ ¤301] Source Location |
|---|---|
| [ ¤302] AssociationTestClient.cpp | [ ¤303] pegasus/src/SDK/samples/Clients/DefaultC++/Associations |
| [ ¤304] Makefile | [ ¤305] pegasus/src/SDK/samples/Clients/DefaultC++/Associations |
[ ¤307] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers
| [ ¤308] File Name | [ ¤309] Source Location |
|---|---|
| [ ¤310] Makefile | [ ¤311] pegasus/src/SDK/samples/Providers |
[ ¤313] This release of the OpenPegasus SDK includes MOF files from version 2.17.1 of the DMTF CIM Schema.
[ ¤318] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/Load
| [ ¤319] File Name | [ ¤320] Source Location |
|---|---|
| [ ¤321] Makefile | [ ¤322] pegasus/src/SDK/samples/Providers/Load |
| [ ¤323] IndicationProviderR.mof | [ ¤324] pegasus/src/SDK/samples/Providers/Load |
| [ ¤325] InstanceProviderR.mof | [ ¤326] pegasus/src/SDK/samples/Providers/Load |
| [ ¤327] MethodProviderR.mof | [ ¤328] pegasus/src/SDK/samples/Providers/Load |
| [ ¤329] SimpleDisplayConsumerR.mof | [ ¤330] pegasus/src/SDK/samples/Providers/Load |
| [ ¤331] SampleProviderSchema.mof | [ ¤332] pegasus/src/SDK/samples/Providers/Load |
| [ ¤333] AssociationProvider.mof | [ ¤334] pegasus/src/SDK/samples/Providers/Load |
| [ ¤335] AssociationProviderR.mof | [ ¤336] pegasus/src/SDK/samples/Providers/Load |
| [ ¤337] CWS_FilesAndDir.mof | [ ¤338] pegasus/src/SDK/samples/Providers/Load |
| [ ¤339] CWS_FilesAndDirR.mof | [ ¤340] pegasus/src/SDK/samples/Providers/Load |
| [ ¤341] SDK_CIM_Schema.mof | [ ¤342] pegasus/src/SDK/samples/Providers/Load |
[ ¤343] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/Load/$(PEGASUS_CIM_SCHEMA)/DMTF
| [ ¤344] File Name | [ ¤345] Source Location |
|---|---|
| [ ¤346] qualifiers.mof | [ ¤347] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF |
| [ ¤348] qualifiers_optional.mof | [ ¤349] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF |
[ ¤350] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/Load/$(PEGASUS_CIM_SCHEMA)/DMTF/Core
| [ ¤351] File Name | [ ¤352] Source Location |
|---|---|
| [ ¤353] CIM_Component.mof | [ ¤354] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/Core |
| [ ¤355] CIM_LogicalElement.mof | [ ¤356] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/Core |
| [ ¤357] CIM_ManagedElement.mof | [ ¤358] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/Core |
| [ ¤359] CIM_ManagedSystemElement.mof | [ ¤360] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/Core |
[ ¤361] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/Load/$(PEGASUS_CIM_SCHEMA)/DMTF/Event
| [ ¤362] File Name | [ ¤363] Source Location |
|---|---|
| [ ¤364] CIM_Indication.mof | [ ¤365] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/Event |
[ ¤366] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/Load/$(PEGASUS_CIM_SCHEMA)/DMTF/System
| [ ¤367] File Name | [ ¤368] Source Location |
|---|---|
| [ ¤369] CIM_DataFile.mof | [ ¤370] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/System |
| [ ¤371] CIM_DirectoryContainsFile.mof | [ ¤372] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/System |
| [ ¤373] CIM_Directory.mof | [ ¤374] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/System |
| [ ¤375] CIM_LogicalFile.mof | [ ¤376] pegasus/Schemas/$(PEGASUS_CIM_SCHEMA)/DMTF/System |
[ ¤378] The target destination directory for the C++ Provider sample programs is $(SAMPLE_DESTPATH)/Providers/DefaultC++.
| [ ¤379] File Name | [ ¤380] Source Location |
|---|---|
| [ ¤381] Makefile | [ ¤382] pegasus/src/SDK/samples/Providers/DefaultC++ |
[
¤384] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/DefaultC++/InstanceProvider
[
¤385]
| [ ¤386] File Name | [ ¤387] Source Location |
|---|---|
| [ ¤388] EnumerateInstancesrspgood.xml | [ ¤389] pegasus/src/SDK/samples/Providers/DefaultC++/InstanceProvider |
| [ ¤390] EnumerateInstances.xml | [ ¤391] pegasus/src/SDK/samples/Providers/DefaultC++/InstanceProvider |
| [ ¤392] InstanceProvider.cpp | [ ¤393] pegasus/src/SDK/samples/Providers/DefaultC++/InstanceProvider |
| [ ¤394] InstanceProvider.h | [ ¤395] pegasus/src/SDK/samples/Providers/DefaultC++/InstanceProvider |
| [ ¤396] InstanceProviderMain.cpp | [ ¤397] pegasus/src/SDK/samples/Providers/DefaultC++/InstanceProvider |
| [ ¤398] Makefile | [ ¤399] pegasus/src/SDK/samples/Providers/DefaultC++/InstanceProvider |
[
¤401] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/DefaultC++/MethodProvider
[
¤402]
| [ ¤403] File Name | [ ¤404] Source Location |
|---|---|
| [ ¤405] InvokeMethodrspgood.xml | [ ¤406] pegasus/src/SDK/samples/Providers/DefaultC++/MethodProvider |
| [ ¤407] InvokeMethod.xml | [ ¤408] pegasus/src/SDK/samples/Providers/DefaultC++/MethodProvider |
| [ ¤409] MethodProviderMain.cpp | [ ¤410] pegasus/src/SDK/samples/Providers/DefaultC++/MethodProvider |
| [ ¤411] MethodProvider.cpp | [ ¤412] pegasus/src/SDK/samples/Providers/DefaultC++/MethodProvider |
| [ ¤413] MethodProvider.h | [ ¤414] pegasus/src/SDK/samples/Providers/DefaultC++/MethodProvider |
| [ ¤415] Makefile | [ ¤416] pegasus/src/SDK/samples/Providers/DefaultC++/MethodProvider |
[
¤418] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/DefaultC++/IndicationProvider
[
¤419]
| [ ¤420] File Name | [ ¤421] Source Location |
|---|---|
| [ ¤422] IndicationProvider.cpp | [ ¤423] pegasus/src/SDK/samples/Providers/DefaultC++/IndicationProvider |
| [ ¤424] IndicationProvider.h | [ ¤425] pegasus/src/SDK/samples/Providers/DefaultC++/IndicationProvider |
| [ ¤426] IndicationProviderMain.cpp | [ ¤427] pegasus/src/SDK/samples/Providers/DefaultC++/IndicationProvider |
| [ ¤428] Makefile | [ ¤429] pegasus/src/SDK/samples/Providers/DefaultC++/IndicationProvider |
[
¤431] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/DefaultC++/AssociationProvider
[
¤432]
| [ ¤433] File Name | [ ¤434] Source Location |
|---|---|
| [ ¤435] Makefile | [ ¤436] pegasus/src/SDK/samples/Providers/DefaultC++/AssociationProvider |
| [ ¤437] AssociationProvider.cpp | [ ¤438] pegasus/src/SDK/samples/Providers/DefaultC++/AssociationProvider |
| [ ¤439] AssociationProvider.h | [ ¤440] pegasus/src/SDK/samples/Providers/DefaultC++/AssociationProvider |
| [ ¤441] AssociationProviderMain.cpp | [ ¤442] pegasus/src/SDK/samples/Providers/DefaultC++/AssociationProvider |
[
¤445] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/DefaultC++/SimpleDisplayConsumer
[
¤446]
| [ ¤447] File Name | [ ¤448] Source Location |
|---|---|
| [ ¤449] Makefile | [ ¤450] pegasus/src/SDK/samples/Providers/DefaultC++/SimpleDisplayConsumer |
| [ ¤451] SimpleDisplayConsumer.cpp | [ ¤452] pegasus/src/SDK/samples/Providers/DefaultC++/SimpleDisplayConsumer |
| [ ¤453] SimpleDisplayConsumer.h | [ ¤454] pegasus/src/SDK/samples/Providers/DefaultC++/SimpleDisplayConsumer |
| [ ¤455] SimpleDisplayConsumerMain.cpp | [ ¤456] pegasus/src/SDK/samples/Providers/DefaultC++/SimpleDisplayConsumer |
[ ¤458] The target destination directory for the CMPI C Provider sample programs is $(SAMPLE_DESTPATH)/Providers/CMPI.
| [ ¤459] File Name | [ ¤460] Source Location |
|---|---|
| [ ¤461] Makefile | [ ¤462] pegasus/src/SDK/samples/Providers/CMPI |
[
¤464] Target Location: $(PEGASUS_SAMPLES_DIR)/Providers/CMPI/FilesAndDirectories
[
¤465]
| [ ¤466] File Name | [ ¤467] Source Location |
|---|---|
| [ ¤468] CWS_Directory.c | [ ¤469] pegasus/src/SDK/samples/Providers/CMPI/FilesAndDirectories |
| [ ¤470] CWS_DirectoryContainsFile.c | [ ¤471] pegasus/src/SDK/samples/Providers/CMPI/FilesAndDirectories |
| [ ¤472] CWS_FileUtils.c | [ ¤473] pegasus/src/SDK/samples/Providers/CMPI/FilesAndDirectories |
| [ ¤474] CWS_FileUtils.h | [ ¤475] pegasus/src/SDK/samples/Providers/CMPI/FilesAndDirectories |
| [ ¤476] CWS_PlainFile.c | [ ¤477] pegasus/src/SDK/samples/Providers/CMPI/FilesAndDirectories |
| [ ¤478] Makefile | [ ¤479] pegasus/src/SDK/samples/Providers/CMPI/FilesAndDirectories |
| [ ¤480] File Name | [ ¤481] Source Location |
|---|---|
| [ ¤482] cwssimdata.c | [ ¤483] pegasus/src/SDK/samples/Providers/CMPI/CWS_Util |
| [ ¤484] cwsutil.c | [ ¤485] pegasus/src/SDK/samples/Providers/CMPI/CWS_Util |
| [ ¤486] cwsutil.h | [ ¤487] pegasus/src/SDK/samples/Providers/CMPI/CWS_Util |
| [ ¤488] Makefile | [ ¤489] pegasus/src/SDK/samples/Providers/CMPI/CWS_Util |
[ ¤491] The makefile pegasus/mak/SDKMakefile can be used to stage the OpenPegasus SDK.
[
¤492]
This command will create three master SDK directories.
[
¤493]
[ ¤496]
[ ¤504]
[
(k_schopmeyer) I believe we should update the copyright
¤505] Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
[
¤506]
EMC Corporation; Symantec Corporation; The Open Group.
[
¤507]
[
¤508]
Permission is hereby granted, free of charge, to any person obtaining a copy
[
¤509]
of this software and associated documentation files (the "Software"), to
[
¤510]
deal in the Software without restriction, including without limitation the
[
¤511]
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
[
¤512]
sell copies of the Software, and to permit persons to whom the Software is
[
¤513]
furnished to do so, subject to the following conditions:
[
¤514]
[
¤515]
THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
[
¤516]
ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
[
¤517]
"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
[
¤518]
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
[
¤519]
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
[
¤520]
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
[
¤521]
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
[
¤522]
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[
¤523] Template last modified: March 26th 2006 by Martin Kirk
[
¤524]
Template version: 1.11