1 // 2 // Copyright (C) 2014 The Android Open Source Project 3 // 4 // Licensed under the Apache License, Version 2.0 (the "License"); 5 // you may not use this file except in compliance with the License. 6 // You may obtain a copy of the License at 7 // 8 // http://www.apache.org/licenses/LICENSE-2.0 9 // 10 // Unless required by applicable law or agreed to in writing, software 11 // distributed under the License is distributed on an "AS IS" BASIS, 12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 // See the License for the specific language governing permissions and 14 // limitations under the License. 15 // 16 17 #ifndef SHILL_MOBILE_OPERATOR_DB_TEST_PROTOS_INIT_TEST_EMPTY_DB_INIT_H_ 18 #define SHILL_MOBILE_OPERATOR_DB_TEST_PROTOS_INIT_TEST_EMPTY_DB_INIT_H_ 19 20 #ifndef IN_MOBILE_OPERATOR_INFO_UNITTEST_CC 21 #error "Must be included only from mobile_operator_info_unittest.cc." 22 #endif 23 24 // Following is the binary protobuf for the following (text representation) 25 // protobuf: 26 // 27 // The binary data for the protobuf in this file was generated by writing the 28 // prototxt file init_test_empty_db_init.prototxt and then: 29 // protoc --proto_path .. --encode "shill.mobile_operator_db.MobileOperatorDB" 30 // ../mobile_operator_db.proto < init_test_empty_db_init.prototxt 31 // > init_test_empty_db_init.h.pbf 32 // cat init_test_empty_db_init.h.pbf | xxd -i 33 34 namespace shill { 35 namespace mobile_operator_db { 36 static const unsigned char init_test_empty_db_init[] { 37 }; 38 } // namespace mobile_operator_db 39 } // namespace shill 40 41 #endif // SHILL_MOBILE_OPERATOR_DB_TEST_PROTOS_INIT_TEST_EMPTY_DB_INIT_H_ 42