Skip to content
Snippets Groups Projects
OneM2M_Pics.ttcn 816 B
/* 
 *  Copyright Notification
 *  No part of this document may be reproduced, in an electronic retrieval system or otherwise, except as authorized by written permission.
 *  The copyright and the foregoing restriction extend to reproduction in all media.
 *  © 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC).
 *  All rights reserved.
 *  
 *  @author     ETSI
 *  @version    $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Pics.ttcn $
 *              $Id: OneM2M_Pics.ttcn 145 2016-10-24 14:37:40Z reinaortega $
 *  @desc       Module containing Pixits for oneM2M
 *
 */
module OneM2M_Pics {

	/**
     * @desc AccessControlPolicy resource support 
     * @see  oneM2M TS-0017 A.5.5.1/1
     */
	modulepar boolean PICS_ACP_SUPPORT := true;
	
	
}  // end of module