Commit afea9589 authored by garciay's avatar garciay
Browse files

Add missing PICS

parent c41a19dd
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -12,4 +12,34 @@ module LibItsSecurity_Pics {
     */
    modulepar boolean PICS_IUT_CERTIFICATES_PUSHING := true;
    
    /**
     * Is the IUT support circular region geographical restriction
     */
    modulepar boolean PICS_USE_CIRCULAR_REGION := true;
    
    /**
     * Is the IUT support rectangular region geographical restriction
     */
    modulepar boolean PICS_USE_RECTANGULAR_REGION := true;
    
    /**
     * Is the IUT support polygonal region geographical restriction
     */
    modulepar boolean PICS_USE_POLYGONAL_REGION := true;
    
    /**
     * Is the IUT support identified region geographical restriction
     */
    modulepar boolean PICS_USE_IDENTIFIED_REGION := true;
    
    /**
     * Is the IUT support identified region/UN geographical restriction
     */
    modulepar boolean PICS_USE_UN_STATS_REGION_DICTIONARY := true;
    
    /**
     * Is the IUT support identified region/ISO31661 geographical restriction
     */
    modulepar boolean PICS_USE_ISO31661_REGION_DICTIONARY := true;
    
} // End of module LibItsSecurity_Pics
 No newline at end of file