• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright (c) 2013 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 #ifndef WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
6 #define WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
7 
8 namespace win8 {
9 namespace test {
10 
11 extern const char kTestAppUserModelId[];
12 extern const char kTestExeName[];
13 extern const char kTestExePath[];
14 extern const char kTestProgId[];
15 
16 extern const wchar_t kDefaultTestAppUserModelId[];
17 extern const wchar_t kDefaultTestExeName[];
18 extern const wchar_t kDefaultTestExePath[];
19 extern const wchar_t kDefaultTestProgId[];
20 
21 }  // namespace test
22 }  // namespace win8
23 
24 #endif  // WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
25