chromium/mojo/public/interfaces/bindings/tests/test_name_generator.mojom

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample",
 JavaConstantsClassName="NameGeneratorConstants"]
module sample;

enum SupportedCases {
  lowerCamelCase,
  UpperCamelCase,
  snake_case,
  MACRO_CASE,
  kHungarianNotation,
  upperACRONYMCase
};

const uint64 PAD_RSA_PKCS1_1_5_SIGN = 1;
const uint64 kDigestSha1 = 1;
const uint64 kE2eIntegration = 1;
const uint64 M3Test = 1;
const uint64 URLLoaderFactory = 1;
const uint64 Ipv6Address = 1;
const uint64 Numb3r5InTH3Middl3 = 1;
const uint64 Name_WITHUnderscore = 1;
const uint64 SINGLETON = 1;