Where to put a static XML resource file that can be read by Content Manager write plugins?

My custom write plugin must read an xml file that will be added to the installation through the build process (it is shared with other components).

Is there a standard location for such files, somewhere in the AppCore directory perhaps?

How does the plugin code refer to such files (that is, does plugin engine have a default working directory, or should the absolute file path be used)?