// Relative path from the build folder to the top level 'ceda-android' folder
// of the CEDA SDK
@$CEDA_PKG = "../../ceda-android"
// Relative path from the build folder to the folder which is considered
// to be the root of the virtual tree for this source code repository
@$PIZZA_REPO_ROOT = "../../pizza"
@importpath "$(CEDA_PKG)/XcppConfig"
@import "base.xcpp"
pathRootToXcws = "Acme/wsPizza.xcws"
virtualTree =
{
"$(CEDA_PKG)/export"
"$(PIZZA_REPO_ROOT)"
}