veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl
packages.  The top-level vdl package contents is moved to
vdl/vdlutil, and the val package is split into three packages.
Some identifiers are renamed to make more sense under this
organization.

  veyron2/vdl -> veyron2/vdl/vdlutil
  veyron2/val -> veyron2/vdl         [Type,Value,TypeBuilder,etc]
  veyron2/val -> veyron2/vdl/opconst [Const,BinaryOp,UnaryOp,etc]
  veyron2/val -> veyron2/vdl/valconv [Convert,Target,etc]

In addition some details of the valconv package are updated so
that the upcoming vom2 changes can work; e.g. StartComposite is
split into StartList, StartSet, etc.

Change-Id: I29be13612e22d9741834657985dc29c0a25aa0f6
34 files changed
tree: 80fd615ec07fe26fa1941ff9d66bd3e77b1a3f14
  1. examples/
  2. lib/
  3. runtimes/
  4. security/
  5. services/
  6. tools/