Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create XML files describing your data model and store it in the /mediationzoneImage Added/packages/pcrf/src/devkit_tools/example/model/ folder.

  2. Go to the /mediationzoneImage Added/packages/pcrf/src/devkit_tools/example/ folder and run the generate.sh script to generate your *.jar file.

    Code Block
    $./generate.sh

    A /build directory will be created with all the required classes and resources. A *.jar file will be created and placed in a new sub directory called /build.

...