1// Copyright 2017 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample",
6 JavaConstantsClassName="NameGeneratorConstants"]
7module sample;
8
9enum SupportedCases {
10  lowerCamelCase,
11  UpperCamelCase,
12  snake_case,
13  MACRO_CASE,
14  kHungarianNotation,
15  upperACRONYMCase
16};
17
18const uint64 PAD_RSA_PKCS1_1_5_SIGN = 1;
19const uint64 kDigestSha1 = 1;
20const uint64 kE2eIntegration = 1;
21const uint64 M3Test = 1;
22const uint64 URLLoaderFactory = 1;
23const uint64 Ipv6Address = 1;
24const uint64 Numb3r5InTH3Middl3 = 1;
25const uint64 Name_WITHUnderscore = 1;
26const uint64 SINGLETON = 1;
27
28