Home | History | Annotate | Download | only in common_lib
      1 README
      2 ======
      3 
      4 This directory is the holding area for storing libraries which are common
      5 to both client and server. Libraries which are client-specific should live
      6 in client/bin and libraries which are server-specific should live in
      7 server.
      8 
      9 This directory is a sub-directory of client because AutoTest doesn't install 
     10 anything but the client directory.
     11 
     12 Libraries in this directory should only rely on other libraries in this
     13 directory. In other words, they should not reach out in client/bin or server.
     14