spef_ms.xml

This is example XML code for using the MetaStore.

<!--
 HIGHLY CONFIDENTIAL MATERIALS OF LIMO FOUNDATION AND ITS LICENSORS

 Copyright (c) 2006-2007 Motorola, Inc.

 Licensed under Foundation Public License (FPL), Version 1.0 or
 later (FPL (Non-Common Capable)).
 FPL V1.0 is attached as Annex B to the Intellectual Property Rights
 Policy, which is Annex A to the Bylaws of LiMo Foundation dated 
 April 2, 2007.

 This source code software file contains highly confidential and
 proprietary information and is provided only to authorized members
 of the LiMo Foundation and other authorized entities for their use
 as provided by the LiMo Foundation bylaws, annexes, related
 documents and other governing documents.  Possession or use by any
 other entity is strictly prohibited.  Copies of the governing
 documents may be downloaded at www.limofoundation.org, or obtained
 directly from the LiMo Foundation by sending an e-mail to
 admin@limofoundation.org or by contacting:

 LiMo Foundation
 IEEE-ISTO
 445 Hoes Lane
 Piscataway, NJ 08854-4141

 This software file and its contents are provided on an "as is"
 basis without any express or implied warranty, including without
 limitation, any warranty that it is accurate, defect-free, free
 from infringement, contains particular functions or is suitable
 for a particular purpose.  All express and implied statutory
 warranties are disclaimed, including without limitation, the
 warranty of merchantability, fitness for a particular purpose,
 title or non-infringement.

 NON-COMMON CAPABLE HEADER FILE 10-09-2007

-->

<METASTORE version="1">
    <PERMISSION name="FILE" kernel="Y">
        <RESOURCE name="PATH">
            <DESCRIPTION>path of file</DESCRIPTION>
            <STRVECTOR format="path"/>
        </RESOURCE>
        <RESOURCE name="PERM">
            <DESCRIPTION>
                File permissions. See MAY_EXEC etc in fs.h.
            </DESCRIPTION>
            <BITARRAY length="4">
                <ENCODING key="EXEC" value="0x00000001" />
                <ENCODING key="WRITE" value="0x00000002" />
                <ENCODING key="READ" value="0x00000004" />
            </BITARRAY>
        </RESOURCE>
    </PERMISSION>
</METASTORE>

Generated on Mon Mar 31 01:01:00 2008 by  doxygen 1.5.4