1# *   Copyright (C) 2011, International Business Machines
2# *   Corporation and others.  All Rights Reserved.
3# A list of txt's to build
4#
5#  * To add an additional locale to the list: 
6#    _____________________________________________________
7#    |  SPREP_SOURCE_LOCAL =   myStringPrep.txt ...
8#
9#  * To REPLACE the default list and only build a subset of files:
10#    _____________________________________________________
11#    |  SPREP_SOURCE = rfc4518.txt
12#
13# Chromium: Drop all other stringprep files other than RFC 3491 for IDNA 2003. ICU 4.6
14# supports UTS 46 (IDNA2003, transition, and IDNA 2008).
15# If we ever need to support other stringprep (e.g. LDAP, XMPP, SASL), we have to add back
16# the corresponding prep files.
17# rfc3491 : stringprep profile for IDN 2003
18# rfc3530 : NFS
19# rfc3722 : String Profile for Internet Small Computer 
20#           Systems Interface (iSCSI) Names
21# rfc3920 : XMPP (Extensible Messaging and Presence Protocol)
22# rfc4011 : Policy Based Management Information Base, SNMP
23# rfc4013 : SASLprep: Stringprep Profile for User Names and Passwords
24# rfc4505 :  Anonymous Simple Authentication and Security Layer (SASL) Mechanism
25# rfc4518 : LDAP  Internationalized String Preparation
26#
27SPREP_SOURCE = rfc3491.txt
28